All MIBs › ENTITY-SENSOR-MIB › entPhySensorOperStatus
entPhySensorOperStatus
Module: ENTITY-SENSOR-MIB
OID (symbolic): ENTITY-SENSOR-MIB::entPhySensorOperStatus
OID (numeric): 1.3.6.1.2.1.99.1.1.1.5
Node type: OBJECT-TYPE
Type: EntitySensorStatus
Access: read-only
Description: The operational status of the sensor.
What is entPhySensorOperStatus?
This read-only value reports the operational status of a physical sensor, such as whether it is actively reporting valid data, has failed, or is disabled. Admins monitor it to distinguish a genuinely bad reading (like an overheating chassis) from a sensor that is simply not functioning. For example, an entPhySensorOperStatus of nonoperational would tell an admin the sensor itself has failed rather than that the monitored condition is actually critical.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.99.1.1.1.5 snmpwalk -v2c -c public <target> ENTITY-SENSOR-MIB::entPhySensorOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.99.1.1.1.5.1 snmpget -v2c -c public <target> ENTITY-SENSOR-MIB::entPhySensorOperStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> entPhySensorOperStatus.1
Start monitoring Chassis-based router/switch with physical sensors (vendor-neutral IETF standard RFC 3433) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ENTITY-SENSOR-MIB::entPhySensorOperStatus OID value, configure state conditions and alerts, and monitor any Chassis-based router/switch with physical sensors (vendor-neutral IETF standard RFC 3433) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.99 | entitySensorMIB | ENTITY-SENSOR-MIB |
| 1.3.6.1.2.1.99.1 | entitySensorObjects | ENTITY-SENSOR-MIB |
| 1.3.6.1.2.1.99.1.1 | entPhySensorTable | ENTITY-SENSOR-MIB |
| 1.3.6.1.2.1.99.1.1.1 | entPhySensorEntry | ENTITY-SENSOR-MIB |
| 1.3.6.1.2.1.99.1.1.1.5 | entPhySensorOperStatus | ENTITY-SENSOR-MIB |