CDMIPController :: cdmipIpRouteDestMaskLen

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCDMIPControllercdmipIpRouteDestMaskLen

cdmipIpRouteDestMaskLen

Module: CDMIPController

OID (symbolic): CDMIPController::cdmipIpRouteDestMaskLen

OID (numeric): 1.3.6.1.4.1.6247.4.4.3.1.4

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-write

Description: The number of bits in the subnet mask for the destination IP address for the route.

What is cdmipIpRouteDestMaskLen?

This sets the number of bits in the subnet mask applied to cdmipIpRouteDestAddress, defining how broad or narrow this route's destination match is. A mask length of 0 makes this a default or catch-all route matching all destinations, while 32 restricts it to a single host, so getting this wrong, for example accidentally leaving it at 0, could unintentionally make one route absorb traffic meant for other, more specific routes. Setting this to 24 alongside a destination address of 10.5.0.0 scopes the route to exactly the 10.5.0.0/24 subnet, rather than the wider /16 that a mask of 16 would produce.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.4
snmpwalk -v2c -c public <target> CDMIPController::cdmipIpRouteDestMaskLen

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.4.1
snmpget -v2c -c public <target> CDMIPController::cdmipIpRouteDestMaskLen.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.4.3.1.4.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::cdmipIpRouteDestMaskLen 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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.6247comtechEFDataComtechEFData
Numeric OIDNameModule
1.3.6.1.4.1.6247.4cdmipControllerCDMIPController
1.3.6.1.4.1.6247.4.4cdmipRouteTableCDMIPController
1.3.6.1.4.1.6247.4.4.3cdmipIpRouteTableCDMIPController
1.3.6.1.4.1.6247.4.4.3.1cdmipIpRouteEntryCDMIPController
1.3.6.1.4.1.6247.4.4.3.1.4cdmipIpRouteDestMaskLenCDMIPController