max-neighbor-reconnect-time

Specifies the maximum time that this router must wait for a graceful restart (GR) neighbor to restore the LDP session.

Syntax

max-neighbor-reconnect-time seconds
no max-neighbor-reconnect-time seconds

Command Default

120 seconds

Parameters

seconds

Specifies the maximum time in seconds that this router must wait for a GR neighbor to restore the LDP session. 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)# max-neighbor-reconnect-time 180