All MIBs › GDCDSX1-MIB › gdcDsx1StoredFirmwareStatus
gdcDsx1StoredFirmwareStatus
Module: GDCDSX1-MIB
OID (symbolic): GDCDSX1-MIB::gdcDsx1StoredFirmwareStatus
OID (numeric): 1.3.6.1.4.1.498.6.1.1.2.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This object represents the state of the Non-Active or Stored firmware:
statBlank(1) Factory Default statDownLoading(2) In process of downloading firmware
statOK(3) Zipped version checksum succesful (OK to switch) (can set gdcDsx1SwitchActive to switchActive(2))
statCheckSumBad(4) Failed checksum after download statUnZipping(5) In process of uncompressing into active area statBadUnZip(6) Failed last uncompress
The object is read only.
What is gdcDsx1StoredFirmwareStatus?
This reports the state of the not-yet-active stored firmware image: for example statOK(3) means the downloaded image passed its checksum and can be switched in, while statCheckSumBad(4) means the download failed and should not be activated. Check this before setting gdcDsx1SwitchActiveFirmware to switch over.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.498.6.1.1.2.1.7 snmpwalk -v2c -c public <target> GDCDSX1-MIB::gdcDsx1StoredFirmwareStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.498.6.1.1.2.1.7.1 snmpget -v2c -c public <target> GDCDSX1-MIB::gdcDsx1StoredFirmwareStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> gdcDsx1StoredFirmwareStatus.1
Start monitoring General DataComm (GDC) DSX-1 unit (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the GDCDSX1-MIB::gdcDsx1StoredFirmwareStatus OID value, configure state conditions and alerts, and monitor any General DataComm (GDC) DSX-1 unit (legacy) 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.498 | gdc | GDC7616-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.498.6 | dsx1 | GDCDSX1-MIB |
| 1.3.6.1.4.1.498.6.1 | gdcDsx1System | GDCDSX1-MIB |
| 1.3.6.1.4.1.498.6.1.1 | gdcDsx1Version | GDCDSX1-MIB |
| 1.3.6.1.4.1.498.6.1.1.2 | gdcDsx1VersionTable | GDCDSX1-MIB |
| 1.3.6.1.4.1.498.6.1.1.2.1 | gdcDsx1VersionEntry | GDCDSX1-MIB |
| 1.3.6.1.4.1.498.6.1.1.2.1.7 | gdcDsx1StoredFirmwareStatus | GDCDSX1-MIB |