All MIBs › CHS-MIB › uchasEntityOperStatus
uchasEntityOperStatus
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasEntityOperStatus
OID (numeric): 1.3.6.1.4.1.429.1.1.2.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Provides operational status of the entity for which this row corresponds.
What is uchasEntityOperStatus?
This enumerated value gives the current operational state of this specific logical entity, distinguishing normal operational(4) from transitional states like testing(3) and loading(6), or terminal states like outOfService(2) and failed(5). It's the primary health signal an admin polls per-entity to decide whether that modem channel or sub-component is actually usable right now versus mid-firmware-load or already dead, which is more granular than a whole-card up/down check. For example, entity 5003 reporting failed(5) while its sibling entities on the same card report operational(4) tells the admin exactly one modem channel needs attention, not the whole NAC in slot 5.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.2.1.1.5 snmpwalk -v2c -c public <target> CHS-MIB::uchasEntityOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.2.1.1.5.1 snmpget -v2c -c public <target> CHS-MIB::uchasEntityOperStatus.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::uchasEntityOperStatus 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.5 | uchasEntityOperStatus | CHS-MIB |