WWP-LEOS-FILE-TRANSFER-MIB: View SNMP OID List / Download MIB

VENDOR: WORLD WIDE PACKETS


 Home MIB: WWP-LEOS-FILE-TRANSFER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wwpLeosFileTransferMIB 1.3.6.1.4.1.6141.2.60.23
The MIB module for the WWP TFTP Operation to download a file.
       wwpLeosFileTransferMIBObjects 1.3.6.1.4.1.6141.2.60.23.1
           wwpLeosFileTransfer 1.3.6.1.4.1.6141.2.60.23.1.1
               wwpLeosFTransferOp 1.3.6.1.4.1.6141.2.60.23.1.1.1 integer read-write
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. Enumeration: 'sendFile': 1, 'getFile': 2, 'none': 0, 'getCmdFile': 3.
               wwpLeosFTransferServerAddr 1.3.6.1.4.1.6141.2.60.23.1.1.2 ipaddress read-write
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.
               wwpLeosFTransferRemoteFilename 1.3.6.1.4.1.6141.2.60.23.1.1.3 octet string read-write
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.
               wwpLeosFTransferLocalFilename 1.3.6.1.4.1.6141.2.60.23.1.1.4 octet string read-write
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.
               wwpLeosFTransferActivate 1.3.6.1.4.1.6141.2.60.23.1.1.5 truthvalue read-write
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.
               wwpLeosFTransferNotifOnCompletion 1.3.6.1.4.1.6141.2.60.23.1.1.6 truthvalue read-write
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.
               wwpLeosFTransferStatus 1.3.6.1.4.1.6141.2.60.23.1.1.7 filetransferstate read-only
Specifies the state of this file transfer request. If no file transfer request is being processed, then the wwpLeosFTransferStatus should be 'idle'.
               wwpLeosFTransferFailCause 1.3.6.1.4.1.6141.2.60.23.1.1.8 filetransferfailcause read-only
The reason why the file transfer operation failed. If no file transfer request is being processed, then the wwpLeosFTransferFileCause should be 'noStatus'.
               wwpLeosFTransferNotificationStatus 1.3.6.1.4.1.6141.2.60.23.1.1.9 integer read-only
The status of the file transfer which is to be reported via the FileTransfer Notification. Enumeration: 'notEnoughSpace': 23, 'inValidFileContents': 5, 'fileSystemError': 15, 'fileGetError': 13, 'filePutError': 14, 'filePathInvalid': 19, 'putSuccessful': 8, 'couldNotPutFile': 9, 'serverIpAddrInvalid': 18, 'cmdFileParseError': 3, 'internalFilesystemError': 4, 'noStatus': 7, 'fileNameNeeded': 22, 'couldNotGetFile': 2, 'fileContentsInvalid': 16, 'flashOffline': 6, 'fileAlreadyExist': 12, 'badFileCrc': 10, 'allFilesSkipped': 11, 'internalError': 24, 'sourceNotFound': 21, 'fileNameInvalid': 20, 'tftpServerNotFound': 1, 'downloadSuccess': 0.
               wwpLeosFTransferNotificationInfo 1.3.6.1.4.1.6141.2.60.23.1.1.10 octet string read-only
The string explaining the error code in detail or the additional info for the file transfer completion.
               wwpLeosFTransferServerInetAddrType 1.3.6.1.4.1.6141.2.60.23.1.1.11 inetaddresstype read-write
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
               wwpLeosFTransferServerInetAddr 1.3.6.1.4.1.6141.2.60.23.1.1.12 inetaddress read-write
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.
       wwpLeosFileTransferMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.23.2
           wwpLeosFiletransferMIBNotifications 1.3.6.1.4.1.6141.2.60.23.2.0
               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.
       wwpLeosFileTransferMIBConformance 1.3.6.1.4.1.6141.2.60.23.3
           wwpLeosFileTransferMIBCompliances 1.3.6.1.4.1.6141.2.60.23.3.1
               wwpLeosFileTransferCompliance 1.3.6.1.4.1.6141.2.60.23.3.1.1
The compliance statement of the wwpLeosFileTransfer MIB.
           wwpLeosFileTransferMIBGroups 1.3.6.1.4.1.6141.2.60.23.3.2
               wwpLeosFileTransferIPv6Group 1.3.6.1.4.1.6141.2.60.23.3.2.1
File transfer objects for IPv6 address.