Description:
|
tftpOpStatus OBJECT-TYPE
SYNTAX INTEGER {
idle (1),
downloadInProgress (2),
downloadSuccess (3),
downloadFailure (4),
signatureCheckInProgress (5),
signatureCheckFailed (6),
writeOnFlashInProgress (7),
writeOnFlashFailed (8),
uploadInProgress (9),
uploadSuccess (10),
uploadFailure (11)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This parameter represents the TFTP operation status.
1 - Idle,
2 - Download in progress
3 - Download Success
4 - Download Failure
5 - Signature check in progress
6 - Signature check failed
7 - Write on flash is in progress
8 - Write on flash is failed
9 - Upload in progress
10 - Upload success
11 - Upload failed"
|
|