OperStatus
The current operational state of the interface.
Options
| name | description |
|---|---|
| DORMANT | Waiting for some external event. |
| DOWN | The interface does not pass any packets. |
| LOWER_LAYER_DOWN | Down due to state of lower-layer interface(s). |
| NOT_PRESENT | Some component (typically hardware) is missing. |
| TESTING | In some test mode. No operational packets can be passed. |
| UNKNOWN | Status cannot be determined for some reason. |
| UP | Ready to pass packets. |
Used by
network → devices → interfaces → operStatus
See also
Data model path
- network:
Network- devices: List<
Device>- interfaces: List<
Iface>- operStatus:
OperStatus
- operStatus:
- interfaces: List<
- devices: List<
network → devices → interfaces → subinterfaces → operStatus
See also
Data model path
- network:
Network- devices: List<
Device>- interfaces: List<
Iface>- subinterfaces: List<
SubInterface>- operStatus:
OperStatus
- operStatus:
- subinterfaces: List<
- interfaces: List<
- devices: List<