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

VENDOR: WORLD WIDE PACKETS


 Home MIB: WWP-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
 wwpFileTransferMIB 1.3.6.1.4.1.6141.2.7
The MIB module for the WWP TFTP Operation to download a file.
     wwpFileTransferMIBObjects 1.3.6.1.4.1.6141.2.7.1
         wwpFileTransfer 1.3.6.1.4.1.6141.2.7.1.1
             wwpFTransferOp 1.3.6.1.4.1.6141.2.7.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.
             wwpFTransferServerAddr 1.3.6.1.4.1.6141.2.7.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/acls preventing tftp datagrams from being transferred.
             wwpFTransferRemoteFilename 1.3.6.1.4.1.6141.2.7.1.1.3 displaystring 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 name of the file on the remote server. Length of filename string must not exceed 255 alpha-numeric characters, no spaces in filenames.
             wwpFTransferLocalFilename 1.3.6.1.4.1.6141.2.7.1.1.4 displaystring 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 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.
             wwpFTransferActivate 1.3.6.1.4.1.6141.2.7.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 wwpFTransferStatus for current status. Default value is False. wwpFTransferRemoteFileName, wwpFTransferServerAddress and wwpFTransferOp must be valid prior to setting this object to True.
             wwpFTransferNotifOnCompletion 1.3.6.1.4.1.6141.2.7.1.1.6 truthvalue read-write
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.
             wwpFTransferStatus 1.3.6.1.4.1.6141.2.7.1.1.7 filetransferstate read-only
Specifies the state of this file transfer request. If no file transfer request is being processed , then the wwpFTransferStatus should be 'idle'.
             wwpFTransferFailCause 1.3.6.1.4.1.6141.2.7.1.1.8 filetransferfailcause read-only
The reason why the file transfer operation failed. If no file transfer request is being processed , then the wwpFTransferFileCause should be 'noStatus'.
             wwpFTransferNotificationStatus 1.3.6.1.4.1.6141.2.7.1.1.9 integer read-only
The status of the file transfer which is to be reported via the FileTransfer Notification. Enumeration: 'badFileCrc': 10, 'inValidFileContents': 5, 'cmdFileParseError': 3, 'internalFilesystemError': 4, 'allFilesSkipped': 11, 'noStatus': 7, 'putSuccessful': 8, 'couldNotGetFile': 2, 'tftpServerNotFound': 1, 'flashOffline': 6, 'couldNotPutFile': 9, 'downloadSuccess': 0.
             wwpFTransferNotificationInfo 1.3.6.1.4.1.6141.2.7.1.1.10 displaystring read-only
The string explaining the error code in detail or the additional info for the file transfer completion.
     wwpFileTransferMIBNotificationPrefix 1.3.6.1.4.1.6141.2.7.2
         wwpFiletransferMIBNotifications 1.3.6.1.4.1.6141.2.7.2.0
             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.
             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.
     wwpFileTransferMIBConformance 1.3.6.1.4.1.6141.2.7.3
         wwpFileTransferMIBCompliances 1.3.6.1.4.1.6141.2.7.3.1
         wwpFileTransferMIBGroups 1.3.6.1.4.1.6141.2.7.3.2