tftpAction
DMswitch-MIB ·
.1.3.6.1.4.1.3709.3.5.201.1.6.4
Object
scalar
r/w
Enumeration
When this object is set to downloadToFlashConfig(1),
the device will begin download of the file specified
by tftpFile from the server specified by tftpServer to
flash-config(specified by tftpFlashConfig) in the device
using the TFTP protocol.
When this object is set to downloadToRunningConfig(2),
the device will begin download of the file specified
by tftpFile from the server specified by tftpServer to
running-config in the device using the TFTP protocol.
When this object is set to downloadToStartupConfig(3),
the device will begin download of the file specified
by tftpFile from the server specified by tftpServer to
Startup-config in the device using the TFTP protocol.
When this object is set to downloadToFirmware(4),
the device will begin download of the file specified
by tftpFile from the server specified by tftpServer to
firmware in the device using the TFTP protocol.
When this object is set to uploadFromFlashConfig(5),
the device will begin upload of the
flash-config(specified by tftpFlashConfig) in the device
to tftpFile in the server specified by tftpServer.
When this object is set to uploadFromRunningConfig(6),
the device will begin upload of the running-config in
the device to tftpFile in the server specified by tftpServer.
When this object is set to uploadFromStartupConfig(7),
the device will begin upload of the startup-config in
the device to tftpFile in the server specified by
tftpServer.
When the device is not downloading, this object will have
a value of notDownloading(8).
Context
- MIB
- DMswitch-MIB
- OID
.1.3.6.1.4.1.3709.3.5.201.1.6.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- tftpMgt
- Siblings
- 3
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | downloadToFlashConfig |
2 | downloadToRunningConfig |
3 | downloadToStartupConfig |
4 | downloadToFirmware |
5 | uploadFromFlashConfig |
6 | uploadFromRunningConfig |
7 | uploadFromStartupConfig |
8 | notDownloading |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tftpFile The 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.3709.3.5.201.1.6.1 |
| tftpFlashConfig Number of flash config partition for to be used when the chosen action
is the downloadToFlashConfig or the uploadFromFlashConfig. This values is
set to the zero when no flash conf… | scalar | Integer32 | .1.3.6.1.4.1.3709.3.5.201.1.6.2 |
| tftpServer The IP address of the TFTP server for transfer
when a download or upload 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.3709.3.5.201.1.6.3 |