All MIBs › CHS-MIB › uchasCmdFunction
uchasCmdFunction
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasCmdFunction
OID (numeric): 1.3.6.1.4.1.429.1.1.7.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: A control variable used to start and stop operator-initiated commands. A command is initiated by setting this object to a value other than noCommand(1). When the value noCommand(1) is written to this object, no action is taken, unless a command is in progress, in which case the command is aborted.
What is uchasCmdFunction?
Setting this field to any value other than noCommand(1) is what actually triggers a remote action on the module in the slot specified by uchasCmdSlotIndex -- pulling it out of service, restoring it, forcing a hardware reset, or kicking off a firmware download -- while writing noCommand(1) either does nothing or, if a command is mid-flight, aborts it. This is the actual control lever of the whole command table: everything else here exists to support this one write that changes real hardware state. For example, an admin recovering a hung NAC in slot 8 would first set uchasCmdSlotIndex to 8, then write hardwareReset(4) to this object to remotely power-cycle that specific card without visiting the datacenter.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.7.1.1.4 snmpwalk -v2c -c public <target> CHS-MIB::uchasCmdFunction
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.7.1.1.4.1 snmpget -v2c -c public <target> CHS-MIB::uchasCmdFunction.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.429.1.1.7.1.1.4.1 i <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::uchasCmdFunction 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.7 | uchasCmd | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.7.1 | uchasCmdTable | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.7.1.1 | uchasCmdEntry | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.7.1.1.4 | uchasCmdFunction | CHS-MIB |