ctcFirmwareControlImageUploadUrl
.1.3.6.1.4.1.4756.189.20.28.1.4.2.3
The location of image to upload. It
is a specific character string that
constitutes a reference to a
resource. Syntax:
<protocol>://<host>/<file_name>
For example
tftp://10.10.10.10/new_image.mfi.
A valid file name is a text string
drawn from alphabet (A-Za-z)
digits (0-9) dot (.) hyphen (-) under
score(_). The maximum length is
32 and hyphen must not be first
character. The file name content
that only contains . is not allowed.
ctcFirmwareControlImageUploadDoUpload
.1.3.6.1.4.1.4756.189.20.28.1.4.2.1
Action to do upload image or not.
true is to do the upload operation.
false is to do nothing. The upload
operation may need longer time to
upload the image so the SNMP
timeout time needs to be modified
accordingly.
ctcFirmwareControlGlobalsSwapFirmware
.1.3.6.1.4.1.4756.189.20.28.1.4.1.1
Swap firmware between active
(primary) and alternative (backup).
true is to swap the firmware. false
is to do nothing.
ctcFirmwareStatusImageUploadStatus
.1.3.6.1.4.1.4756.189.20.28.1.3.2.1
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.