ifAdminAdminState
MX-IF-ADMIN-MIB ·
.1.3.6.1.4.1.4935.5.8.1.10.1.3
Object
column Enumeration
The administrative state of the current interface.
It indicates the current maintenance state of a gateway
component. This attribute reflects the result of an
operator-initiated maintenance request.
Unlocked : no operator-initiated maintenance request is
affecting the operation of the component.
ShuttingDown : the component is in a transition state between
unlocked and locked state. An active component
will only transition to a locked state once
activity, if present, has completed. No new
request will be accepted once the activity is
completed.
Locked : an operator-initiated request has been issued
for this component. This component and all its
children are unavailable for normal operation.
The permanentLock state is deprecated. AdminState can now be
made permanent through the variable ifAdminInitialAdminState.
This variable?s semantics are different depending on protocol and/or
hardware platforms.
Please refer to the documentation shipped with your device for more details.
Context
- MIB
- MX-IF-ADMIN-MIB
- OID
.1.3.6.1.4.1.4935.5.8.1.10.1.3- Type
- column
- Access
- readonly
- Status
- current
- Default
unlocked- Parent
- ifAdminEntry
- Groups
- 1
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-IF-ADMIN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-IF-ADMIN-MIB::ifAdminAdminState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-IF-ADMIN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-IF-ADMIN-MIB::ifAdminAdminState.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-IF-ADMIN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-IF-ADMIN-MIB::ifAdminAdminState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unlocked |
2 | shuttingDown |
3 | locked |
4 | permanentlock |
Conformance
Member of