Scenario:
Recently your company was audited and didn’t pass the security test. One of the complaints was that there is no automated backup mechanism for routers. You decide to configure your network so the routers will copy their configuration every 24 hours to a TFTP server.
Goal:
- All IP addresses have been preconfigured for you.
- Configure router Safety so it will save its configuration every 24 hours to TFTP server 192.168.12.2.
- Everytime you save your running-config to the startup-config it should also be copied to the TFTP server.
IOS:
c3640-jk9o3s-mz.124-16.bin
Topology:
Configuration Files
You need to register to download the GNS3 topology file. (Registration is free!)Once you are logged in you will find the configuration files right here.
Do you want your CCNA or CCNP Certificate?
The How to Master series helps you to understand complex topics like spanning-tree, VLANs, trunks, OSPF, EIGRP, BGP and more.
Written by René Molenaar - CCIE #41726
Is there a solution for this lab? is it using KRON scripting
type archive in global mode and enter
write-memory
path tftp://192.168.1.10/tftp/s1
where tftp is the folder which i have created in the desktop
your tftp server should be on
archive
path tftp://192.168.12.2
write-memory
time-period 1440