Configures the convergence time when transitioning out of Maintenance Mode. Convergence time comes into play only when Maintenance Mode is disabled.
The default convergence time is 300 seconds.
System Maintenance mode
Use the no form of this command to revert the convergence time to the default interval of 300 seconds.
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)#