cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
275
Views
0
Helpful
1
Replies

Script for backing up config file on Router or Switches.

ROBERT TOGONON
Level 1
Level 1

I wanted to backup the config files for our routers and switches at least once a week. Is there an easier way to do it on 30 routers? Or better yet, is there such a script that can do it? Thank you in advance to all.

1 Reply 1

ERIK LAWAETZ
Level 1
Level 1

Here's a link on how to do it for CatOS via SNMP:

http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&CommCmd=MB%3Fcmd%3Ddisplay_location%26mode%3Dnew%26location%3D.ee8646c/1

A couple of other links:

http://www.cisco.com/warp/public/477/SNMP/copy_configs_snmp.shtml

http://www.cisco.com/warp/public/477/SNMP/11_7910.shtml

http://www.cisco.com/warp/public/477/SNMP/move_files_images_snmp.html

The SNMP get/set commands can easily be wrapped up in a UNIX shell script.

For IOS devices you might also consider doing it using RSH/RCP or better SSH/SCP.