tftpTransferStatus
NATEKS-MIB ·
.1.3.6.1.4.1.4249.2.6.1.8
Object
scalar
Enumeration
Status of SNMP-initiated TFTP transfer. Results:
noOp(1)
Default, no TFTP operation was in progress.
connecting(2)
Device is connecting to the server specified by tftpServerIP.
transferringData(3)
TFTP data transfer is in progress.
endedOk(4)
TFTP transfer ended with success.
error(5)
TFTP data transfer ended with an Error, (e.g. server timeout or
remote filename not found). Check TFTP server log file for details.
busyByOther(6)
This value can never be read directly from the MIB tree. It is
used only in tftpStatusChange to notify that device is bysy with
other maintenance operation and the request for another operation
was denied.
If tftpLastOp is tftpSwDownload(3), tftpConfigDownload(4) or tftpConfigUpload(5),
this variable shows the status of exactly that operation. Transfers initiated by
other means (for example CLI command TFTP operation or normal software download),
do not change this variable. This way one can get full status of SNMP-initiated
up/download without interference.
Context
- MIB
- NATEKS-MIB
- OID
.1.3.6.1.4.1.4249.2.6.1.8- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- tftp
- Siblings
- 13
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOp |
2 | connecting |
3 | transferringData |
4 | endedOk |
5 | error |
6 | busyByOther |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tftpServerIP The IP address of the server from which the file is loaded.
This value is not stored between device reboots and should
be set before each TFTP operation. | scalar | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.4249.2.6.1.1 |
| tftpSoftConfirm Writing softConfirm(1) to tftpSoftConfirm will confirm previously uploaded firmware.
Read always returns readValue(2). | scalar | Enumeration | .1.3.6.1.4.1.4249.2.6.1.10 |
| tftpProtocolVersion Allows protocol selection between tftp(1), ftp(2) and sftp(3) for up/download.
This value is not stored between device reboots and should
be set before each operation. | scalar | Enumeration | .1.3.6.1.4.1.4249.2.6.1.11 |
| tftpServerUserName The Username for Server access.
This value is not stored between device reboots and should
be set before each operation. | scalar | SNMPv2-TCDisplayString | .1.3.6.1.4.1.4249.2.6.1.12 |
| tftpServerUserPass The User Password for Server access.
This value is not stored between device reboots and should
be set before each operation. | scalar | SNMPv2-TCDisplayString | .1.3.6.1.4.1.4249.2.6.1.13 |
| tftpServerPortNumber The port number for accessing FTP or SFTP server.
This value is not stored between device reboots and should
be set before each operation. | scalar | Integer32 | .1.3.6.1.4.1.4249.2.6.1.14 |
| tftpSoftFileName The remote filename for firmware upgrade.
This value is not stored between device reboots and should
be set before each TFTP operation. | scalar | SNMPv2-TCDisplayString | .1.3.6.1.4.1.4249.2.6.1.2 |
| tftpConfFileName The remote filename for the up and download the startup-config.
This value is not stored between device reboots and should
be set before each TFTP operation. | scalar | SNMPv2-TCDisplayString | .1.3.6.1.4.1.4249.2.6.1.3 |
| tftpConnectionTimeout Time the device will wait for reply from TFTP server,
during connection and while transferring a block of data.
While waiting, the device will retransmit it's request
each 8 secon… | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.4249.2.6.1.4 |
| tftpNumRetries Number of times the device will retry to connect and perform
requested operation (firmware download, configuration up/download)
before stopping with error status. | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.4249.2.6.1.5 |
| tftpTransCmd This object, when read, always returns readValue(2).
Setting this object will initiate following actions:
swDownload(3)
Download the firmware from TFTP server, file… | scalar | Enumeration | .1.3.6.1.4.1.4249.2.6.1.6 |
| tftpLastOp This object returns the last executed maintenance operation,
regardless was it successful or not. It reports following actions:
noOp(1)
No maintenance operations were requeste… | scalar | Enumeration | .1.3.6.1.4.1.4249.2.6.1.7 |
| tftpLastOpTime The time in timeticks when last maintenance operation (TFTP software download or
configuration up/download) was executed from SNMP by setting tftpTransCmd.
If operation execution … | scalar | SNMPv2-SMITimeTicks | .1.3.6.1.4.1.4249.2.6.1.9 |