All MIBs › CHS-MIB › uchasEnvironSensor
uchasEnvironSensor
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasEnvironSensor
OID (numeric): 1.3.6.1.4.1.429.1.1.5.1.1.2
Node type: OBJECT-TYPE
Type: OBJECT IDENTIFIER
Access: read-only
Description: The identification of the type of environmental sensor to which this entry applies.
What is uchasEnvironSensor?
This OID identifies what kind of environmental condition a given sensor row is measuring -- most plausibly temperature given the surrounding trap objects reference hub temperature, but the field is generic enough that the vendor could add humidity or airflow sensor types under the same table without a schema change. An admin cares about this because it lets monitoring software correctly label and threshold each sensor row by its actual measured quantity rather than assuming every row in the table is a temperature probe. For example, a script building a dashboard would branch on this OID to decide whether to render a given row's status as a temperature gauge or, if the vendor later added one, a humidity gauge.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.5.1.1.2 snmpwalk -v2c -c public <target> CHS-MIB::uchasEnvironSensor
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.5.1.1.2.1 snmpget -v2c -c public <target> CHS-MIB::uchasEnvironSensor.1
Start monitoring US Robotics Total Control/NetServer chassis (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHS-MIB::uchasEnvironSensor OID value, configure state conditions and alerts, and monitor any US Robotics Total Control/NetServer chassis (legacy) 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.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.429 | usr | CHS-MIB |
| 1.3.6.1.4.1.429.1 | nas | CHS-MIB |
| 1.3.6.1.4.1.429.1.1 | chs | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.5 | uchasEnviron | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.5.1 | uchasEnvironTable | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.5.1.1 | uchasEnvironEntry | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.5.1.1.2 | uchasEnvironSensor | CHS-MIB |