Specifies a shutdown time to ensure convergence when maintenance mode is enabled on a SLX-OS device.
The default is 60 seconds.
System Maintenance mode
Use the no form of this command to revert the shutdown time to the default interval of 60 seconds.
This example configures the shutdown time to 100 seconds.
SLX # configure terminal SLX (config) # system maintenance SLX (config-system-maintenance) # shutdown-time 100 SLX (config-system-maintenance) # exit
This example resets the shutdown time to the default value of 60 seconds.
SLX # configure terminal SLX (config) # system maintenance SLX (config-system-maintenance) # no shutdown-time SLX (config-system-maintenance) # exit