Hi!
I want to transfer entire configuration from routeros 2.9.27 to 3.11 i need help with this.Can i someheow make some kind of backup file on 2.9.27 and transfer all settings to 3.11?
So i don’t need to set up all things from beginning on the new router.
Please write me some short tutorial how to do this, or point me to some link where i can find answers.
Thanks
the best way to do that is , in the terminal windows type: export file=backup
it will criate a rsc file with all your current configuration written.
install the new mikrotik upload the file via winbox or ftp and type import file=backup and then press tab and enter.
it will load all your old configuration but , you will have to check some of the rules but it should work.
But you need to install with CD or netinstall. Another thing if your ROS is cracked you will have 24 hs to purchase one license.
Max
http://mikrotikexpert.com
http://maxid.com.ar
mh7
July 17, 2008, 8:31am
4
RouterOS 3.11 has bug - because restore button is missing in winbox.
I downgraded to ROS 3.10…
Read this:
http://forum.mikrotik.com/t/3-11-restore-erorr/22384/1
normis
July 17, 2008, 8:40am
5
restore is still possible in command line
mh7
July 17, 2008, 4:34pm
6
Is possible to backup only IP / ARP list ? and transfer it to the another routerboard ?
I think this should be possible via console but can anyone tell me how to do this ?
/ip arp export file=arplist
mh7
July 17, 2008, 10:00pm
8
Thanks. This is exactly what I needed
gustkiller:
the best way to do that is , in the terminal windows type: export file=backup
it will criate a rsc file with all your current configuration written.
install the new mikrotik upload the file via winbox or ftp and type import file=backup and then press tab and enter.
it will load all your old configuration but , you will have to check some of the rules but it should work.
Thanks to everyone! i successfuly did it!
Thanks again!