All MIBs › SYSTEM-MIB › swSensorValue
swSensorValue
Module: SYSTEM-MIB
OID (symbolic): SYSTEM-MIB::swSensorValue
OID (numeric): 1.3.6.1.4.1.1588.2.1.1.1.1.22.1.4
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1588.2.1.1.1.1.22.1.4 snmpwalk -v2c -c public <target> SYSTEM-MIB::swSensorValue
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1588.2.1.1.1.1.22.1.4.1 snmpget -v2c -c public <target> SYSTEM-MIB::swSensorValue.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> swSensorValue.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.1588 | bcsi | Brocade-REG-MIB |
| 1.3.6.1.4.1.1588.2 | commDev | Brocade-REG-MIB |
| 1.3.6.1.4.1.1588.2.1 | fibrechannel | Brocade-REG-MIB |
| 1.3.6.1.4.1.1588.2.1.1 | fcSwitch | Brocade-REG-MIB |
| 1.3.6.1.4.1.1588.2.1.1.1 | sw | SW-MIB |
| 1.3.6.1.4.1.1588.2.1.1.1.1 | swSystem | BROCADE-SYSTEM-MIB |
| 1.3.6.1.4.1.1588.2.1.1.1.1.22 | swSensorTable | BROCADE-SYSTEM-MIB |
| 1.3.6.1.4.1.1588.2.1.1.1.1.22.1 | swSensorEntry | BROCADE-SYSTEM-MIB |
| 1.3.6.1.4.1.1588.2.1.1.1.1.22.1.4 | swSensorValue | SYSTEM-MIB |