MIB Viewer

WWP-LEOS-FILE-TRANSFER-MIB

25 objects
The MIB module for the WWP TFTP Operation to download a file.
Imported Objects
INET-ADDRESS-MIBInetAddress InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMIIpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCTEXTUAL-CONVENTION TruthValue
WWP-SMIwwpModulesLeos
OIDNameAccessStatusDescription
1.3.6.1.4.1.6141.2.60.23IdentitywwpLeosFileTransferMIBThe MIB module for the WWP TFTP Operation to download a file.
1.3.6.1.4.1.6141.2.60.23.1NodewwpLeosFileTransferMIBObjects
1.3.6.1.4.1.6141.2.60.23.1.1NodewwpLeosFileTransfer
1.3.6.1.4.1.6141.2.60.23.1.1.1ScalarwwpLeosFTransferOpread-writecurrentUsed 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 send…
1.3.6.1.4.1.6141.2.60.23.1.1.2ScalarwwpLeosFTransferServerAddrread-writecurrentThe 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 o…
1.3.6.1.4.1.6141.2.60.23.1.1.3ScalarwwpLeosFTransferRemoteFilenameread-writecurrentThe 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 nam…
1.3.6.1.4.1.6141.2.60.23.1.1.4ScalarwwpLeosFTransferLocalFilenameread-writecurrentThe 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…
1.3.6.1.4.1.6141.2.60.23.1.1.5ScalarwwpLeosFTransferActivateread-writecurrentActivate the file transfer operation with a value of True(1). The object will return to 'false' once the file transfer is completed. Poll wwpLeosFTransferStatu…
1.3.6.1.4.1.6141.2.60.23.1.1.6ScalarwwpLeosFTransferNotifOnCompletionread-writecurrentSpecifies whether or not a wwpLeosFTransferCompletion notification should be issued on completion of the TFTP transfer. If such a notification is desired, it i…
1.3.6.1.4.1.6141.2.60.23.1.1.7ScalarwwpLeosFTransferStatusread-onlycurrentSpecifies the state of this file transfer request. If no file transfer request is being processed, then the wwpLeosFTransferStatus should be 'idle'.
1.3.6.1.4.1.6141.2.60.23.1.1.8ScalarwwpLeosFTransferFailCauseread-onlycurrentThe reason why the file transfer operation failed. If no file transfer request is being processed, then the wwpLeosFTransferFileCause should be 'noStatus'.
1.3.6.1.4.1.6141.2.60.23.1.1.9ScalarwwpLeosFTransferNotificationStatusread-onlycurrentThe status of the file transfer which is to be reported via the FileTransfer Notification.
1.3.6.1.4.1.6141.2.60.23.1.1.10ScalarwwpLeosFTransferNotificationInforead-onlycurrentThe string explaining the error code in detail or the additional info for the file transfer completion.
1.3.6.1.4.1.6141.2.60.23.1.1.11ScalarwwpLeosFTransferServerInetAddrTyperead-writecurrentThe Inet address type of the TFTP server from (or to) which to transfer the file. Used in conjunction with wwpLeosFTransferServerInetAddr. When set to : ipv4: …
1.3.6.1.4.1.6141.2.60.23.1.1.12ScalarwwpLeosFTransferServerInetAddrread-writecurrentThe 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 firewall…
1.3.6.1.4.1.6141.2.60.23.2NodewwpLeosFileTransferMIBNotificationPrefix
1.3.6.1.4.1.6141.2.60.23.2.0NodewwpLeosFiletransferMIBNotifications
1.3.6.1.4.1.6141.2.60.23.2.0.1NotificationwwpLeosFTransferCompletioncurrentA wwpLeosFTransferCompletion notification is sent at the completion of a file transfer request.
1.3.6.1.4.1.6141.2.60.23.3NodewwpLeosFileTransferMIBConformance
1.3.6.1.4.1.6141.2.60.23.3.1NodewwpLeosFileTransferMIBCompliances
1.3.6.1.4.1.6141.2.60.23.3.1.1CompliancewwpLeosFileTransferCompliancecurrentThe compliance statement of the wwpLeosFileTransfer MIB.
1.3.6.1.4.1.6141.2.60.23.3.2NodewwpLeosFileTransferMIBGroups
1.3.6.1.4.1.6141.2.60.23.3.2.1GroupwwpLeosFileTransferIPv6GroupcurrentFile transfer objects for IPv6 address.
Type Definitions
NameSyntaxStatusDescription
FileTransferFailCauseINTEGER { noStatus(1), timeout(2), networkError(3), noSpace(4), invalidFileName(5), commandCompleted(6), internalError(7), commandFileParseError(8) }currentThe reason a File transfer request failed.
FileTransferStateINTEGER { idle(1), sending(2), receiving(3), transferComplete(4), failed(5) }currentThe 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…