Page 1 of 1

Clone Configuration

Posted: Wed Oct 04, 2006 3:34 pm
by fpascual
How can I do to copy identical configuration from one router to another with different hardware ?.

Thanks

Posted: Wed Oct 04, 2006 4:27 pm
by sergejs
'/Export' command exports router entire configuration, you have to change appropriate interface settings (MAC-address), in order to import successfully configuration to another machine.
As well you can export specific configuration section ('ip firewall filter', etc.), but matchers name should exists (e.g. in-interface name, ip firewall address-list name, etc.).

Posted: Wed Oct 04, 2006 6:12 pm
by GotNet
/export file="filename" does give a very good image of your system. But you'll need to edit the file to create a master since the order of commands is all wrong.

Mike

Posted: Thu Oct 05, 2006 3:00 pm
by fpascual
Ok, I understand, I need make an export and then change the ethernet mac address ?, only that ?, another change ?. The "backup" have the same number of ethernet cards.

Thanks !

Posted: Thu Oct 05, 2006 3:03 pm
by cmit
You have to do more.
The commands the "export" produces are usually in the wrong order. I.e. commands to add a port to a bridge could occur before the command to create this bridge etc.

Best regards,
Christian Meis

Posted: Thu Oct 05, 2006 3:32 pm
by Hellbound
that is exactly what I wish to have in version 3.0...

a backup cloned router that will synchronize all setting from A to Z with the master and upon its failure it will take the position

Posted: Thu Oct 05, 2006 4:10 pm
by fpascual
What do you recommend me ?

Posted: Thu Oct 05, 2006 4:19 pm
by Hellbound
What do you recommend me ?
you don't have any other choice except COPY/PASTE the export at this point of time...

Posted: Thu Oct 05, 2006 5:53 pm
by fpascual
Understood, thanks !

Posted: Tue Oct 17, 2006 2:56 pm
by fpascual
Hi, I make the backup but when I replace for the original doesn't work, 2 of my 6 BGP sessions they are in ACTIVE state.
I make a copy line by line and don't forget nothing, what it can be happening ??

Thanks a lot.