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 primary lockdown

Locks the primary path on the specified tunnel.

set protocols mpls-rsvp tunnels tunnel name primary lockdown
delete protocols mpls-rsvp tunnels tunnel name primary lockdown
show protocols mpls-rsvp tunnels tunnel name primary lockdown
name
The tunnel name.

Configuration mode


protocols {
    mpls-rsvp {
        tunnels  {
            tunnel <name> {
                primary {
                    lockdown
                }
            }
        }
    }
}

Use this command to lock the primary path on the specified tunnel. When the primary path is locked down, the primary path cannot be re-optimized.

Use the set form of this command to lock the primary path.

Use the delete form of this command to delete the configuration to lock the primary path.

Use the show form of this command to display the configuration to lock the primary path.

Example

The following example shows how to lock the primary path for the RSVP-TE tunnel named pe1-pe2.

vyatta@R1# set protocols mpls-rsvp tunnels tunnel pe1-pe2 primary lockdown