endpointAdminState
MX-EPADM-MIB ·
.0.1500.1.200.1.300
Object
column Enumeration
Administrative State
The administrative state of an endpoint.
Indicates the current maintenance state of an endpoint. This
attribute reflects the result of an operator-initiated
maintenance request.
* Unlocked: no operator-initiated maintenance request is
affecting the operation of the endpoint.
* ShuttingDown: the component is in a transition state
between the unlocked and locked state. An active endpoint
will only transition to a locked state once activity, if
present, has completed. No new request are accepted once
the activity is completed.
* Locked: an operator-initiated request has been issued for
this endpoint. This endpoint is unavailable for normal
operation.
Context
- MIB
- MX-EPADM-MIB
- OID
.0.1500.1.200.1.300- 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::endpointAdminState'
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::endpointAdminState.<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::endpointAdminState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | unlocked |
200 | shuttingDown |
300 | locked |