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 neighbors neighbor

Configures a neighbor to exchange hello packets.

set protocols mpls-rsvp neighbors neighbor x.x.x.x
delete protocols mpls-rsvp neighbors neighbor x.x.x.x
show protocols mpls-rsvp neighbors neighbor x.x.x.x
x.x.x.x
The address of the neighbor.

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            neighbors {
                neighbor <x.x.x.x> 
            }
        }
    }
}

Use this command to configure a neighbor to exchange hello packets with so that the configuration can be used for link failure detection.

Use the set form of this command to configure a neighbor to exchange hello packets.

Use the delete form of this command to delete the configuration of a neighbor set to exchange hello packets.

Use the show form of this command to display the configuration of a neighbor set to exchange hello packets.

Example

The following example shows how to enable RSVP-TE on the neighbor at 10.10.10.10.

vyatta@R1# set protocols mpls-rsvp neighbors neighbor 10.10.10.10