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 interval

Configures the interval between successive hello packets in milliseconds.

set protocols mpls-rsvp interfaces interface name signaling hello interval10..65535
delete protocols mpls-rsvp interfaces interface name signaling hello interval 10..65535
show protocols mpls-rsvp interfaces interface name signaling hello interval 10..65535
interface name
The interface name.
signaling hello interval10..65535
The interval between successive hello packets in milliseconds, which can be from 10 through 65535.

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            interface <name> {
                signaling {
                    hello {
                        interval <10..65535>
                    }
                }
            }  
        }
    }
}

Use this command to configure the interval between successive hello packets in milliseconds. The default interval is 2 seconds. Hello packets are only sent to explicitly configured neighbors. The exchange of hello packets can be used to detect link failures in the absence of a physical notification.

Use the set form of this command to configure the interval between successive hello packets in milliseconds.

Use the delete form of this command to delete the configuration of the interval between successive hello packets in milliseconds.

Use the show form of this command to display the configured interval between successive hello packets in milliseconds.

Example

The following example shows how to configure the interval between successive hello packets to 6500 milliseconds on the interface named dp0p256p1.

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