All MIBs › CDMIPController › cdmipIpRouteDestMaskLen
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 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.4 | cdmipRouteTable | CDMIPController |
| 1.3.6.1.4.1.6247.4.4.3 | cdmipIpRouteTable | CDMIPController |
| 1.3.6.1.4.1.6247.4.4.3.1 | cdmipIpRouteEntry | CDMIPController |
| 1.3.6.1.4.1.6247.4.4.3.1.4 | cdmipIpRouteDestMaskLen | CDMIPController |