All MIBs › CDMIPController › cdmipIpRouteHdlcAddress
cdmipIpRouteHdlcAddress
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipIpRouteHdlcAddress
OID (numeric): 1.3.6.1.4.1.6247.4.4.3.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The HDLC Address is valid only for routes destined to the Satellite interface.
This can also be viewed as the 'next-hop' identifier for the route destined to satellite.
The valid range of HDLC Address depends on Network mode.
1. Small Network mode - 1 - 254 (0x01 - 0xFE) 2. Large Network Mode - 1 - 32766 (0x01 - 0x7FFE)
An HDLC Address cannot have 0x00 or 0xFF in Least Significant Byte (LSB).
Set 'cdmipIpRouteState' to 'toSatellite' state before setting 'cdmipIpRouteHdlcAddress'.
What is cdmipIpRouteHdlcAddress?
This sets the HDLC address used as the next-hop identifier for a route destined to the satellite interface, with valid range depending on the network mode, 1-254 in Small mode or 1-32766 in Large mode. The MIB notes this address cannot have 0x00 or 0xFF in the least significant byte, a specific hardware or protocol constraint that means certain numerically-valid-looking values would still be rejected or behave incorrectly on the wire, so an admin scripting route creation needs to explicitly filter those values out rather than just checking the numeric range. A value of 300 configured while the network mode is still Small Network Mode, capped at 254, would be an invalid HDLC address for that route despite fitting within the object's overall 1-65535 syntax range.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.8 snmpwalk -v2c -c public <target> CDMIPController::cdmipIpRouteHdlcAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.4.3.1.8.1 snmpget -v2c -c public <target> CDMIPController::cdmipIpRouteHdlcAddress.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.4.3.1.8.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::cdmipIpRouteHdlcAddress 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.8 | cdmipIpRouteHdlcAddress | CDMIPController |