axInterfaceStatus
A10-AX-MIB ·
.1.3.6.1.4.1.22610.2.4.1.7.1.1.2.1.10
Object
column Enumeration
The current state of the interface. up - has link and is initialized; down - has no link and is initialized; disabled - has been forced down
Context
- MIB
- A10-AX-MIB
- OID
.1.3.6.1.4.1.22610.2.4.1.7.1.1.2.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- axInterfaceEntry
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 'A10-AX-MIB' -M '/opt/observium/mibs/a10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A10-AX-MIB::axInterfaceStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A10-AX-MIB' -M '/opt/observium/mibs/a10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A10-AX-MIB::axInterfaceStatus.<axInterfaceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A10-AX-MIB' -M '/opt/observium/mibs/a10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A10-AX-MIB::axInterfaceStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | up |
1 | down |
2 | disabled |