cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2005
Views
0
Helpful
2
Replies

TFTP server that does auto backups

Starfish
Level 1
Level 1

Hello everyone,

I am looking forward to install a tftp server which can backup config files automatically in 15 days or so.

Can somebody suggest how is this feasible and which are the good softwares to use in order to implement this.

Thanks in advance!

2 Replies 2

Vinod Arya
Cisco Employee
Cisco Employee

I am not aware of any TFTP server which can do so. However there are softwares using TFTP or other protocols to communicate to device and take a configuration back.

Cisco's free tool Cisco Network Assistant can take a backup of configurations too. Also another feasible option is to configure a EEM script on device and schedule it to run periodically to send configuration to simple TFTP server by using CLI command copy running-config tftp:.

-Thanks

-Thanks Vinod **Rating Encourages contributors, and its really free. **

Marvin Rhoads
Hall of Fame
Hall of Fame

If I'm guessing correctly that you are looking for a low cost way to get automated backups, I suggest you look into standing up a RANCID installation. RANCID is an open source project that runs on (free) Linux and is designed to do just that - automatically back up configurations.

You could probably cobble something together yourself with scripting, EEM, etc. but I would discourage that approach (unless you're taking it on as a hobby). Other folks have trod that path and it leads to RANCID.

http://www.shrubbery.net/rancid/

You can set it up to e-mail you when it can't reach devices, to tell you what what diffs (if any) were found, etc. If you get ambitious you can put a search front end on the CVS that RANCID stores its files in and make all your configs searchable from a browser page. Helpful in a larger network to answer quick question like "What device is a given IP address on?"

Of course the enterprise class tools like CiscoWorks and SolarWinds also do this for you. But if you had one of those, you wouldn't have to ask about tftp solutions.