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 spt-threshold

Enables the last-hop PIM router to switch to shortest-path tree (SPT).

set protocols pim spt-threshold [ infinity ] [ group-list acl ]
delete protocols pim spt-threshold [ infinity ] [ group-list ]
show protocols pim spt-threshold [ infinity ] [ group-list ]
infinity
Sets the SPT threshold to infinity, which disables the ability of the last-hop PIM router to switch to SPT.
acl
An access list number used to specify the multicast groups for the last-hop PIM router to switch to SPT for. Supported ranges of values are:

1 to 99: IP access list number.

1300 to 1999: IP access list number in the expanded range.

An access control list is a type of routing policy; see Ciena Vyatta Network OS Routing Policies Configuration Guide for information on creating them.

Configuration mode


protocols {
    pim {
        spt-threshold
            infinity
                group-list acl
    }
}

Use this command to enable the last-hop PIM router to switch to SPT. To set the SPT threshold to infinity and disable the ability of the last-hop PIM router to switch to SPT, use the infinity option with this command.

Use the set form of this command to enable the last-hop PIM router to switch to SPT.

Use the delete form of this command to remove SPT threshold configuration. To remove the infinity option with this command, use the delete form of this command with this option, which enables the ability of the last-hop PIM router to switch to SPT.

Use the show form of this command to display the SPT threshold configuration.