home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols pim register-kat <timer>

Specifies the Keepalive Timer (KAT) for (S,G) states at the Rendezvous Point (RP).

set protocols pim register-kat timer
delete protocols pim register-kat
show protocols pim register-kat

The KAT for (S,G) states is 210 seconds.

timer
The KAT, in seconds. The timer ranges from 1 to 65535. The default timer is 210.

Configuration mode


protocols {
    pim {
        register-kat  timer
    }
}

Use this command to specify the KAT for (S,G) states at the RP to monitor Register messages.

Use the set form of this command to specify the KAT for (S,G) states at the RP to monitor Register messages.

Use the delete form of this command to restore the KAT to 210 seconds.

Use the show form of this command to display register KAT configuration.