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

Configures a hold priority for a session.

set protocols mpls-rsvp tunnels tunnel name primary priority hold 0-7
delete protocols mpls-rsvp tunnels tunnel name primary priority hold 0-7
show protocols mpls-rsvp tunnels tunnel name primary 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 {
                    priority {
                        hold <0-7>
                    }
                }
            }
        }
    }
}

Use this command to configure a hold priority for this session. 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.

Use the delete form of this command to delete the configuration of a hold priority for this session.

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

Example

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

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