unitAdminState
MX-EPADM-MIB ·
.0.1500.1.100.100
Object
scalar Enumeration
Administrative State
Indicates the current maintenance state of a unit. This
attribute reflects the result of an operator-initiated
maintenance request.
* Unlocked: no operator-initiated maintenance request is
affecting the operation of the unit.
* ShuttingDown: the unit is in a transition state between
the unlocked and locked states. The unit will transition
to a locked state only once all current activities are
completed. No new request is accepted once all activities
are terminated.
* Locked: an operator-initiated request has been issued for
this unit. This unit is unavailable for normal operation.
Context
- MIB
- MX-EPADM-MIB
- OID
.0.1500.1.100.100- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- unitStateGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-EPADM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EPADM-MIB::unitAdminState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-EPADM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-EPADM-MIB::unitAdminState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | unlocked |
200 | shuttingDown |
300 | locked |