All MIBs › CDMIPController › cdmipRestoreFactoryDefaults
cdmipRestoreFactoryDefaults
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipRestoreFactoryDefaults
OID (numeric): 1.3.6.1.4.1.6247.4.7.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Setting this value to '1' will restore factory defaults to the system.
Only value: 1. Restore - restore factory defaults.
*** NOTE: Restoring factory defaults will erase PARAM in permanent storage. Make sure, before setting this to True. ***
What is cdmipRestoreFactoryDefaults?
Setting this to restore(1) erases the card's saved PARAM configuration in permanent storage and resets it to factory defaults. The MIB's own note flags this as destructive, explicitly warning to be sure before setting it true, since unlike cdmipReset, which just reboots, this wipes out custom routes, keys, access lists, and every other configured setting the admin has built up. An admin decommissioning a unit before returning it to inventory would set this to restore(1) specifically to wipe out any customer-specific routes and encryption keys before the unit is redeployed elsewhere.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.7.5 snmpwalk -v2c -c public <target> CDMIPController::cdmipRestoreFactoryDefaults
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.7.5.1 snmpget -v2c -c public <target> CDMIPController::cdmipRestoreFactoryDefaults.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.7.5.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::cdmipRestoreFactoryDefaults 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.5 | cdmipRestoreFactoryDefaults | CDMIPController |