All MIBs › NETOPIA-MIB › fwVersion
fwVersion
Module: NETOPIA-MIB
OID (symbolic): NETOPIA-MIB::fwVersion
OID (numeric): 1.3.6.1.4.1.304.1.3.1.1.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The device's firmware version, consisting of a major version, minor version, release stage, and revision number, packed into 4 octets. The first octet contains the major version encoded as two packed binary coded decimal (bcd) digits. The second octet contains the minor version encoded as two packed bcd digits. The third byte contains the release stage, consisting of two packed bcd digits, the first of which is always zero and the second of which is either D (development), A (alpha), B (beta), E (experimental), or F (final). The fourth byte contains the revision number encoded as two packed bcd digits.
Thus, the firmware version '1.2 final' would be encoded as the octet string 01 02 0F 00.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.304.1.3.1.1.2 snmpwalk -v2c -c public <target> NETOPIA-MIB::fwVersion
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.304.1.3.1.1.2.1 snmpget -v2c -c public <target> NETOPIA-MIB::fwVersion.1
Start monitoring Netopia DSL router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the NETOPIA-MIB::fwVersion OID value, configure state conditions and alerts, and monitor any Netopia DSL router/gateway 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.304 | farallon | NETOPIA-MIB |
| 1.3.6.1.4.1.304.1.3.1 | netopia | NETOPIA-MIB |
| 1.3.6.1.4.1.304.1.3.1.1 | sysParams | NETOPIA-MIB |
| 1.3.6.1.4.1.304.1.3.1.1.2 | fwVersion | NETOPIA-MIB |