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 priority hold

Configures a hold priority for a session on a fast reroute detour.

set protocols mpls-rsvp tunnels tunnel name primary fast-reroute priority hold 0-7
delete protocols mpls-rsvp tunnels tunnel name primary fast-reroute priority hold 0-7
show protocols mpls-rsvp tunnels tunnel name primary fast-reroute priority hold 0-7
name
The tunnel name.
0-7
The hold priority for the session. The priority can be zero through seven, where zero is the highest priority.

Configuration mode


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

Use this command to configure a hold priority for this session on the fast reroute detour. The default is 0 (highest), which means it will not be pre-empted by higher priority sessions.

Use the set form of this command to configure a hold priority for this session on the fast reroute detour.

Use the delete form of this command to delete the configuration of a hold priority for this session on the fast reroute detour.

Use the show form of this command to display the configuration of a hold priority for this session on the fast reroute detour.

Example

The following example shows how to set the hold priority to 7 (the lowest priority) for the session along the fast reroute detour for the primary path for the RSVP-TE tunnel named pe1-pe2.

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