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 node-protection-desired

Requests node protection along the path.

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

Configuration mode


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

Use this command to request node protection along the path for the fast-reroute detour. The default is link protection.

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 node 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 node-protection-desired