axFanStatus
A10-AX-MIB ·
.1.3.6.1.4.1.22610.2.4.1.5.9.1.3
Object
column Enumeration
Fan status: 0: Failed, 4: OK-fixed/high, 5: OK-low/med, 6: OK-med/med, 7: OK-med/high, -2: not ready, -1: unknown.
Context
- MIB
- A10-AX-MIB
- OID
.1.3.6.1.4.1.22610.2.4.1.5.9.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- axSysFanStatusEntry
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::axFanStatus'
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::axFanStatus.<axFanIndex>'
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::axFanStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-2 | notReady |
-1 | unknown |
0 | failed |
4 | okFixedHigh |
5 | okLowMed |
6 | okMedMed |
7 | okMedHigh |