|
Description:
|
tftpOperation OBJECT-TYPE
SYNTAX INTEGER {putFile(1), getFile(2), getFirmware(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When tftpOperation has the value putFile(1) when tftpAdminStatus is set to 'execute', the device attempts to copy the file identified by tftpLocalFileName to the file tfptRemoteFileName.
When tftpOperation has the value getFile(2) when tftpAdminStatus is set to 'execute', the device attempts to copy the file identified by tftpRemoteFileName on the remote tftp server to the file identified by tftpLocalFileName.
When tftpOperation has the value getFirmware(3) when tftpAdminStatus is set to 'execute', the device attempts to replace its firmware image with the file identified by tftpRemoteFileName. This firmware file will be used the next time the system is reset.
When tftpOperation has the value putConfig(1) when tftpAdminStatus is set to 'execute', the device attempts to copy the file identified by tftpLocalFileName to the file tfptRemoteFileName.
When tftpOperation has the value getConfig(2) when tftpAdminStatus is set to 'execute', the device attempts to copy the file identified by tftpRemoteFileName on the remote tftp server to the file identified by tftpLocalFileName."
|
|
|