me1200FirmwareStatusImageUploadStatus
ME1200-FIRMWARE-MIB ·
.1.3.6.1.4.1.9.9.815.1.28.1.3.2.1
Object
scalar
ME1200UploadStatus
The status indicates the status of current upload operation. It is updated automatically. Modifying this flag does not take any effect. none(0) means no upload operation. success(1) means upload operation is successful. inProgress(2) means current upload operation is in progress. errIvalidIp(3) means upload operation is failed due to invalid IP address. errTftpFailed(4) means upload operation is failed due to failed TFTP operation. errBusy(5) means upload operation is failed due to other upload in processing. errMemoryInsufficient(6) means upload operation is failed due to memory insufficient. errInvalidImage(7) means upload operation is failed due to invalid image. errWriteFlash(8) means upload operation is failed due to failed writing flash. errSameImageExisted(9) means upload operation is failed because the upload image is the same as the one in flash. errUnknownImage(10) means upload operation is failed because the type of upload image is unknown. errFlashImageNotFound(11) means upload operation is failed because the location in flash to upload the image is not found. errFlashEntryNotFound(12) means upload operation is failed because the corresponding entry in flash to upload the image is not found. errCrc(13) means upload operation is failed due to incorrect CRC in the upload image. errImageSize(14) means upload operation is failed due to invalid image size. errEraseFlash(15) means upload operation is failed due to failed erasing flash. errIncorrectImageVersion(16) means upload operation is failed due to incorrect version of the upload image. errDownloadUrl(17) means upload operation is failed due to fail to download image from URL. errInvalidUrl(18) means upload operation is failed due to invalid URL.
Context
- MIB
- ME1200-FIRMWARE-MIB
- OID
.1.3.6.1.4.1.9.9.815.1.28.1.3.2.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- me1200FirmwareStatusImageUpload
Syntax
ME1200UploadStatus
- Source
- ME1200UploadStatus
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | success |
2 | inProgress |
3 | errIvalidIp |
4 | errTftpFailed |
5 | errBusy |
6 | errMemoryInsufficient |
7 | errInvalidImage |
8 | errWriteFlash |
9 | errSameImageExisted |
10 | errUnknownImage |
11 | errFlashImageNotFound |
12 | errFlashEntryNotFound |
13 | errCrc |
14 | errImageSize |
15 | errEraseFlash |
16 | errIncorrectImageVersion |
17 | errDownloadUrl |
18 | errInvalidUrl |