endpointUsageState
MX-EPADM-MIB ·
.0.1500.1.200.1.500
Object
column Enumeration
Usage State
The usage state indicates the running state of an endpoint.
* Idle: the endpoint is not currently active, but is
available for use.
* Active: the endpoint is currently being used, is available
for processing, and still has additional capacity.
* Busy: the endpoint is usable but is not available for any
new additional processing requests, since all of its
resources are currently being used.
* IdleUnusable: the endpoint is not currently active and not
available for use.
Context
- MIB
- MX-EPADM-MIB
- OID
.0.1500.1.200.1.500- Type
- column
- Access
- readonly
- Status
- current
- Parent
- endpointEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MX-EPADM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EPADM-MIB::endpointUsageState'
More examples
Read one indexed 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::endpointUsageState.<endpointEpId>'
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::endpointUsageState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | idle |
200 | active |
300 | busy |
400 | idleUnusable |