Page 1 of 1
Backup reliability
Posted: Tue Nov 06, 2012 11:40 am
by yinternetmalaga
Can someone confirm?
How reliable is taking a backup from a RB433 and simply importing it into another RB433?? Will the backup just work?? I've been told because of different MAC addresses on each board, some settings from the backup will not port over correctly, hence your new RB433 will not be reliable.
If this is true, is there a way to simply clone a Mikrotik so there is a backup ready for replacing if ever needed?
Thanks in advance,
Re: Backup reliability
Posted: Tue Nov 06, 2012 2:29 pm
by perspetolis
hi.
you can use from backup file for this.
Re: Backup reliability
Posted: Tue Nov 06, 2012 2:29 pm
by tomaskir
"/export" - gives complete config with MAC addresses and everything
"/export compact" - gives only config that is different from default. Its much shorter, doesn't contain MAC addresses, etc.
Use "/export compact" and you can easily "clone" RBs.
Backup reliability
Posted: Tue Nov 06, 2012 4:36 pm
by xandros
"/export" - gives complete config with MAC addresses and everything
"/export compact" - gives only config that is different from default. Its much shorter, doesn't contain MAC addresses, etc.
Use "/export compact" and you can easily "clone" RBs.
i want clone rb750 to rb751g and clone dont work
Failure ip pool exists and router dont work
Re: Backup reliability
Posted: Tue Nov 06, 2012 4:49 pm
by tomaskir
First reset the 751, then connect through MAC winbox and import.
On the 751 run "/system reset-configuration no-defaults=yes keep-users=yes"
Re: Backup reliability
Posted: Tue Nov 06, 2012 7:48 pm
by xandros
First reset the 751, then connect through MAC winbox and import.
On the 751 run "/system reset-configuration no-defaults=yes keep-users=yes"
before i go steps your instruction
reset(/system reset? ) and import (this report failure ip pool exist, first two step already go through)
what "/system reset-configuration no-defaults=yes keep-users=yes" will repair failure ip pool exist?
Re: Backup reliability
Posted: Tue Nov 06, 2012 7:57 pm
by xandros
3.steps
1. /system reset
router is reseting
2. connect via mac with winbox
/import file=name.rsc
failure: ip pool is exist
3.
"/system reset-configuration no-defaults=yes keep-users=yes"
nothing!
no conf at all
import not work, or failure not run script at all
Re: Backup reliability
Posted: Wed Nov 07, 2012 1:17 am
by tomaskir
That is the point. After a reset-configuration your new router will be completly clean. Then you import all the config from your old one you got with "/export compact".
That way the new router will be a "clone" of the old one.
Re: Backup reliability
Posted: Wed Nov 07, 2012 9:11 am
by xandros
That is the point. After a reset-configuration your new router will be completly clean. Then you import all the config from your old one you got with "/export compact".
That way the new router will be a "clone" of the old one.
Import after reset-conf
- script file loaded succ
input does not match any value of interfaces interrupted
And no conf at all!
Re: Backup reliability
Posted: Wed Nov 07, 2012 9:15 am
by tomaskir
Manually rename the interfaces on the new router to the same names as the old router and it should do it.
Re: Backup reliability
Posted: Wed Nov 07, 2012 9:30 am
by xandros
Manually rename the interfaces on the new router to the same names as the old router and it should do it.
system reset
reset-conf
this is now clean?
rename interfaces, same as rb750
import file
failure: such login name already exists
Re: Backup reliability
Posted: Wed Nov 07, 2012 9:55 am
by normis
Manually rename the interfaces on the new router to the same names as the old router and it should do it.
system reset
reset-conf
this is now clean?
rename interfaces, same as rb750
import file
failure: such login name already exists
please email support, and send us that RSC file that you are using. Also tell us what version you exported it from, and what is the version where you are trying to import it.
Re: Backup reliability
Posted: Wed Nov 07, 2012 10:00 am
by xandros
Manually rename the interfaces on the new router to the same names as the old router and it should do it.
system reset
reset-conf
this is now clean?
rename interfaces, same as rb750
import file
failure: such login name already exists
please email support, and send us that RSC file that you are using. Also tell us what version you exported it from, and what is the version where you are trying to import it.
support@mikrotik.com ?
Re: Backup reliability
Posted: Wed Nov 07, 2012 10:04 am
by normis
Yes, correct email. By the way, also make sure your reset command is like this "/system reset no-defaults"
Re: Backup reliability
Posted: Wed Nov 07, 2012 10:14 am
by xandros
Yes, correct email. By the way, also make sure your reset command is like this "/system reset no-defaults"
yes, /system reset no-defaults=yes (and keep-users with no and yes, both combination )is executing