hwFanControlMode
HUAWEI-ENVIRONMENT-MIB ·
.1.3.6.1.4.1.2011.6.1.1.5.1.2
Object
column r/w
Enumeration
The fan control modes of the fan frame.
Options:
1.manual(1) -indicates that the fan is always on, and the fan speed can be manually adjusted
2.emuAuto(2) -indicates that the fan is in the automatic mode, and can be automatically
controlled depending on the temperature of the fan
3.fixed(3) -indicates that the fan is in the fixed mode, and adjusting its speed is not allowed
4.mainboardAuto(4) -indicates that the fan is in the automatic mode, and can be automatically
controlled depending on the temperature of the boards in the frame
5.invalid(-1) -indicates that the fan control mode is invalid.
Context
- MIB
- HUAWEI-ENVIRONMENT-MIB
- OID
.1.3.6.1.4.1.2011.6.1.1.5.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwFanEntry
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-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ENVIRONMENT-MIB::hwFanControlMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-ENVIRONMENT-MIB::hwFanControlMode.<hwEnvEmuIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-ENVIRONMENT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-ENVIRONMENT-MIB::hwFanControlMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | manual |
2 | emuAuto |
3 | fixed |
4 | mainboardAuto |