MIB Viewer

devFWUpgradeStatus

OBJECT-TYPE
1.3.6.1.4.1.20992.1.1.4
Access
read-only
Status
mandatory
Sub-identifiers
0
Show the result of the FW upgrade command. idle = there is no upgrade in process. upgrading = the new FW is being downloaded and written to flash. uptodate = the device is already at the latest FW. Nothing to upgrade. updateAvail - the device has an automatic update available. failure = some sort of failure occurred during the upgrade. The FW will not be upgraded. NOTE - while the FW image is being written to flash interrupts are disabled so no status will be returned at this time. User should get the FW version string in order to determine if the unit has been updated successfully. @GET-FUNC=snmp_get_devFWUpgradeStatus
INTEGER { idle (1), upgrading (2), uptodate (3), updateAvail (4), failure (5) }