All MIBs › CHS-MIB › uchasSlotModuleType
uchasSlotModuleType
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasSlotModuleType
OID (numeric): 1.3.6.1.4.1.429.1.1.1.1.1.2
Node type: OBJECT-TYPE
Type: OBJECT IDENTIFIER
Access: read-only
Description: The type of physical module contained in this slot of the chassis. A value of uchasSlotEmpty indicates an empty slot. A value of uchasSlotUnknown indicates that the type of module is unknown.
What is uchasSlotModuleType?
This object returns an OID identifying exactly which product/module type occupies a given chassis slot, using the special values uchasSlotEmpty when the bay has nothing in it and uchasSlotUnknown when the NMC can't identify what's plugged in. It matters because an inventory or provisioning tool can poll this across all 37 slots to build an accurate hardware map of the chassis without physically opening it, and can specifically flag slots reporting uchasSlotUnknown as needing manual identification. For example, a script auditing a chassis might find slot 5 returns the OID for a 16-port NAC module, slot 9 returns uchasSlotEmpty (an open bay ready for expansion), and slot 12 unexpectedly returns uchasSlotUnknown, flagging a card the NMC's firmware doesn't recognize.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.1.1.1.2 snmpwalk -v2c -c public <target> CHS-MIB::uchasSlotModuleType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.1.1.1.2.1 snmpget -v2c -c public <target> CHS-MIB::uchasSlotModuleType.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::uchasSlotModuleType 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.1 | uchasSlot | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.1.1 | uchasSlotTable | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.1.1.1 | uchasSlotEntry | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.1.1.1.2 | uchasSlotModuleType | CHS-MIB |