All MIBs › ADVA-MIB › neMibVariant
neMibVariant
Module: ADVA-MIB
OID (symbolic): ADVA-MIB::neMibVariant
OID (numeric): 1.3.6.1.4.1.2544.2.1.1
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description:
The variant of the SNMP enterprise MIB. This object will together with sysObjectID [RFC1213] uniquely identify the revision and variant of the enterprise MIB used by the NE.
What is neMibVariant?
Reports a string or integer identifier specifying which version or variant of the enterprise SNMP MIB implementation this network element uses. Combined with sysObjectID, it uniquely identifies both the MIB revision and feature set deployed on the device. Example: 'FSPR7-v2.1' or similar version tag.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.2.1.1 snmpwalk -v2c -c public <target> ADVA-MIB::neMibVariant
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.2.1.1.1 snmpget -v2c -c public <target> ADVA-MIB::neMibVariant.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> neMibVariant.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2544 | advaMIB | ADVA-MIB |
| 1.3.6.1.4.1.2544.2 | common | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.1 | neInfo | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.1.1 | neMibVariant | ADVA-MIB |