All MIBs › CHS-MIB › uchasArModuleReinit
uchasArModuleReinit
Module: CHS-MIB
OID (symbolic): CHS-MIB::uchasArModuleReinit
OID (numeric): 1.3.6.1.4.1.429.1.1.9.9.1.3
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: This script is triggered when the following occur: chassis power transitions from off to on; a module is inserted in the chassis; software download has just been completed to a module; a module is restored to service; or a module is reset (hardware).
What is uchasArModuleReinit?
This field's trigger condition is unusually broad: the description lists five distinct events that all fire this same script -- chassis power-up, a module being inserted, completion of a software download to a module, a module being restored to service, or a hardware reset -- effectively meaning this script runs any time a module in this slot transitions into a known-good starting state. An admin would use this as a catch-all 'card just came up clean, do post-init checks' hook, since it fires regardless of which of those five specific paths led to the module being freshly initialized. For example, an admin might point this at a script that automatically re-applies that slot's saved configuration and runs a quick self-test, useful whether the card just got power-cycled, freshly inserted, or finished a firmware download.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.1.1.9.9.1.3 snmpwalk -v2c -c public <target> CHS-MIB::uchasArModuleReinit
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.1.1.9.9.1.3.1 snmpget -v2c -c public <target> CHS-MIB::uchasArModuleReinit.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.429.1.1.9.9.1.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::uchasArModuleReinit 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.9 | uchasAutoResponse | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.9.9 | uchasArSlotTable | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.9.9.1 | uchasArSlotEntry | CHS-MIB |
| 1.3.6.1.4.1.429.1.1.9.9.1.3 | uchasArModuleReinit | CHS-MIB |