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 pim6 register-kat <timer>

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

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

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

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

Configuration mode


protocols {
    pim6 {
        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.