|
Description:
|
sysAdminDownloadConfigFileStatus OBJECT-TYPE
SYNTAX INTEGER {idle(0), fail(1), success(2), inProgress(3), listening(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of the last configuration file download.
idle : No configuration file download has been performed yet.
fail : The last configuration file download failed.
success : The last configuration file download succeeded.
inProgress : A configuration file download is in progress.
listening : The unit is listening and waiting for a configuration file
to be sent by the management server."
DEFVAL {idle}
|
|
|