All MIBs › ADTRAN-MIB › adProdProductID
adProdProductID
Module: ADTRAN-MIB
OID (symbolic): ADTRAN-MIB::adProdProductID
OID (numeric): 1.3.6.1.4.1.664.3.1.8
Node type: OBJECT-TYPE
Type: OBJECT IDENTIFIER
Access: read-only
Description:
The Adtran Product ID as reported via sysObjectID. Note: In the proprietary ASP protocol, the product reports only its product type number as an octet string.
What is adProdProductID?
This is the SNMP sysObjectID for the device in OID notation (e.g., '1.3.6.1.4.1.664.100.1'). It identifies the exact product line. Allows automated inventory scripts to recognize the device type.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.664.3.1.8 snmpwalk -v2c -c public <target> ADTRAN-MIB::adProdProductID
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.664.3.1.8.1 snmpget -v2c -c public <target> ADTRAN-MIB::adProdProductID.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> adProdProductID.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.664 | adtran | ADTRAN-ATLAS-MODULE-MIB |
| 1.3.6.1.4.1.664.3 | adAdmin | ADTRAN-MIB |
| 1.3.6.1.4.1.664.3.1 | adProductInfo | ADTRAN-MIB |
| 1.3.6.1.4.1.664.3.1.8 | adProdProductID | ADTRAN-MIB |