How to Copy & Backup Cisco Router IOS to TFTP Server in Packet Tracer

With the Cisco Packet Tracer network simulation program, we can easily back up the IOS image to the TFTP server.

Copying Router IOS to TFTP in Packet Tracer

How to Copy & Backup Cisco Router IOS to TFTP Server

To copy the router images to the TFTP server, the Server must first be installed and configured in the network environment.

You can back up and restore Router IOS to a TFTP server configured in a network environment. For example, If the IOS image fails in the event of a failure on the router, you can easily restore it from the server.

Use the Packet Tracer to design a small network, and then follow the steps below to back up the IOS to TFTP.

Steps:

Step 1

First, open the Cisco Packet Tracer and create a network topology as follows.

Cisco Router and TFTP Server

Step 2

Click once on the Cisco Router R1, and in the window that opens, configure the GigabitEthernet0/0 interface according to the topology.

Router> en
Router# conf t
Router(config)# hostname R1
R1(config)# interface gigabitethernet 0/0
R1(config)# ip address 192.168.10.1 255.255.255.0
R1(config)# no shutdown
R1(config)# end

Assigning an IP Address to the Router's GigabitEthernet Interface

Step 3

Configure the TCP/IP settings of the FastEthernet interface of the TFTP server according to the IP block. Then click on the Services tab.

TFTP Server TCP/IP Settings

Step 4

To enable the TFTP service, select On and delete the files in it.

Deleting Files Backed Up to TFTP

Step 5

The TFTP server Root folder is now completely clean.

Files Backed Up to TFTP Deleted

Step 6

Test the network connection by pinging from R1 to TFTP with the Add Simple PDU on the right panel of the Packet Tracer software.

Ping with Add Simple PDU in Packet Tracer

Step 7

To back up the router image to the TFTP server, use the copy flash: tftp: command. Then, type the full name of the file you want to copy in the source filename (which file will be backed up) and press Enter.

As you can see in the image below, the IOS image has successfully been copied to the TFTP server.

R1# copy flash: tftp:

Using the copy flash:tftp: command

Step 8

When you check the TFTP server, you can see that R1’s IOS image has successfully transferred to the TFTP server.

Cisco Image Backup

   Video

You can watch the video below to back up the router image file and also subscribe to our YouTube channel to support us!

Conclusion

In this article, I showed you how to copy the Cisco IOS image to the TFTP server using Packet Tracer. When you want to restore the backed-up IOS image from the server, you can use the copy tftp: flash: command!

Add a Comment

Your email address will not be published. Required fields are marked *