MIB Viewer

sub10UnitMgmtFirmwareActStatus

OBJECT-TYPE
1.3.6.1.4.1.39003.3.2.9.11
Access
read-only
Status
current
Sub-identifiers
0
The status of the firmware bank action which can be repeatedly read using a Get to report the progress of the the action and verify that it has either succeeded or failed. The value is left in the final state after the Firmware Action has completed.
INTEGER { fmwUploadSuccess(1), fmwUploadFailed(2), fmwUploadTimeout(3), fmwUploadFileNotFound(4), fmwUploadInvalid(5), fmwUploadingImage(6), fmwUploadingImageComplete(7), fmwUploadWritingBank(8), fmwUploadWritingBankComplete(9), fmwValidatingImage(10), fmwImageValidateSuccess(11), fmwImageValidateFailed(12), fmwCopyingBank(13), fmwCopyingBankComplete(14), fmwCopyBankFailed(15), fmwCopyBankSuccess(16) }