All MIBs › CHS-MIB › uchasDisplayName
uchasDisplayName
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasDisplayName
OID (numeric): 1.3.6.1.4.1.429.1.1.3.3
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description: A four digit name given to the chassis. The name will be displayed on the alpha-numeric display on the front panel of the Network Management Card in the given chassis.
What is uchasDisplayName?
This read-write field sets a strict four-character name that gets physically rendered on the chassis's own front-panel alphanumeric display, unlike uchasDescr which is only visible over SNMP. An admin cares about this specifically because it's the one identifier visible to someone standing in front of the physical rack without a laptop, useful for confirming they're about to service the correct box among many identical-looking chassis. For example, setting this to '2A14' (rack 2, position A, slot 14) lets a technician physically walking the datacenter floor visually match a work order to the right chassis by glancing at its front panel.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.3.3 snmpwalk -v2c -c public <target> CHS-MIB::uchasDisplayName
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.3.3.1 snmpget -v2c -c public <target> CHS-MIB::uchasDisplayName.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.429.1.1.3.3.1 s <value>
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::uchasDisplayName 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.3 | uchasDisplayName | CHS-MIB |