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

Configures the head-end for an RSVP-TE tunnel.

set protocols mpls-rsvp tunnels tunnel name
delete protocols mpls-rsvp tunnels tunnel name
show protocols mpls-rsvp tunnels tunnel name
name
The tunnel name.

Configuration mode


protocols {
    mpls-rsvp {
        tunnels  {
            tunnel <name> 
        }
    }
}

Use this command to configure the head-end for an RSVP-TE tunnel. No sessions will be established unless a destination is configured.

Use the set form of this command to configure the head-end for an RSVP-TE tunnel.

Use the delete form of this command to delete the configuration of the head-end for an RSVP-TE tunnel.

Use the show form of this command to display the configuration of the head-end for an RSVP-TE tunnel.

Example

The following example shows how to configure the head-end for an RSVP-TE tunnel named pe1-pe2.

vyatta@R1# set protocols mpls-rsvp tunnels tunnel pe1-pe2