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 timeout

Configures the time to wait before assuming the link to be dead.

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

Configuration mode


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

Use this command to configure how long to wait in milliseconds before assuming the link to be dead. The default is 7 seconds.

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

Example

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

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

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

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