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 explicit-path

Configures the primary path on the specified tunnel to follow the specified explicit path.

set protocols mpls-rsvp tunnels tunnel name primary explicit-path name
delete protocols mpls-rsvp tunnels tunnel name primary explicit-path name
show protocols mpls-rsvp tunnels tunnel name primary explicit-path name
name
The tunnel name.
name
The name of the explicit path.

Configuration mode


protocols {
    mpls-rsvp {
        tunnels  {
            tunnel <name> {
                primary {
                    explicit-path <name>
                }
            }
        }
    }
}

Use this command to configure the primary path on the specified tunnel to follow the specified explicit path.

The primary path will follow the full or partial explicit path, which must be defined in the globals section. The default is to follow the CSPF calculated path.

Use the set form of this command to configure the primary path to follow the specified explicit path.

Example

Use the delete form of this command to delete the configuration of the primary path to follow the specified explicit path.

Use the show form of this command to display the configuration of the primary path to follow the specified explicit path.

The following example shows how to configure the primary path for the RSVP-TE tunnel named pe1-pe2 to follow the explicit path named path1.

vyatta@R1# set protocols mpls-rsvp tunnels tunnel pe1-pe2 primary explicit-path path1