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 setup

Configures a setup priority for a session.

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

Use this command to configure a setup priority for this session. The default is 7 (lowest), which means the session cannot pre-empt lower priority sessions.

Use the set form of this command to configure a setup priority for this session.

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

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

Example

The following example shows how to set the setup priority to zero for the session along the primary path for the RSVP-TE tunnel named pe1-pe2. Zero is the highest priority, which means this session can pre-empt lower priority sessions.

vyatta@R1# set protocols mpls-rsvp tunnels tunnel pe1-pe2 primary priority setup 0