cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
510
Views
0
Helpful
6
Replies

transfer router configuration

konn
Level 1
Level 1

Hi ,

I have two identical router and want to transfer the configuration from one router to the other, is there anyway I can do that ?

Pls advice. Thanks

6 Replies 6

vincent-n
Level 3
Level 3

Of course you can. Simply do a show run on the router that you want to copy from, "copy and paste" to the other router.

After copy and paste to a text file, what command should I use to transfer this text file to the other router.

Pls advice.

1#

Mark all text and copy it (ctrl+c / ctrl+ins), then in configure terminal mode (conf-t) and paste(ctrl+v / shift+ins) the file. Check for faulty messages. Save configuration.

2#

You can also copy this running config to a TFTP server. Then you download it to the other router - copy tftp:/name startup-config. Reload and you have the new config installed and saved.

Thanks for your reply, as for the TFTP server method, what file extension should I use.

First copy it from the router you configured.

#copy running-config tftp:

follow the questions.

(name the file what ever you want)

Then copy the config to new second router.

#copy tftp: startup-config

follow the questions.

(put the same name here)

For file extension there is none or it does not matter, it is still a binary file eitherway.

Jorge Rodriguez