reconnect-time

Specifies the amount of time that a graceful restart (GR) neighbor must wait for the LDP session to be reestablished.

Syntax

reconnect-time seconds
no reconnect-time seconds

Command Default

The default reconnect time is 120 seconds.

Parameters

seconds

Specifies the amount of time in seconds that a GR neighbor must wait for the LDP session to be reestablished. This value is advertised to the neighbor using the FT Reconnect Timeout field in the FT Session TLV. Enter a integer from 60 to 300. The default setting is 120.

Modes

MPLS LDP GR configuration mode

Usage Guidelines

The no form of the command resets the default time of 120 seconds.

MPLS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".

Examples

The following example sets the LDP GR timer to 180 seconds.

device# configure terminal
device(config)# router mpls
device(config-router-mpls)# ldp
device(config-router-mpls-ldp)# graceful-restart
device(config-router-mpls-ldp-gr)# reconnect-time 180