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 fast-reroute

Enables fast-reroute on the primary path.

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

Configuration mode


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

Use this command to enable fast-reroute for the primary path. This will establish node or link protection at each hop along the primary path.

Use the set form of this command to enable fast-reroute.

Use the delete form of this command to delete the configuration that enables fast-reroute.

Use the show form of this command to display the configuration that enables fast-reroute.

Example

The following example shows how to configure the fast-reroute detour on the primary path for the RSVP-TE tunnel named pe1-pe2.

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