tftpAction
ECS4810-28TS-MIB ·
.1.3.6.1.4.1.259.10.1.18.1.6.5
Object
scalar
r/w
Enumeration
When this object is set to downloadToRAM(3) or downloadToPROM(2), the device will discontinue its normal operation and begin download of the file specified by tftpSrcFile from the server specified by tftpServer to tftpDestFile in the device using the TFTP protocol. If downloadToRAM(3) is specified, the new image is copied to RAM only (the old image remains unaltered in the flash EPROM). If downloadToPROM(2) is specified the new image is written to the flash EPROM memory after its checksum has been verified to be correct. When the download process is completed, the device will warm boot to restart the newly loaded application. When the device is not downloading, this object will have a value of notDownloading(1). downloadToRAM(3) applies only to configuration download. Otherwise 'invalid value' is replied. When this object is set to upload(4), the device will begin upload of the file specified by tftpScrFile in the device to tftpDestFile in the server specified by tftpServer.
Context
- MIB
- ECS4810-28TS-MIB
- OID
.1.3.6.1.4.1.259.10.1.18.1.6.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- tftpMgt
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notDownloading |
2 | downloadToPROM |
3 | downloadToRAM |
4 | upload |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tftpFileType Type of file to transfer. | scalar | Enumeration | .1.3.6.1.4.1.259.10.1.18.1.6.1 |
| tftpSrcFile The source file name for TFTP transfer when a
transfer is next requested via this MIB. This value is set to
the zero length string when no file name has been specified. | scalar | OctetString | .1.3.6.1.4.1.259.10.1.18.1.6.2 |
| tftpDestFile The destination file name for TFTP transfer when a
transfer is next requested via this MIB. This value is set to
the zero length string when no file name has been specified. | scalar | OctetString | .1.3.6.1.4.1.259.10.1.18.1.6.3 |
| tftpServer The IP address of the TFTP server for transfer
when a download is next requested via this MIB.
This value is set to `0.0.0.0' when no IP address has been
specified. | scalar | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.259.10.1.18.1.6.4 |
| tftpStatus The status of the last transfer procedure, if any. This
object will have a value of downloadStatusUnknown(2) if no
transfer process has been performed. | scalar | Enumeration | .1.3.6.1.4.1.259.10.1.18.1.6.6 |