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 interfaces interface

Enables RSVP-TE on the specified interface.

set protocols mpls-rsvp interfaces interface name
delete protocols mpls-rsvp interfaces interface name
show protocols mpls-rsvp interfaces interface name
name
The interface name.

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            interface <name> 
        }
    }
}

Use this command to enable RSVP-TE on the specified interface. Tunnels can only be established over interfaces which are enabled for RSVP-TE.

Use the set form of this command to enable RSVP-TE on the specified interface.

Example

Use the delete form of this command to delete the configuration of RSVP-TE on the specified interface.

Use the show form of this command to show the configuration of RSVP-TE on the specified interface.

The following example shows how to enable RSVP-TE on the interface named dp0p256p1.

vyatta@R1# set protocols mpls-rsvp interfaces interface dp0p256p1