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 destination

Configures the address of the tail end of the tunnel.

set protocols mpls-rsvp tunnels tunnel name destination x.x.x.x
delete protocols mpls-rsvp tunnels tunnel name destination x.x.x.x
show protocols mpls-rsvp tunnels tunnel name destination x.x.x.x
name
The tunnel name.
x.x.x.x
The address of the tail end of the tunnel.

Configuration mode


protocols {
    mpls-rsvp {
        tunnels  {
            tunnel <name> {
                destination <x.x.x.x>
            }
        }
    }
}

Use this command to configure the address of the tail end of the specified tunnel. This is required in order to establish any sessions.

Use the set form of this command to configure the address of the tail end of the tunnel.

Use the delete form of this command to delete the configuration of the address of the tail end of the tunnel.

Use the show form of this command to display the configuration of the address of the tail end of the tunnel.

Example

The following example shows how to configure 11.11.11.11 as the address of the tail end of the RSVP-TE tunnel named pe1-pe2.

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