+4 votes
225 views
How to backup (backup) cisco routers configuration

in Routers by (551k points)
reopened | 225 views

1 Answer

+5 votes
Best answer

Installation Tftp server

First of all we must install a Tftp server in some equipment of our local network. For the purposes of this tutorial, we will base ourselves on the "Cisco Tftp server v1.1" software, it is possible to download this simple program from one of the following addresses:

Option 1: http://cisco-tftp-server.waxoo.com/
Option 2: http: //www.ultimaver...ftp-server.html
Option 3: http: //www.4shared.c.../dg1d2cOO/Cisco

Cisco Tftp server v1.1 is compatible with windows 98 / Me / 2000 / XP. After downloading the software, it is necessary to execute the file "cisco-tftp-server.exe" to carry out the installation of the Tftp server on a computer with windows.

All the files transferred through the Tftp server will be stored in the path: "Program Files \ Cisco Systems \ Cisco TFTP Server", if we want to change the route we must enter the "View" menu, "Options" and modify the "Tftp" option server root directory ".

image


Backup configuration

To support the current configuration of "Router1", we must log in privileged mode in "Router1".

Router1> enable

Router1 #


Execute the command " copy running-config tftp: "

Router1 # copy running-config tftp:


Enter the IP address of the Windows machine where the TFTP Server is installed. In our example corresponds the address Ip 192.168.10.4

8] Address or name of remote host []? 192.168.10.4


Enter the name of the file where the configuration of "Router1" will be saved. In our example we decided to call it "backup_router1_confg".

Destination filename [router1-confg]? backup_router1_confg

!!

1030 bytes copied in 2.487 secs (394 bytes / sec)

Router1 #


Finally, verify the creation of the file "backup_router1_confg" in the path "Program files \ Cisco Systems \ Cisco TFTP Server" of the Tftp server.

Restore configuration

To restore the configuration of "Router1", we must log in privileged mode in "Router1".

Router1> enable

Router1 #


Execute the command " copy tftp: running-config ". This command will copy the file from the Tftp server to the router's memory.

Router1 # copy tftp: running-config


Enter the IP address of the computer where the TFTP Server is installed. In our example corresponds the address Ip 192.168.10.4

Address or name of remote host []? 192.168.10.4


Enter the name of the file where the configuration of "Router1" is supported. In our example, the file name is "backup_router1_confg".

Source filename []? Backup_router1_confg


The destination name will be "running-config" since we want to overwrite the current configuration.

Destination filename [running-config]?

Accessing tftp: // 192.168.10.4/ backup_router1_confg ...

Loading backup_router1_confg from 192.168.10.4 (via FastEthernet0 / 0):!

[OK - 1030 bytes]

1030 bytes copied in 9.613 secs (106 bytes / sec)

Router1 #


Common mistakes

For a successful file transfer it is recommended to keep the Tftp server open.
It is common that the router can not communicate with the Tftp server because some firewall (Firewall) blocked the communication between the router and the computer where the Tftp server is located. The communication port used for file transfer via Tftp is 69 udp.

by (3.5m points)
edited

Related questions

+4 votes
1 answer
asked Jun 24, 2019 in Routers by backtothefuture (551k points) | 195 views
+4 votes
1 answer
+3 votes
1 answer
asked Aug 20, 2019 in Routers by backtothefuture (551k points) | 336 views
+5 votes
1 answer
asked Jun 24, 2019 in Routers by backtothefuture (551k points) | 826 views
+5 votes
1 answer
asked Jun 24, 2019 in Routers by backtothefuture (551k points) | 364 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users