admin-state
Note |
ASR 9000 64-bit (eXR) does not support the admin-state in-service and admin-state out-of-service commands. |
admin-state {in-service | out-of-service}
Syntax Description
in-service |
Places the DWDM port in In Service (IS) state, to support all normal operation. |
out-of-service |
Places the DWDM port in Out of Service (OOS) state. The laser is turned off and all traffic flow is stopped. This is the default. |
Command Default
Out-of-service is the default transport administration state.
Command Modes
DWDM configuration
Command History
Release |
Modification |
---|---|
Release 3.9.0 |
This command was introduced. |
Usage Guidelines
When you configure admin-state out-of-service , the DWDM port is placed in OOS state. The laser is turned off, traffic flow is stopped, and proactive protection is disabled. However, configuration changes can still be made on the port.
Task ID
Task ID |
Operations |
---|---|
dwdm |
read, write |
Examples
The following example shows how to turn on the laser and place a DWDM port in In Service (IS) state:
Note |
This is a required configuration. The DWDM cards will not operate without this configuration. |
RP/0/RSP0/CPU0:router# configure
RP/0/RSP0/CPU0:router(config)# controller dwdm 0/1/0/1
RP/0/RSP0/CPU0:router(config-dwdm)# admin-state in-service
RP/0/RSP0/CPU0:router(config-dwdm)# commit
The following example shows how to stop all operation on a DWDM port:
RP/0/RSP0/CPU0:router# config
RP/0/RSP0/CPU0:router(config)# controller dwdm 0/1/0/1
RP/0/RSP0/CPU0:router(config-dwdm)# admin-state out-of-service