unitUsageState
MX-EPADM-MIB ·
.0.1500.1.100.300
Object
scalar Enumeration
Usage State
The usage state of the unit indicates its running state.
* Idle: the unit is not currently active, but is available
for use.
* Active: the unit is currently being used, is available for
processing, and still has additional capacity.
* Busy: the unit is usable but is not available for any new
additional processing requests, since all of its endpoints
are currently being used.
* IdleUnusable: the unit is not currently active and not
available for use.
Context
- MIB
- MX-EPADM-MIB
- OID
.0.1500.1.100.300- 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::unitUsageState.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::unitUsageState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | idle |
200 | active |
300 | busy |
400 | idleUnusable |