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

Configures a hold priority for a session.

set protocols mpls-rsvp tunnels tunnel name secondary priority hold 0-7
delete protocols mpls-rsvp tunnels tunnel name secondary priority hold 0-7
show protocols mpls-rsvp tunnels tunnel name secondary 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> {
                secondary {
                    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 7 (the lowest priority) as the hold priority for the session along the secondary path for the RSVP-TE tunnel named pe1-pe2.

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