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-ldp discovery interfaces interface hello-holdtime

Sets the time taken before rejecting a peer adjacency on the specified interface.

set protocols mpls-ldp discovery interfaces interface name hello-holdtime 15..3600
delete protocols mpls-ldp discovery interfaces interface name hello-holdtime 15..3600
show protocols mpls-ldp discovery interfaces interface name hello-holdtime 15..3600
15..3600
The hold time interval in seconds, which can be from 15 through 3600.

Configuration mode


protocols {
    mpls-ldp {
        discovery {
            interfaces  {
                interface <name> {
                    hello-holdtime <15..3600> 
                } 
            }
        }
    }
}

Use this command to set the hello hold time interval in seconds, the time taken before rejecting a peer adjacency on the specified interface. The hello-holdtime value must be at least three times the hello-interval value.

Use the set form of this command to configure the hold time interval.

Use the delete form of this command to delete the configuration of the hold time interval.

Use the show form of this command to display the configuration of the hold time interval.

Example

The following example shows how to configure 3000 seconds for the hold time interval for the interface named dp0p256p1.

vyatta@R1# set protocols mpls-ldp discovery interfaces interface dp0p256p1 hello-holdtime 3000