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 join-prune-timer <timer>

Sets the PIM join/prune timer.

set protocols pim6 join-prune-timer timer
delete protocols pim6 join-prune-timer
show protocols pim6 join-prune-timer

The join/prune timer is 210 seconds.

timer
The join/prune timer, in seconds. The range is 1 to 65535. The default is 210.

Configuration mode


protocols {
    pim6 {
        join-prune-timer timer
    }
}

Use this command to specify the PIM join/prune timer.

Use the set form of this command to specify the PIM join/prune timer.

Use the delete form of this command to remove the PIM join/prune timer.

Use the show form of this command to display the PIM join/prune timer configuration.