convergence-time

Configures the convergence time when transitioning out of Maintenance Mode. Convergence time comes into play only when Maintenance Mode is disabled.

Syntax

convergence-time time

Command Default

The default convergence time is 300 seconds.

Parameters

time
The convergence time in seconds. Range is 100-500.

Modes

System Maintenance mode

Usage Guidelines

Use the no form of this command to revert the convergence time to the default interval of 300 seconds.

Examples

The following example configures the convergence time to 250 seconds.

SLX# configure terminal
SLX (config)# system maintenance
SLX (config-system-maintenance)# convergence-time 250
SLX (config-system-maintenance)# enable 
SLX (config-system-maintenance)#

The following example removes the existing convergence time configuration and resets it to the default value of 300 seconds.

SLX# configure terminal
SLX (config)# system maintenance
SLX (config-system-maintenance)# no convergence-time 
SLX (config-system-maintenance)# enable 
SLX (config-system-maintenance)#