All MIBs › CDMIPController › cdmipWorkingMode
cdmipWorkingMode
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipWorkingMode
OID (numeric): 1.3.6.1.4.1.6247.4.2.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Configure the IP Card's working mode. The CDM-IP can operate in any of these modes. 1. Router - Small Network Mode: The system functions as router and uses the route table to determine how to forward packets in a small network HDLC address mode. The HDLC packet uses a 1 byte HDLC address. The valid values are from 1 to 254 (0x1 - 0xFE). 2. Router - Large Network Mode: The system functions as router and uses the route table to determine how to forward packets in a large network HDLC address mode. The HDLC packet uses a 2- byte HDLC address. The valid values are from 1 to 32766 (0x1 - 0x7FFE). 3. Router - Point to Point - The system functions as router and uses the route table to determine how to forward packets in a point-to-point HDLC address mode. The HDLC packet does not use a HDLC address. 4. Router - Vipersat Mode - The system functions in Vipersat mode. 5. EasyConnect mode - The system forwards all packets it receives. The HDLC packet does not use a HDLC address.
*** IMPORTANT NOTE *** Changing Working mode requires the system to reboot. System configuration is saved before rebooting.
Please make sure you are setting the correct value.
What is cdmipWorkingMode?
This selects the IP card's overall operating mode: small-network router, large-network router, point-to-point router, Vipersat mesh mode, or EasyConnect mode, which fundamentally changes how the unit forwards packets and what HDLC addressing scheme it uses over the satellite link. Because this determines the structure of the HDLC addressing, 1-byte addresses 1-254 in small mode versus 2-byte addresses up to 32766 in large mode, changing it retroactively invalidates any HDLC addresses already configured in objects like cdmipSatelliteHdlcAddress1, which then need to be reconfigured to fit the new mode's valid range. Switching this from routerSmallNetworkMode(1) to routerLargeNetworkMode(2) to accommodate more than 254 remote sites on a star network would require revisiting every configured HDLC address to make sure none is now invalid under the old mode's 254-address ceiling.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.2.10 snmpwalk -v2c -c public <target> CDMIPController::cdmipWorkingMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.2.10.1 snmpget -v2c -c public <target> CDMIPController::cdmipWorkingMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.2.10.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::cdmipWorkingMode 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.2 | cdmipAdministration | CDMIPController |
| 1.3.6.1.4.1.6247.4.2.10 | cdmipWorkingMode | CDMIPController |