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 loose

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

Use this command to create an explicit route object (where the object is a loose next-hop) for a specified path at a position indicated by the specified index value. When the explicit route object is a loose next hop then it does not have to 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 loose 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 loose