All MIBs › CHS-MIB › uchasEnvironIndex
uchasEnvironIndex
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasEnvironIndex
OID (numeric): 1.3.6.1.4.1.429.1.1.5.1.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: A index that uniquely identifies an environmental sensor.
What is uchasEnvironIndex?
This is simply the table index distinguishing one environmental sensor from another in the chassis, needed because a single chassis can host multiple sensors (temperature probes at different points, for instance) each reporting independently. An admin needs this index as the join key to correlate a specific sensor's descr, type, and status rows, since 'the chassis temperature is high' is far less useful than knowing which specific sensor (and therefore which physical zone of the chassis) triggered it. For example, uchasEnvironIndex=2 might be the sensor near the fan tray while index=1 is near the PSU bay, letting an admin localize a thermal problem to a specific part of the enclosure.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.5.1.1.1 snmpwalk -v2c -c public <target> CHS-MIB::uchasEnvironIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.5.1.1.1.1 snmpget -v2c -c public <target> CHS-MIB::uchasEnvironIndex.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::uchasEnvironIndex 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.1 | uchasEnvironIndex | CHS-MIB |