wwpLeosChassisFanModuleStatus
WWP-LEOS-CHASSIS-MIB ·
.1.3.6.1.4.1.6141.2.60.11.1.1.4.1.1.3
Object
column Enumeration
Denotes the fan modules status. 'ok' means fan is operational, 'pending' means fan is installed but statistics are not yet available, 'failure' means fan is not working.
Context
- MIB
- WWP-LEOS-CHASSIS-MIB
- OID
.1.3.6.1.4.1.6141.2.60.11.1.1.4.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wwpLeosChassisFanModuleEntry
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 'WWP-LEOS-CHASSIS-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-CHASSIS-MIB::wwpLeosChassisFanModuleStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-LEOS-CHASSIS-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-CHASSIS-MIB::wwpLeosChassisFanModuleStatus.<wwpLeosChassisFanModuleNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-LEOS-CHASSIS-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-LEOS-CHASSIS-MIB::wwpLeosChassisFanModuleStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | pending |
3 | failure |