|
|
Description:
|
cbSWDownloadStatus OBJECT-TYPE
SYNTAX INTEGER{cbIdle (0),
cbDownloadInProgress (1),
cbERRORTFTPServernotFound (2),
cbERRORFileNotFound (3),
cbERRORNotASWFile (4),
cbERRORBadChecksum (5),
cbERRORCommunicationFailed (6),
cbDownloadAborted (7)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Status of SW Download:
cbIdle - Download has not started yet or has comleted and gateway already restarted with new version (not an error).
cbDownloadInProgress - Download is currently in progrees (not an error).
cbERRORTFTPServernotFound - Cannot find a TFTP server in the specified IP address - check and correct cbSWServerIP.
cbERRORFileNotFound - Cannot find the specified file - check and correct cbSWFileName.
cbERRORNotaSWFile - The specified file is not a SW file - check and correct cbSWFileName.
cbERRORBadChecksum - Bad checksum - try to download again.
cbERRORCommunicationFailed - Communication with server failed - try to download again.
cbDownloadAborted - Download aborted by SNMP manager (cbSWDownloadStart was set to cbFalse during download)."
--DEFAULT test-function it_exists
--DEFAULT set-function set_%n
--DEFAULT get-function get_%n
--DEFAULT next-function std_next
--DEFAULT cookie (char *) 0
|
|
|
|
|
|