Here are the simple steps shows how to backup the Cisco router image using TFTP server.
How to make a TFTP server?
- Downlaod the TFTPD32 application from http://tftpd32.jounin.net/
- Create one folder the on the drive and named as a temp.
- Copy the tftp application (Tftpd32) on the temp folder and run the application.
Then the application shows server interface and current directory. That’s it, Your TFTP server is ready.
Let’s take a backup!
- Make a network connection between two devices. (Router and computer).
- Perform the below command on the router to backup the router image to TFTP server.
Router# Router#sh flash Router#copy flash: tftp:Router#Source filename []?{your IOS image filename} Router#Address or name of remote host []?{TFTP server IP address} Router#Destination filename []? {Specify destination IOS image filename}