All MIBs › CDMIPController › cdmipIpRouteIndex
cdmipIpRouteIndex
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipIpRouteIndex
OID (numeric): 1.3.6.1.4.1.6247.4.4.3.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The index for the route table.
What is cdmipIpRouteIndex?
This is the index identifying a specific row in the IP card's route table, supporting up to 1024 configured routes. With up to 1024 possible routes, this index is essential for programmatically creating, modifying, or deleting a specific route entry via SNMP rather than relying on route name alone, especially when scripting bulk route configuration across many remote sites. An admin provisioning route 500 in a large deployment would use this index to target that specific row for all the associated route objects, such as destination, mask, and next hop, rather than the first 499 or later 501st entry.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.1 snmpwalk -v2c -c public <target> CDMIPController::cdmipIpRouteIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.1.1 snmpget -v2c -c public <target> CDMIPController::cdmipIpRouteIndex.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.4.3.1.1.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::cdmipIpRouteIndex 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.1 | cdmipIpRouteIndex | CDMIPController |