How to: Upload Cisco IOS config from TFTP to device
Previous  Top  Next

Use the General.Enter command activity to enter the following commands at the enable prompt.

Activity Option settings:

[X] List of commands to be entered on device:

copy tftp running
192.168.1.200                (IP address of remote TFTP server)
%ctGroupName\%ctDeviceName-Config.txt    (filename to store config to on server)
%ctCR                     (required to start device tftp)

[X] Enter commands in enable mode

[X] Save device output to file [Specify the log file name here]

[X] Overwrite existing capture file

[X] Answer yes to any confirmation prompts

[X] Stop on error

Note the use of the variables:

%ctGroupName = Device Group Name
%ctDeviceName = Device Name
%ctCR

Note - the use of the backward slash in the filename to specify a subfolder within the TFTP Upload folder

Note - the use of the %ctCR variable to send a CR to the device to activate the tftp session