OperStatus¶
-
class
InterfacesState.Interface.
OperStatus
¶ OperStatus (Enum Class)
-
up = 1
Ready to pass packets.
-
down = 2
The interface does not pass any packets.
-
testing = 3
In some test mode. No operational packets can
be passed.
-
unknown = 4
Status cannot be determined for some reason.
-
dormant = 5
Waiting for some external event.
-
not_present = 6
Some component (typically hardware) is missing.
-
lower_layer_down = 7
Down due to state of lower-layer interface(s).
-