Description:
|
dlDownloadStatus OBJECT-TYPE
SYNTAX INTEGER {initiateInProgress(1), initiateComplete(2), waitingForLine(3), processingLine(4), finishInProgress(5), done(6)}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The dlDownloadStatus reports the different stages
of firmware download.
Upon dlDownloadControl being set to initiate(1), the
dlDownloadStatus changes to initiateInProgress(1).
Once initiateInProgress(1) has completed, the state
changes to initiateComplete(2). During initiateInProgress(1)
any necessary preparation for download can be made,
such as erasing the region which will accept the
download data.
Upon dlDownloadControl being set to download(2), the
dlDownloadStatus changes to waitingForLine(3). Upon
a line of information being written to dlDownloadLine,
the dlDownloadStatus changes to processingLine(4).
Once the line of information has been saved, the
dlDownloadStatus returns to waitingForLine(3) to
indicate that the next record may be sent.
Upon dlDownloadControl being set to finish(3), the
dlDownloadStatus changes to finishInPogress(5).
A typical operation performed during this state
would be validation of the downloaded image. Upon
completion of this state, dlDownloadStatus changes
to done(6).
Details of the dlDownloadStatus usage and interaction with
other objects from this MIB are defined in the download
state diagram presented earlier in the document."
|
|