All MIBs › ENTITY-SENSOR-MIB › entPhySensorValueUpdateRate
entPhySensorValueUpdateRate
Module: ENTITY-SENSOR-MIB
OID (symbolic): ENTITY-SENSOR-MIB::entPhySensorValueUpdateRate
OID (numeric): 1.3.6.1.2.1.99.1.1.1.8
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: An indication of the frequency that the agent updates the associated entPhySensorValue object, representing in milliseconds.
The value zero indicates:
- the sensor value is updated on demand (e.g., when polled by the agent for a get-request), - the sensor value is updated when the sensor value changes (event-driven), - the agent does not know the update rate.
What is entPhySensorValueUpdateRate?
This read-only value, in milliseconds, indicates how frequently the agent refreshes the associated entPhySensorValue, with zero meaning the value is updated on demand, only when it changes, or that the agent doesn't know the rate. Admins use it to judge how fresh a polled sensor reading actually is, since a slow update rate means recent changes might not yet be reflected. For example, an update rate of 5000 tells an admin the sensor value is refreshed roughly every five seconds, so polling more often than that gains nothing.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.99.1.1.1.8 snmpwalk -v2c -c public <target> ENTITY-SENSOR-MIB::entPhySensorValueUpdateRate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.99.1.1.1.8.1 snmpget -v2c -c public <target> ENTITY-SENSOR-MIB::entPhySensorValueUpdateRate.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::entPhySensorValueUpdateRate 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.8 | entPhySensorValueUpdateRate | ENTITY-SENSOR-MIB |