You can deactivate a module and its interfaces using the hw-module subslot command in one of these modes:
-
hw-module subslot slot/subslot shutdown unpowered
If you choose to deactivate your module and its interfaces by executing the hw-module subslot
slot/subslot
shutdown unpowered command in global configuration mode, you are able to change the configuration in such a way that no matter how many times
the router is rebooted, the module does not boot. This command is useful when you need to shut down a module located in a
remote location and ensure that it does not boot automatically when the router is rebooted.
Router(config)# hw-module subslot 0/2 shutdown unpowered
Deactivates the module located in the specified slot and subslot of the router, where:
-
slot—Specifies the chassis slot number where the module is installed.
-
subslot—Specifies the subslot number of the chassis where the module is installed.
-
shutdown—Shuts down the specified module.
-
unpowered—Removes all interfaces on the module from the running configuration and the module is powered off.
-
hw-module subslot slot/subslot [reload | stop | start]
If you choose to use the hw-module subslot
slot/subslot
stop command in EXEC mode, you cause the module to gracefully shut down. The module is rebooted when the hw-module subslot
slot/subslot
start command is executed.
Router# hw-module subslot 0/2 stop
Deactivates the module in the specified slot and subslot, where:
-
slot—Specifies the chassis slot number where the module is installed.
-
subslot—Specifies the subslot number of the chassis where the module is installed.
-
reload—Stops and restarts the specified module.
-
stop—Removes all interfaces from the module and the module is powered off.
-
start—Powers on the module similar to a physically inserted module in the specified slot. The module firmware reboots and the entire
module initialization sequence is executed in the IOSd and Input/Output Module daemon (IOMd) processes.