MIB Reference Manual (Version 3.0)
4-22 MIB Reference Manual Version 3.0
FCSwitch MIB Object Types
4
swSensorStatus [swSensorTable]
Syntax
Access Read-only
Status Mandatory
Description The current status of the sensor.
Note: See the following list for valid values:
• For Temperature, valid values include 3 (below-min), 4 (above-max), and 4
(nominal).
• For Fan, valid values include 3 (below-min), 4 (nominal)., and 6 (absent).
• For Power Supply, valid values include 2 (faulty), 4 (nominal), and 6 (absent).
swSensorValue [swSensorTable]
Syntax Integer
Access Read-only
Status Mandatory
Description The current value (reading) of the sensor.
The value, -2147483648, represents an unknown quantity.
It also means that the sensor does not have the capability to measure the actual value. In V2.0, the
temperature sensor value will be in Celsius; the fan value will be in RPM (revolution per minute);
and the power supply sensor reading will be unknown.
Note: For Fan, the value -2147483648, indicates that the unit is missing.
For Power Supply, the return value is always -2147483648.
Value Declaration Description
Integer 1 (unknown)
2 (faulty)
3 (below-min)
4 (nominal)
5 (above-max)
6 (absent)
The status of the sensor is unknown.
The status of the sensor is in a faulty state.
The sensor value is below the minimal threshold.
The status of the sensor is in a nominal state.
The sensor value is above the maximum threshold.
The sensor is missing.