|
|
Description:
|
tftpDownloadAction OBJECT-TYPE
SYNTAX INTEGER {
notDownloading(1),
downloadAndImmediateSwitchover(2),
downloadAndDelayedSwitchover(3),
downloadWithoutSwitchover(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When this object is set to downloadAndImmediateSwitchover (2), the device
will download the new software from the configured host. After the
download is finished, the device will automatically restart with the new
software. If downloadAndDelayedSwitchover (3) is specified, the new image
is copied to the device. When the tftpDateTime value is matched, the device
discontinues its normal operation and does the software switchover. After
an automatic reset, it starts with the new system software. Setting
downloadWithoutSwitchover (4) initiates a download without switching over
to the new software. When the device is not downloading, this object will
have a value of notDownloading(1)."
|
|
|
|