All MIBs › CDMIPController › cdmipParamConfig
cdmipParamConfig
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipParamConfig
OID (numeric): 1.3.6.1.4.1.6247.4.7.9
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Setting this parameter tells how the IP card will get its configuration data when booting up:
Configuration data can be loaded from the following locations: 1. Factory Defaultls - load data from factory defaults. 2. PARAM File - load data from PARAM in permanent storage.
What is cdmipParamConfig?
This selects where the IP card loads its configuration data from at boot time: either always reverting to factory defaults, or loading from the saved PARAM file in permanent storage. Setting this to factoryDefaults(1) means every reboot discards any custom configuration and starts fresh, which would be an unusual and disruptive choice for a production unit but potentially useful in a lab or test environment where a clean state on every boot is actually desired. A production unit should have this set to paramFile(2) so its custom routes, keys, and access lists persist across reboots; leaving it at factoryDefaults(1) by mistake would silently discard all that configuration on every restart.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.7.9 snmpwalk -v2c -c public <target> CDMIPController::cdmipParamConfig
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.7.9.1 snmpget -v2c -c public <target> CDMIPController::cdmipParamConfig.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.7.9.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::cdmipParamConfig 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.9 | cdmipParamConfig | CDMIPController |