iso/org/dod/internet/private/enterprises/.3709/datacomProductsMIBs/datacomAccessDevicesMIBs/dmSwitchMIB/.1/.6/tftpAction
tftpAction
OBJECT-TYPE
1.3.6.1.4.1.3709.3.5.201.1.6.4
Description
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).
Syntax
INTEGER { downloadToFlashConfig(1), downloadToRunningConfig(2), downloadToStartupConfig(3), downloadToFirmware(4), uploadFromFlashConfig(5), uploadFromRunningConfig(6), uploadFromStartupConfig(7), notDownloading(8) }