All MIBs › CDMIPController › cdmipMibVersion
cdmipMibVersion
Module: CDMIPController
OID (symbolic): CDMIPController::cdmipMibVersion
OID (numeric): 1.3.6.1.4.1.6247.4.2.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: /*****************************************************************************/ /* * CDM-IP MIB Version Information * * Date App Release MIB Version * ======== =========== =========== * 03/14/02 1.0 1 * * 04/23/02 internal 2 * * 07/31/02 1.1 3 * * 10/15/02 1.2 4 * * 11/25/02 2.1 5 * * 02/19/04 4.0 6 * * 07/12/04 4.2 7 * * 12/31/05 5.3 8 */ /*****************************************************************************/
What is cdmipMibVersion?
This reports the numeric MIB version implemented by this IP card's agent, corresponding to a specific application release per the version history documented inline in the MIB source, for example version 4 shipping with app release 1.2. An NMS or management script can use this to detect which set of IP-card objects, such as routes, IGMP, or encryption, it can safely query, since an older MIB version on this card may lack tables or objects added in later app releases. A device reporting mibVersion=3 would correspond to app release 1.1 per the version table embedded in the MIB, meaning any objects added only in release 1.2 (version 4) would not be present.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6247.4.2.1 snmpwalk -v2c -c public <target> CDMIPController::cdmipMibVersion
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6247.4.2.1.1 snmpget -v2c -c public <target> CDMIPController::cdmipMibVersion.1
Start monitoring Comtech EF Data satellite modems with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CDMIPController::cdmipMibVersion 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.2 | cdmipAdministration | CDMIPController |
| 1.3.6.1.4.1.6247.4.2.1 | cdmipMibVersion | CDMIPController |