Configuring Auto-Warm-Boot
Use this procedure to configure auto-warm-boot. It is recommended that you leave this setting at its default value.
When auto-warm-boot is enabled, the active CMM automatically warm reloads a service module and/or a standby CMM up to 3 times if the service module and/or standby CMM is unresponsive.
Warm reloading modules does not affect traffic.
- Enter configuration mode for the system parameters.
bti7800# config
bti7800(config)# system bti7800(config-system)#
- Specify whether auto-warm-boot is enabled or disabled.
To enable auto-warm-boot for all modules (service modules and standby CMM):
bti7800(config-system)# no auto-warm-boot disabled
To disable auto-warm-boot for all modules (service modules and standby CMM):
bti7800(config-system)# auto-warm-boot disabled ALL
To disable auto-warm-boot for service modules:
bti7800(config-system)# auto-warm-boot disabled PLD
To disable auto-warm-boot for CMMs:
bti7800(config-system)# auto-warm-boot disabled CMM
Use a combination of commands to achieve other outcomes.
For example, to enable auto-warm-boot for service modules only:
bti7800(config-system)# no auto-warm-boot disabled
bti7800(config-system)# auto-warm-boot disabled CMM
- Commit your changes.
bti7800(config-system)# commit
Commit complete.