All MIBs › CDMIPController › cdmipIpRouteNextHopAddress
cdmipIpRouteNextHopAddress
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipIpRouteNextHopAddress
OID (numeric): 1.3.6.1.4.1.6247.4.4.3.1.5
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-write
Description: The Next Hop IP Address is valid only for routes destined to the Ethernet interface.
This IP address must be a locally attached router.
Set 'cdmipIpRouteState' to 'toEthernet' state before setting 'cdmipIpRouteNextHopAddress'.
What is cdmipIpRouteNextHopAddress?
This sets the next-hop IP address for a route, which the description says is valid only for routes destined to the Ethernet interface and must be a locally attached router. Because this only applies when cdmipIpRouteState is set to toEthernet, and the MIB explicitly instructs setting that state first, configuring this on a route still in its default toSatellite state would be setting a value that has no effect until the state is changed to match. For a route sending traffic out the Ethernet side toward a corporate LAN, setting this to 192.168.1.1, the LAN's local gateway router, tells the modem where on that Ethernet segment to forward the traffic.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.5 snmpwalk -v2c -c public <target> CDMIPController::cdmipIpRouteNextHopAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.5.1 snmpget -v2c -c public <target> CDMIPController::cdmipIpRouteNextHopAddress.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.4.3.1.5.1 a <value>
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipIpRouteNextHopAddress 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.5 | cdmipIpRouteNextHopAddress | CDMIPController |