All MIBs › CHS-MIB › uchasEntityIndex
uchasEntityIndex
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasEntityIndex
OID (numeric): 1.3.6.1.4.1.429.1.1.2.1.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: A unique index for the entity for which this entry contains information. For simplicity's sake, entity index values will be assigned according to the formula E=1000*S+I, where E is the entity index, S is the slot index, and I is the index of the entity on the specific card. For example, the third modem on a quad modem card that is in slot 5 has an entity index of 5003.
What is uchasEntityIndex?
This index uniquely identifies a logical entity (such as one modem channel) within the chassis using the formula E = 1000*S + I, where S is the slot number and I is that entity's position on the card, so the index itself directly encodes both which slot and which sub-unit on that card a row describes. An admin benefits from this because they can derive the physical slot from the index alone without a join against the slot table -- dividing by 1000 immediately tells them where to look. For example, an entity index of 5003 (as the MIB's own example states) decodes as slot 5, entity 3 -- the third modem on a quad-modem card in that bay -- letting an admin pinpoint a failing channel directly from an alarm's index value.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.2.1.1.1 snmpwalk -v2c -c public <target> CHS-MIB::uchasEntityIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.2.1.1.1.1 snmpget -v2c -c public <target> CHS-MIB::uchasEntityIndex.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::uchasEntityIndex 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.2 | uchasEntity | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.2.1 | uchasEntityTable | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.2.1.1 | uchasEntityEntry | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.2.1.1.1 | uchasEntityIndex | CHS-MIB |