dev8060MFanStatus
HUAWEI-AR46-DEV-ADM-MIB ·
.1.3.6.1.4.1.2011.2.33.20.1.6.1.2
Object
column Enumeration
This variable indicates the working status of the current fan. ok(1) the fan state is normal. fail(2) the fan state is abnormal.
Context
- MIB
- HUAWEI-AR46-DEV-ADM-MIB
- OID
.1.3.6.1.4.1.2011.2.33.20.1.6.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dev8060MFanStatusEntry
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 'HUAWEI-AR46-DEV-ADM-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-AR46-DEV-ADM-MIB::dev8060MFanStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-AR46-DEV-ADM-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-AR46-DEV-ADM-MIB::dev8060MFanStatus.<dev8060MFanNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-AR46-DEV-ADM-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-AR46-DEV-ADM-MIB::dev8060MFanStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | fail |