Configuring Cisco IOS to automatically save the running configuration to a tftp server on save

Cisco IOS has the ability to auto-save it’s configuration when you run the write memory command. Connect to the router using Putty or some terminal program enable configure terminal archive path tftp://192.168.0.2/sw2960/sw2960.cfg write-memory exit exit In this example, we’ve configured…