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-interval

Configures the interval between consecutive MPLS LDP link "Hello" messages.

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

Configuration mode


protocols {
    mpls-ldp {
        discovery {
            interfaces  {
                hello-interval <5..1200>  
            }
        }
    }
}

Use this command to configure the interval in seconds between consecutive MPLS LDP link "Hello" messages used in basic LDP discovery. The hello-holdtime value must be at least three times the hello-interval value.

Use the set form of this command to configure the interval between consecutive MPLS LDP link "Hello" messages.

Use the delete form of this command to delete the configuration of the interval between consecutive MPLS LDP link "Hello" messages.

Use the show form of this command to display the configuration of the interval between consecutive MPLS LDP link "Hello" messages.

Example

The following example shows how to configure 900 seconds between consecutive MPLS LDP link "Hello" messages.

vyatta@R1# set protocols mpls-ldp discovery interfaces hello-interval 900