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

Creates an explicit route object 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
delete protocols mpls-rsvp globals explicit-paths name explicit-route-objects 0-255
show protocols mpls-rsvp globals explicit-paths name explicit-route-objects 0-255
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>
            } 
        }
    }
}

Use this command to create an explicit route object for a specified path at a position indicated by the specified index value.

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

This example creates an explicit route 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