|
Description:
|
tftpAdminState OBJECT-TYPE
SYNTAX INTEGER {configure(1), execute(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to initiate a file transfer using the TFTP protocol between the local system and a remote TFTP server identified by tftpServerAddr. The file name on the remote server is identified by tftpRemoteFileName and the local file name is identified by tftpLocalFileName. The tftp operation is identified by the valu of tftpOperation.
The objects tftpServerName, tftpUserName, tftpLocalFileName, tftpRemoteFileName, and tftpOperation may only be set when tftpAdminState has the value 'configure'.
When tftpAdminState is set to 'execute', the operation identified by tftpOperation shall be started and the state of the operation is reflected in tftpOperationState. Setting this attribute to 'execute' when tftpOperationState is not 'inactive' has no effect on the operational state.
Under normal operation tftpAdminState should only be set to 'configure' if tftpOperationState is not 'executing'. If tftpOperationState is 'executing' then the system may attempt to abort the current opertion and change the operation state to 'inactive' or not permitting the set to occur by returning the snmp error 'inconsistentValue'."
|
|
|