CDMIPController :: cdmipIpRouteRowStatus

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCDMIPControllercdmipIpRouteRowStatus

cdmipIpRouteRowStatus

Module: CDMIPController

OID (symbolic): CDMIPController::cdmipIpRouteRowStatus

OID (numeric): 1.3.6.1.4.1.6247.4.4.3.1.13

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-write

Description: In SMIv2 tables, the RowStatus textual convention is used to manage the creation and deletion of conceptual rows. This column has six defined values.

active(1) - which indicates that the conceptual row with all column is available for use by the managed device notInService(2) - this row state is not yet supported notReady(3) - this row state is not yet supported createAndGo(4) - which is supplied by a manager wishing to create a new instance of a conceptual row and to have its status automatically set to active, making it available for use by the managed device. createAndWait(5) - this row create is not yet supported destroy(6) - which is supplied by a manager wishing to delete all of the instances associated with an existing conceptual row.

What is cdmipIpRouteRowStatus?

This is the standard SMIv2 RowStatus column used to create, activate, or delete this specific route table entry, though the MIB notes notInService and notReady are not actually supported states on this implementation. Because two of the six standard RowStatus states are not implemented here, an admin scripting route provisioning against this MIB can really only rely on createAndGo, active, and destroy in practice, since trying to leverage the staged notInService or notReady workflow that works on other RowStatus-based tables would not behave as expected on this modem. Setting this to createAndGo(4) while also populating the destination address, mask, and next-hop objects in the same SNMP request would create and immediately activate a new route in one step, since the staged workflow is not available here.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.13
snmpwalk -v2c -c public <target> CDMIPController::cdmipIpRouteRowStatus

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.13.1
snmpget -v2c -c public <target> CDMIPController::cdmipIpRouteRowStatus.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.4.3.1.13.1 i <value>

SNMPv3 example:

snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cdmipIpRouteRowStatus.1

Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipIpRouteRowStatus 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.13cdmipIpRouteRowStatusCDMIPController