All MIBs › COM21-HCXTOP-MIB › hcxDbAction
hcxDbAction
Module: COM21-HCXTOP-MIB
OID (symbolic): COM21-HCXTOP-MIB::hcxDbAction
OID (numeric): 1.3.6.1.4.1.1141.2.14.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This attribute is used to control various database actions. saveDb causes the present active database to be saved to disk. This will overwrite any previously saved database. revertToPeriodicDb causes the periodically saved database to become the active database. revertToSavedDb causes the user saved database to become the active database. deleteSavedDb and deletePeriodicDb simply delete the current saved and periodic database respectively. In the case of these last two options, the CC shall reboot.
What is hcxDbAction?
This read-write enumeration (nil, saveDb, deleteSavedDb, deletePeriodicDb, revertToPeriodicDb, revertToSavedDb) lets an admin manually trigger a configuration database save or restore action on the ComController, where saveDb overwrites any previous saved copy and the revert options roll the active configuration back to a periodic or user-saved database. An admin uses it to protect against configuration mistakes before making risky changes. For example, before a bulk VLAN reconfiguration, an admin sets hcxDbAction to saveDb to snapshot the working configuration in case a later revertToSavedDb is needed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1141.2.14.1 snmpwalk -v2c -c public <target> COM21-HCXTOP-MIB::hcxDbAction
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1141.2.14.1.1 snmpget -v2c -c public <target> COM21-HCXTOP-MIB::hcxDbAction.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1141.2.14.1.1 i <value>
Start monitoring Com21 ComController HCX unit control/topology (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the COM21-HCXTOP-MIB::hcxDbAction OID value, configure state conditions and alerts, and monitor any Com21 ComController HCX unit control/topology (legacy) from a single console.
OID Breakdown
Upper-level ancestors (8 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 |
| 1.3.6.1.4.1.1141 | com21 | COM21-HCX-MIB |
| 1.3.6.1.4.1.1141.2 | com21Hcx | COM21-HCX-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1141.2.14 | com21HcxDbControlGroup | COM21-HCXTOP-MIB |
| 1.3.6.1.4.1.1141.2.14.1 | hcxDbAction | COM21-HCXTOP-MIB |