All MIBs › CHS-MIB › uchasNicStates
uchasNicStates
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasNicStates
OID (numeric): 1.3.6.1.4.1.429.1.1.3.7
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: This object is a proprietary encoded octet string used to get the status of every NIC in the chassis.
What is uchasNicStates?
This is a third proprietary bulk-status object, this time packing the operational status of every NIC (the bay-17+ management/network cards in this chassis's numbering) into one octet string retrievable with a single GET. It exists for the same bulk-efficiency reason as the LED objects -- a management console polling many chassis doesn't want to issue one GET per NIC slot just to build a status overview. For example, a NOC dashboard refreshing status for a chassis with several NICs installed across slots 21-37 can decode this one object rather than separately walking uchasEntityOperStatus for every NIC-hosted entity.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.3.7 snmpwalk -v2c -c public <target> CHS-MIB::uchasNicStates
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.3.7.1 snmpget -v2c -c public <target> CHS-MIB::uchasNicStates.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::uchasNicStates 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.3 | uchasConfig | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.3.7 | uchasNicStates | CHS-MIB |