enable-on-reboot (maintenance mode)

Configures the device to move into Maintenance Mode only when the device is rebooted.

Syntax

enable-on-reboot
no enable-on-reboot

Command Default

You must explicitly enable this option.

Modes

System Maintenance Mode

Usage Guidelines

When configured, the device will not enter into the System Maintenance Mode immediately. The device must be rebooted to enter into the maintenance mode.

Examples

This example show how to force the device to enter into System Maintenance Mode on being rebooted.

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

This example shows how to remove the enable-on-reboot configuration.

 SLX # configure terminal
SLX (config) # system maintenance
SLX (config-system-maintenance)# no enable-on-reboot
SLX (config-system-maintenance)# exit 
SLX (config)#