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 tunne primary fast-reroute protection one-to-one

Configures one-to-one protection along the path for the fast-reroute detour.

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

Configuration mode


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

Use this command to configure one-to-one protection along the path for the fast-reroute detour. This is the default.

Use the set form of this command to request node protection along the path.

Use the delete form of this command to delete the configuration of the node protection along the path.

Use the show form of this command to display the configuration of the node protection along the path.

Example

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

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