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 hello-holdtime

Configures the time interval for which the MPLS LDP link "Hello" adjacency configuration is maintained.

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

Configuration mode


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

Use this command to configure the time interval in seconds for which the MPLS LDP link "Hello" adjacency configuration is maintained in the absence of link "Hello" messages from the MPLS LDP neighbor. The hello-holdtime value must be at least three times the hello-interval value.

Use the set form of this command to configure the time interval for which the MPLS LDP link "Hello" adjacency configuration is maintained.

Use the delete form of this command to delete the configuration of the time interval for which the MPLS LDP link "Hello" adjacency configuration is maintained.

Use the show form of this command to display the configuration of the time interval for which the MPLS LDP link "Hello" adjacency configuration is maintained.

Example

The following example shows how to configure 3000 seconds for which the MPLS LDP link "Hello" adjacency configuration is maintained in the absence of link "Hello" messages from the MPLS LDP neighbor.

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