WWP-LEOS-FILE-TRANSFER-MIB
25 objects
The MIB module for the WWP TFTP Operation to download a file.
Imported Objects
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | TEXTUAL-CONVENTION TruthValue |
| WWP-SMI | wwpModulesLeos |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.6141.2.60.23 | IdentitywwpLeosFileTransferMIB | The MIB module for the WWP TFTP Operation to download a file. | ||
| 1.3.6.1.4.1.6141.2.60.23.1 | NodewwpLeosFileTransferMIBObjects | |||
| 1.3.6.1.4.1.6141.2.60.23.1.1 | NodewwpLeosFileTransfer | |||
| 1.3.6.1.4.1.6141.2.60.23.1.1.1 | ScalarwwpLeosFTransferOp | read-write | current | 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 send… |
| 1.3.6.1.4.1.6141.2.60.23.1.1.2 | ScalarwwpLeosFTransferServerAddr | read-write | current | 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 o… |
| 1.3.6.1.4.1.6141.2.60.23.1.1.3 | ScalarwwpLeosFTransferRemoteFilename | read-write | current | 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 nam… |
| 1.3.6.1.4.1.6141.2.60.23.1.1.4 | ScalarwwpLeosFTransferLocalFilename | read-write | current | 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… |
| 1.3.6.1.4.1.6141.2.60.23.1.1.5 | ScalarwwpLeosFTransferActivate | read-write | current | Activate 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.6 | ScalarwwpLeosFTransferNotifOnCompletion | read-write | current | Specifies 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.7 | ScalarwwpLeosFTransferStatus | read-only | current | Specifies 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.8 | ScalarwwpLeosFTransferFailCause | read-only | current | The 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.9 | ScalarwwpLeosFTransferNotificationStatus | read-only | current | The 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.10 | ScalarwwpLeosFTransferNotificationInfo | read-only | current | The 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.11 | ScalarwwpLeosFTransferServerInetAddrType | read-write | current | 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: … |
| 1.3.6.1.4.1.6141.2.60.23.1.1.12 | ScalarwwpLeosFTransferServerInetAddr | read-write | current | 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 firewall… |
| 1.3.6.1.4.1.6141.2.60.23.2 | NodewwpLeosFileTransferMIBNotificationPrefix | |||
| 1.3.6.1.4.1.6141.2.60.23.2.0 | NodewwpLeosFiletransferMIBNotifications | |||
| 1.3.6.1.4.1.6141.2.60.23.2.0.1 | NotificationwwpLeosFTransferCompletion | current | A wwpLeosFTransferCompletion notification is sent at the completion of a file transfer request. | |
| 1.3.6.1.4.1.6141.2.60.23.3 | NodewwpLeosFileTransferMIBConformance | |||
| 1.3.6.1.4.1.6141.2.60.23.3.1 | NodewwpLeosFileTransferMIBCompliances | |||
| 1.3.6.1.4.1.6141.2.60.23.3.1.1 | CompliancewwpLeosFileTransferCompliance | current | The compliance statement of the wwpLeosFileTransfer MIB. | |
| 1.3.6.1.4.1.6141.2.60.23.3.2 | NodewwpLeosFileTransferMIBGroups | |||
| 1.3.6.1.4.1.6141.2.60.23.3.2.1 | GroupwwpLeosFileTransferIPv6Group | current | File transfer objects for IPv6 address. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| FileTransferFailCause | INTEGER { noStatus(1), timeout(2), networkError(3), noSpace(4), invalidFileName(5), commandCompleted(6), internalError(7), commandFileParseError(8) } | current | The reason a File transfer request failed. |
| FileTransferState | INTEGER { idle(1), sending(2), receiving(3), transferComplete(4), failed(5) } | current | 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… |