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

Sets the PIM join/prune timer.

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

The join/prune timer is 210 seconds.

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

Configuration mode


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