All MIBs › CDMIPController › cdmipSatelliteHdlcAddressDelete
cdmipSatelliteHdlcAddressDelete
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipSatelliteHdlcAddressDelete
OID (numeric): 1.3.6.1.4.1.6247.4.3.2.9
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Used to delete a specified HDLC Address. Setting this entry to value 1...4 deletes/invalidates the corresponding HDLC Address. 1. for HDLCAddress #1 2. for HDLCAddress #2 3. for HDLCAddress #3 4. for HDLCAddress #4
When a HDLC Address is deleted/invalidated, it is displayed as '0' (NOT-DEFINED or NOT-USED) on SNMP Gets.
What is cdmipSatelliteHdlcAddressDelete?
Setting this to a value 1 through 4 deletes or invalidates the corresponding HDLC address slot, matching the numbering of cdmipSatelliteHdlcAddress1 through 4, after which that slot displays as 0, or NOT-DEFINED, on subsequent reads. This is the only documented way to clear a previously assigned HDLC address rather than overwrite it with a new value, which matters when retiring a service, since simply setting a slot's address object to 0 might not be equivalent to a proper deletion of that entry. Setting this to 3 after decommissioning the telemetry stream assigned to slot 3 clears that address, and cdmipSatelliteHdlcAddress3 would then read back as 0 to confirm the deletion took effect.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.3.2.9 snmpwalk -v2c -c public <target> CDMIPController::cdmipSatelliteHdlcAddressDelete
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.3.2.9.1 snmpget -v2c -c public <target> CDMIPController::cdmipSatelliteHdlcAddressDelete.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.6247.4.3.2.9.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cdmipSatelliteHdlcAddressDelete.1
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipSatelliteHdlcAddressDelete 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.3 | cdmipInterfaces | CDMIPController |
| 1.3.6.1.4.1.6247.4.3.2 | cdmipSatelliteInterface | CDMIPController |
| 1.3.6.1.4.1.6247.4.3.2.9 | cdmipSatelliteHdlcAddressDelete | CDMIPController |