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-suppression-timer <timer>

Specifies the register-suspension time.

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

The register-suppression time is 60 seconds.

timer
The register-suppression time, in seconds. The range is 1 to 65535. The default is 60.

Configuration mode


protocols {
    pim6 {
        register-suppression-timer timer
    }
}

Use this command to specify the register-suppression time. On a designated router (DR), this configuration modifies the register-suppression time. On a Rendezvous Point (RP) router, this configuration modifies the RPkeepalive-period if protocols pim6 register-kat <timer> is not used.

Use the set form of this command to specify the register-suppression time.

Use the delete form of this command to restore the register-suppression time to 60 seconds.

Use the show form of this command to display the configuration of the register-suppression time.