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 mpls-rsvp tunnels tunnel <name> secondary no-cspf

Disables the use of CSPF for the secondary path option.

set protocols mpls-rsvp tunnels tunnel name secondary no-cspf
delete protocols mpls-rsvp tunnels tunnel name secondary no-cspf
show protocols mpls-rsvp tunnels tunnel name secondary no-cspf
tunnel name
The name of a TE tunnel.

Configuration mode


protocols {
        mpls-rsvp {
                   tunnels {
                              tunnel name {
                                       secondary {
                                              no-cspf 
                                     }                                       
                              }
                   }
        }
}

Use the set form of this command to disable the use of CSPF for the secondary path option.

Use the delete form of this command to enable the use of CSPF for the secondary path option.

Use the show form of this command to display the CSPF configuration for the secondary path option.