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 source

Configures the source address of the MPLS RSVP tunnel.

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

Configuration mode


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

Use this command to configure the source address of the specified tunnel. This defaults to the address on the first interface.

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

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

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

Example

The following example shows how to configure 11.11.11.10 as the source address of the RSVP-TE tunnel named pe1-pe2.

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