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

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

set protocols pim6 spt-threshold [ infinity ] [ group-list acl6 ]
delete protocols pim6 spt-threshold [ infinity ] [ group-list ]
show protocols pim6 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.
acl6
An IPv6 access list name. 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 {
    pim6 {
        spt-threshold
            infinity
                group-list acl6
    }
}

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 SPT threshold configuration.