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 graceful-restart reconnect-time

Specifies the time interval that the remote MPLS LDP peer must wait for the local LDP peer to reconnect.

set protocols mpls-ldp graceful-restart reconnect-time10..1800
delete protocols mpls-ldp graceful-restart reconnect-time10..1800
show protocols mpls-ldp graceful-restart reconnect-time10..1800
10..1800
The reconnect time, which can be from 10 through 1800 seconds.

Configuration mode


protocols {
    mpls-ldp {
        graceful-restart {
                reconnect-time <10..1800> 
        }
    }
}

Use this command to specify the time interval in seconds that the remote LDP peer must wait for the local LDP peer to reconnect after the remote peer detects the LDP communication failure.

Use the set form of this command to to specify the time interval that the remote LDP peer must wait for the local LDP peer to reconnect.

Use the delete form of this command to delete the configuration that specifies the time interval that the remote LDP peer must wait for the local LDP peer to reconnect.

Use the show form of this command to display the configuration that specifies the time interval that the remote LDP peer must wait for the local LDP peer to reconnect.

Example

The following example shows how to configure 900 seconds as the time interval that the remote LDP peer must wait for the local LDP peer to reconnect after the remote peer detects the LDP communication failure.

vyatta@R1# set protocols mpls-ldp graceful-restart reconnect-time 900