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 globals explicit-paths explicit-route-objects action strict

Creates an explicit route object that is a strict next-hop for a specified path at a position indicated by an index value.

set protocols mpls-rsvp globals explicit-paths name explicit-route-objects 0-255 action strict
delete protocols mpls-rsvp globals explicit-paths name explicit-route-objects 0-255 action strict
show protocols mpls-rsvp globals explicit-paths name explicit-route-objects 0-255 action strict
name
A path name.
0-255
The index value, which ranges from 0 through 255, that indicates a position in the path.

Configuration mode


protocols {
    mpls-rsvp {
        globals  {
            explicit-paths <name> {
                explicite-route-objects <0-255> {
                    action strict
                }
            } 
        }
    }
}

Use this command to create an explicit route object (where the object is a strict next-hop) for a specified path at a position indicated by the specified index value. When the explicit route object is a strict next-hop then it must immediately follow the preceding hop.

Use the set form of this command to create an explicit route object.

Use the delete form of this command to delete an explicit route object.

Use the show form of this command to display an explicit route object.

Example

The following example shows how to create an explicit route strict next-hop object positioned at index value 100 in the path named path1.

vyatta@R1# set protocols mpls-rsvp globals explicit-path path1 explicit-route-objects 100 action strict