All MIBs › CDMIPController › cdmipBootImageInfo
cdmipBootImageInfo
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipBootImageInfo
OID (numeric): 1.3.6.1.4.1.6247.4.7.10.1
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: Displays version information for bootrom image.
What is cdmipBootImageInfo?
This displays version information for the bootrom image on the IP card. The bootrom is lower-level than the application image reported by cdmipAppVersion, so this object matters specifically when troubleshooting boot-time issues or confirming boot-loader compatibility before an application firmware upgrade. An admin planning a major application firmware upgrade might first check this to confirm the bootrom version is new enough to support the target application image, since very old bootrom versions sometimes cannot boot newer application software.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.7.10.1 snmpwalk -v2c -c public <target> CDMIPController::cdmipBootImageInfo
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.7.10.1.1 snmpget -v2c -c public <target> CDMIPController::cdmipBootImageInfo.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cdmipBootImageInfo.1
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipBootImageInfo 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.7 | cdmipOperMaint | CDMIPController |
| 1.3.6.1.4.1.6247.4.7.10 | cdmipUnitInformation | CDMIPController |
| 1.3.6.1.4.1.6247.4.7.10.1 | cdmipBootImageInfo | CDMIPController |