|
Description:
|
dlDownloadOption OBJECT-TYPE
SYNTAX INTEGER {setStartupAndReset(1), noAction(2)}
ACCESS read-write
STATUS optional
DESCRIPTION
"The object specifies the action to be taken once a
firmware image has been successfully downloaded.
The setStartupAndReset(1) will copy dlDownloadImage to
dlStartupImage and reset the unit. The reset is the same
action as if commonReset was set to 1.
The noAction(2) results in the transponder continuing
to run the current image. If the transponder only supports
one image, then new image must take over.
The default is setStartupAndReset. If dlDownloadOption
is not implemented, then the transponder implicitly
operates as if setStartupAndReset was set.
This object is volatile, hence the value always returns
to setStartupAndReset(1) when the unit powers up."
|
|
|