WWP-LEOS-FILE-TRANSFER-MIB

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

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
SNMPv2-CONF WWP-SMI

Imported symbols

IpAddress OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE TruthValue TEXTUAL-CONVENTION
InetAddressType InetAddress MODULE-COMPLIANCE
OBJECT-GROUP wwpModulesLeos

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

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

wwpLeosFileTransferMIBObjects 1.3.6.1.4.1.6141.2.60.23.1
OBJECT IDENTIFIER    

wwpLeosFileTransfer 1.3.6.1.4.1.6141.2.60.23.1.1
OBJECT IDENTIFIER    

wwpLeosFileTransferMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.23.2
OBJECT IDENTIFIER    

wwpLeosFiletransferMIBNotifications 1.3.6.1.4.1.6141.2.60.23.2.0
OBJECT IDENTIFIER    

wwpLeosFileTransferMIBConformance 1.3.6.1.4.1.6141.2.60.23.3
OBJECT IDENTIFIER    

wwpLeosFileTransferMIBCompliances 1.3.6.1.4.1.6141.2.60.23.3.1
OBJECT IDENTIFIER    

wwpLeosFileTransferMIBGroups 1.3.6.1.4.1.6141.2.60.23.3.2
OBJECT IDENTIFIER    

wwpLeosFTransferOp 1.3.6.1.4.1.6141.2.60.23.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)  

wwpLeosFTransferServerAddr 1.3.6.1.4.1.6141.2.60.23.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 or ACLs preventing TFTP datagrams from being transferred. wwpLeosFTransferServerInetAddr cannot be set at the same time. This OID will be set to 0.0.0.0 when the server has an IPv6 address, which is shown in the wwpLeosFTransferServerInetAddr and the wwpLeosDnsServerInetAddrType is set to ipv6. For a server with an IPv4 address, the ip address will be shown in this OID and the wwpLeosFTransferServerInetAddr with the wwpLeosDnsServerInetAddrType set to ipv4.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpLeosFTransferRemoteFilename 1.3.6.1.4.1.6141.2.60.23.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 the name of the file on the remote server. Length of filename string must not exceed 64 alpha-numeric characters, no spaces in filenames.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

wwpLeosFTransferLocalFilename 1.3.6.1.4.1.6141.2.60.23.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 the name of the file on the switch/device. Length of filename string must not exceed 64 alpha-numeric characters, no spaces in filenames. By default it will have the same value as of wwpLeosFTransferRemoteFilename.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

wwpLeosFTransferActivate 1.3.6.1.4.1.6141.2.60.23.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 wwpLeosFTransferStatus for current status. Default value is False. wwpLeosFTransferRemoteFileName, wwpLeosFTransferServerAddress and wwpLeosFTransferOp must be valid prior to setting this object to True.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosFTransferNotifOnCompletion 1.3.6.1.4.1.6141.2.60.23.1.1.6
Specifies whether or not a wwpLeosFTransferCompletion 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  

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

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

wwpLeosFTransferNotificationStatus 1.3.6.1.4.1.6141.2.60.23.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), fileAlreadyExist(12), fileGetError(13), filePutError(14), fileSystemError(15), fileContentsInvalid(16), serverIpAddrInvalid(18), filePathInvalid(19), fileNameInvalid(20), sourceNotFound(21), fileNameNeeded(22), notEnoughSpace(23), internalError(24)  

wwpLeosFTransferNotificationInfo 1.3.6.1.4.1.6141.2.60.23.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    
  OCTET STRING Size(0..512)  

wwpLeosFTransferServerInetAddrType 1.3.6.1.4.1.6141.2.60.23.1.1.11
The Inet address type of the TFTP server from (or to) which to transfer the file. Used in conjunction with wwpLeosFTransferServerInetAddr. When set to : ipv4: wwpLeosFTransferServerInetAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6: wwpLeosFTransferServerInetAddr should be compliant with InetAddressIPv6 from RFC 4001
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

wwpLeosFTransferServerInetAddr 1.3.6.1.4.1.6141.2.60.23.1.1.12
The Inet 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 or ACLs preventing TFTP datagrams from being transferred. This OID must be used in conjuction with wwpLeosFTransferServerInetAddrType. The InetAddress set here should be compliant with rfc 4001 InetAddressType. When this OID is set, wwpLeosFTransferServerAddr is set ot 0.0.0.0.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

wwpLeosFTransferCompletion 1.3.6.1.4.1.6141.2.60.23.2.0.1
A wwpLeosFTransferCompletion notification is sent at the completion of a file transfer request.
Status: current Access: read-write
NOTIFICATION-TYPE    

wwpLeosFileTransferCompliance 1.3.6.1.4.1.6141.2.60.23.3.1.1
The compliance statement of the wwpLeosFileTransfer MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

wwpLeosFileTransferIPv6Group 1.3.6.1.4.1.6141.2.60.23.3.2.1
File transfer objects for IPv6 address.
Status: current Access: read-write
OBJECT-GROUP