ccHwSensorsType
SYMBOL-WS5000-MIB ·
.1.3.6.1.4.1.388.6.6.2.2.1.2
Object
column Enumeration
Tells the type of the fan or temp sensor, and the
corresponding units for the readings.
Note that any given temp sensors appears in this table only
once; (NOT twice - once for deg-F and once for deg-C).
The choice of implementing a temp sensor as deg-F or deg-C
is left to the convenience of the switch developer.
Context
- MIB
- SYMBOL-WS5000-MIB
- OID
.1.3.6.1.4.1.388.6.6.2.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ccHwSensorsEntry
- Groups
- 1
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 'SYMBOL-WS5000-MIB' -M '/opt/observium/mibs/symbol:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYMBOL-WS5000-MIB::ccHwSensorsType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYMBOL-WS5000-MIB' -M '/opt/observium/mibs/symbol:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYMBOL-WS5000-MIB::ccHwSensorsType.<ccHwSensorsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYMBOL-WS5000-MIB' -M '/opt/observium/mibs/symbol:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYMBOL-WS5000-MIB::ccHwSensorsType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | tempInDegC |
3 | variableSpeedFanInRpm |
4 | onOffFanInDutyCycle |
Conformance
Member of