Customer area
Syslog Daemon software is a fine product and the pre-sales support was very good.
Loading...
HOW TO: Backup my device config using TFTP

The Device.CLI.Send commands activity in Kiwi CatTools is provided to collect configuration information from devices using Telnet or SSH. The following are examples of how Kiwi CatTools can be used to backup devices using TFTP.


Instructions


Create a new Device.CLI.Send commands activity containing one of the following example commands on the Options tab. Replace the example IP address 192.168.1.200 with the IP address of your TFTP Server. Kiwi CatTools provides a built-in TFTP Server.


Example 1
: For Cisco IOS

copy running tftp
192.168.1.200
%ctGroupName/%ctDeviceName.cfg



Example 2:
For Cisco CatOS *

copy config tftp %ctCR 192.168.10.200 %ctCR %ctDeviceName.cfg %ctCR

(alternatitive command for some CatOS versions)
write 192.168.1.200 %ctDeviceName.cfg %ctCR


* Note: To send a carriage-return use the Kiwi CatTools Meta Variable %ctCR.
84 % of 6 voters found this article helpful - Did you? YES NO