module admin-state
Syntax
module <SLOT-ID> admin-state {diagnostic | down | up}
Description
Sets the administrative state of the specified line module.
Command context
config
Parameters
<SLOT-ID>
Specifies the member and slot of the module. For example, to specify the module in member 1, slot 3, enter the following:
1/3
admin-state {diagnostic | down | up}
- Selects the administrative state in which to put the specified module:
diagnostic
Selects the
diagnostic
administrative state. Network traffic does not pass through the module.down
Selects the
down
administrative state. Network traffic does not pass through the module.up
Selects the
up
administrative state. The line module is fully operational. Theup
state is the default administrative state.
Authority
Administrators
Usage
This command is valid for line modules only.
Example
Setting the administrative state of the module in slot 1/1 to
down
:
switch(config)# module 1/1 admin-state down