shutdown-time

Specifies a shutdown time to ensure convergence when maintenance mode is enabled on a SLX-OS device.

Syntax

shutdown-time seconds
no shutdown-time

Command Default

The default is 60 seconds.

Parameters

seconds
Shutdown time in seconds. Range is from 30 through 500.

Modes

System Maintenance mode

Usage Guidelines

Use the no form of this command to revert the shutdown time to the default interval of 60 seconds.

Examples

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