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 signaling hello receipt

Enables the reception of hello packets from a neighbor.

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

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            interface <name> {
                signaling  {
                    hello  {
                        receipt
                    }
                }
            }  
        }
    }
}

Use this command to enable the reception of hello packets from a neighbor. Incoming hello packets will be ignored if this is not enabled.

Use the set form of this command to enable the reception of hello packets from a neighbor.

Example

Use the delete form of this command to delete the configuration that enables the reception of hello packets from a neighbor.

Use the show form of this command to display the configuration that enables the reception of hello packets from a neighbor.

The following example shows how to enable the reception of hello packets from a neighbor on the interface named dp0p256p1.

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