All MIBs › ENTITY-SENSOR-MIB › entPhySensorScale
entPhySensorScale
Module: ENTITY-SENSOR-MIB
OID (symbolic): ENTITY-SENSOR-MIB::entPhySensorScale
OID (numeric): 1.3.6.1.2.1.99.1.1.1.2
Node type: OBJECT-TYPE
Type: EntitySensorDataScale
Access: read-only
Description: The exponent to apply to values returned by the associated entPhySensorValue object.
This object SHOULD be set by the agent during entry creation, and the value SHOULD NOT change during operation.
What is entPhySensorScale?
This read-only value gives the power-of-ten exponent to apply to the associated entPhySensorValue to get the actual measurement, and like entPhySensorType it is set once at entry creation and stays fixed. Admins use it together with entPhySensorValue and entPhySensorPrecision to correctly compute the real-world reading rather than misreading a raw integer. For example, a scale of milli combined with a raw value of 3300 on a voltage sensor means the actual reading is 3.3 volts.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.99.1.1.1.2 snmpwalk -v2c -c public <target> ENTITY-SENSOR-MIB::entPhySensorScale
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.99.1.1.1.2.1 snmpget -v2c -c public <target> ENTITY-SENSOR-MIB::entPhySensorScale.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::entPhySensorScale 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.2 | entPhySensorScale | ENTITY-SENSOR-MIB |