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> primary no-cspf

Disables the use of CSPF for the primary path option.

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

Configuration mode


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

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

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

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