WWP-FILE-TRANSFER-MIB

File: WWP-FILE-TRANSFER-MIB.mib (9498 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

NOTIFICATION-TYPE IpAddress Integer32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
DisplayString MacAddress DateAndTime
RowStatus TruthValue TEXTUAL-CONVENTION
wwpModules

Defined Types

FileTransferState  
The state of a File transfer operation. The description of each state is given below: idle: No file transfer operation is in place. sending: this state signifies that the file is being sent to the tftp server. receiving: this state signifies that the file is being received from the tftp server. transferComplete: the state when a file transfer request is successfully completed. failed: the file transfer request was unsuccesful.
TEXTUAL-CONVENTION    
  INTEGER idle(1), sending(2), receiving(3), transferComplete(4), failed(5)  

FileTransferFailCause  
The reason a File transfer request failed.
TEXTUAL-CONVENTION    
  INTEGER noStatus(1), timeout(2), networkError(3), noSpace(4), invalidFileName(5), commandCompleted(6), internalError(7), commandFileParseError(8)  

Defined Values

wwpFileTransferMIB 1.3.6.1.4.1.6141.2.7
The MIB module for the WWP TFTP Operation to download a file.
MODULE-IDENTITY    

wwpFileTransferMIBObjects 1.3.6.1.4.1.6141.2.7.1
OBJECT IDENTIFIER    

wwpFileTransfer 1.3.6.1.4.1.6141.2.7.1.1
OBJECT IDENTIFIER    

wwpFileTransferMIBNotificationPrefix 1.3.6.1.4.1.6141.2.7.2
OBJECT IDENTIFIER    

wwpFiletransferMIBNotifications 1.3.6.1.4.1.6141.2.7.2.0
OBJECT IDENTIFIER    

wwpFileTransferMIBConformance 1.3.6.1.4.1.6141.2.7.3
OBJECT IDENTIFIER    

wwpFileTransferMIBCompliances 1.3.6.1.4.1.6141.2.7.3.1
OBJECT IDENTIFIER    

wwpFileTransferMIBGroups 1.3.6.1.4.1.6141.2.7.3.2
OBJECT IDENTIFIER    

wwpFTransferOp 1.3.6.1.4.1.6141.2.7.1.1.1
Used to transfer file(s) between a TFTP server (remote) and the device(local). All transfers are binary. There are three types of file transfers: sendFile sends a file to the host TFTP server. getFile receives a file from the host server. getCmdFile gets the specified file from the host and parses that file for additional operations to be performed. This is the mechanism used to upgrade the device with new software.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), sendFile(1), getFile(2), getCmdFile(3)  

wwpFTransferServerAddr 1.3.6.1.4.1.6141.2.7.1.1.2
The ip address of the tftp server from (or to) which to transfer the file.Address must be a unicast address that is reachable from the agent and no firewalls/acls preventing tftp datagrams from being transferred.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpFTransferRemoteFilename 1.3.6.1.4.1.6141.2.7.1.1.3
The file name (including the path, if applicable) to be retrieved from the tftp server. If the switch/device is downloading a file , then this should be name of the file on the remote server. Length of filename string must not exceed 255 alpha-numeric characters, no spaces in filenames.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wwpFTransferLocalFilename 1.3.6.1.4.1.6141.2.7.1.1.4
The file name (including the path, if applicable) to be written to. If the switch/device is downloading a file ,then this should be name of the file on the switch/device. Length of filename string must not exceed 255 alpha-numeric characters, no spaces in filenames. By default it will have the same value as of wwpFTransferRemoteFilename.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wwpFTransferActivate 1.3.6.1.4.1.6141.2.7.1.1.5
Activate the file transfer operation with a value of True(1). The object will return to 'false' once the file transfer is completed. Poll wwpFTransferStatus for current status. Default value is False. wwpFTransferRemoteFileName, wwpFTransferServerAddress and wwpFTransferOp must be valid prior to setting this object to True.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpFTransferNotifOnCompletion 1.3.6.1.4.1.6141.2.7.1.1.6
Specifies whether or not a wwpFTransferCompletion notification should be issued on completion of the tftp transfer. If such a notification is desired, it is the responsibility of the management entity to ensure that the SNMP administrative model is configured in such a way as to allow the notification to be delivered.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpFTransferStatus 1.3.6.1.4.1.6141.2.7.1.1.7
Specifies the state of this file transfer request. If no file transfer request is being processed , then the wwpFTransferStatus should be 'idle'.
Status: current Access: read-only
OBJECT-TYPE    
  FileTransferState  

wwpFTransferFailCause 1.3.6.1.4.1.6141.2.7.1.1.8
The reason why the file transfer operation failed. If no file transfer request is being processed , then the wwpFTransferFileCause should be 'noStatus'.
Status: current Access: read-only
OBJECT-TYPE    
  FileTransferFailCause  

wwpFTransferNotificationStatus 1.3.6.1.4.1.6141.2.7.1.1.9
The status of the file transfer which is to be reported via the FileTransfer Notification.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER downloadSuccess(0), tftpServerNotFound(1), couldNotGetFile(2), cmdFileParseError(3), internalFilesystemError(4), inValidFileContents(5), flashOffline(6), noStatus(7), putSuccessful(8), couldNotPutFile(9), badFileCrc(10), allFilesSkipped(11)  

wwpFTransferNotificationInfo 1.3.6.1.4.1.6141.2.7.1.1.10
The string explaining the error code in detail or the additional info for the file transfer completion.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

wwpFTransferCompletion 1.3.6.1.4.1.6141.2.7.2.0.1
A wwpFTransferCompletion notification is sent at the completion of a file transfer request.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpFTransferCmdParseError 1.3.6.1.4.1.6141.2.7.2.0.2
A wwpFTransferCmdParseError notification is sent if the parsing of the cmd file returns an error.
Status: deprecated Access: read-only
NOTIFICATION-TYPE