|
Description:
|
tftpOperationState OBJECT-TYPE
SYNTAX INTEGER {inactive(1), executing(2), succeeded(3), localFileProblem(4), unknownHost(5), timedOut(6), remoteFileProblem(7), otherFailure(8)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value 'executing' reflects a transition of tftpAdminState from 'configure' to 'execute'. In the 'executing' state, the TFTP operation identified by the value of tftpOperation shall begin with the values for the objects tftpServerName, tftpUserName, tftpRemoteFileName, and tftpLocalFileName.
When the TFTP operation has completed successfully, the value of tftpOperation shall be set to 'succeeded'. If the operation failed, the value shall be set to one of 'localFileProblem', 'unknownHost', 'timedOut', 'remoteFileProblem', or 'otherFailure'.
Any state transition shall result in setting the tftpOperationStateChange object."
|
|
|