All MIBs › ADIC-INTELLIGENT-STORAGE-MIB › componentFirmwareVersion
componentFirmwareVersion
Module: ADIC-INTELLIGENT-STORAGE-MIB
OID (symbolic): ADIC-INTELLIGENT-STORAGE-MIB::componentFirmwareVersion
OID (numeric): 1.3.6.1.4.1.3764.1.1.30.10.1.11
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: Firmware version (or level) for this component.
What is componentFirmwareVersion?
This OID reports the current firmware or software version running on the component for patch management and upgrade planning. Engineers consult this to verify compatibility with other equipment, assess security vulnerabilities, and plan firmware updates. A version string like "v3.2.1-20240615" tells you exactly which release is installed and whether an upgrade is available.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3764.1.1.30.10.1.11 snmpwalk -v2c -c public <target> ADIC-INTELLIGENT-STORAGE-MIB::componentFirmwareVersion
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3764.1.1.30.10.1.11.1 snmpget -v2c -c public <target> ADIC-INTELLIGENT-STORAGE-MIB::componentFirmwareVersion.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> componentFirmwareVersion.1
Start monitoring ADIC (Quantum) storage products with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ADIC-INTELLIGENT-STORAGE-MIB::componentFirmwareVersion OID value, configure state conditions and alerts, and monitor any ADIC (Quantum) storage products from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3764 | adic | ADIC-INTELLIGENT-STORAGE-MIB |
| 1.3.6.1.4.1.3764.1 | storage | ADIC-INTELLIGENT-STORAGE-MIB |
| 1.3.6.1.4.1.3764.1.1 | intelligent | ADIC-INTELLIGENT-STORAGE-MIB |
| 1.3.6.1.4.1.3764.1.1.30 | components | ADIC-INTELLIGENT-STORAGE-MIB |
| 1.3.6.1.4.1.3764.1.1.30.10 | componentTable | ADIC-INTELLIGENT-STORAGE-MIB |
| 1.3.6.1.4.1.3764.1.1.30.10.1 | componentEntry | ADIC-INTELLIGENT-STORAGE-MIB |
| 1.3.6.1.4.1.3764.1.1.30.10.1.11 | componentFirmwareVersion | ADIC-INTELLIGENT-STORAGE-MIB |