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

Locks the secondary path on the specified tunnel.

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

Configuration mode


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

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

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

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

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

Example

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

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