All MIBs › CDMIPController › cdmipLoadParamsFromStorage
cdmipLoadParamsFromStorage
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipLoadParamsFromStorage
OID (numeric): 1.3.6.1.4.1.6247.4.7.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Setting the value to '1' will load the PARAM from the permanent storage.
Only value: 1. Load - load PARAM from permanent storage.
What is cdmipLoadParamsFromStorage?
Setting this to load(1) reloads the PARAM configuration from permanent storage into the running configuration. This is useful for discarding unsaved in-memory changes and reverting to the last saved configuration without a full reboot, effectively an undo for configuration edits made since the last cdmipSaveConfiguration, faster than cycling power via cdmipReset. An admin who made several experimental route changes that turned out to be wrong, and never saved them, could set cdmipLoadParamsFromStorage=1 to discard those changes and revert to the last saved configuration instantly.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.7.6 snmpwalk -v2c -c public <target> CDMIPController::cdmipLoadParamsFromStorage
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.7.6.1 snmpget -v2c -c public <target> CDMIPController::cdmipLoadParamsFromStorage.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.7.6.1 i <value>
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipLoadParamsFromStorage OID value, configure state conditions and alerts, and monitor any Comtech EF Data satellite modems from a single console.
OID Breakdown
Upper-level ancestors (7 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.6247 | comtechEFData | ComtechEFData |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6247.4 | cdmipController | CDMIPController |
| 1.3.6.1.4.1.6247.4.7 | cdmipOperMaint | CDMIPController |
| 1.3.6.1.4.1.6247.4.7.6 | cdmipLoadParamsFromStorage | CDMIPController |