swFanStatus
OBS ✓
EQUIPMENT-MIB ·
.1.3.6.1.4.1.171.12.11.1.7.1.3
Object
column Enumeration
Indicates the current fan status.
speed-0 : If the fan function is normal and the fan does not spin
due to the temperature not reaching the threshold,
the status of the fan is speed 0.
speed-low : Fan spin using the lowest speed.
speed-middle: Fan spin using the middle speed.
speed-high : Fan spin using the highest speed.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- EQUIPMENT-MIB
- OID
.1.3.6.1.4.1.171.12.11.1.7.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swFanEntry
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 'EQUIPMENT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQUIPMENT-MIB::swFanStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQUIPMENT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQUIPMENT-MIB::swFanStatus.<swFanUnitIndex>.<swFanID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQUIPMENT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQUIPMENT-MIB::swFanStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | other |
1 | working |
2 | fail |
3 | speed-0 |
4 | speed-low |
5 | speed-middle |
6 | speed-high |