Hello,
we are trying to set Mikrotik redundancy by having two routers running, first is active and second one is waiting with disabled interfaces.
idea is that we just have to enable interfaces on standby router if main router goes down. we are doing regular exports on active router and import on standby so standby is up-to-date with config changes at all times.
that worked great when both routers were X86 virtual machines. but we recently bought RB2011 so we have hardware RouterBOARD as main router. problem is that when we do export on RB2011 we get some of options that are not supported on X86, so our import fails (like /lcd option for example). is there way to have export that is compatible with all platforms, or import that just skips errors, because whole import fails if it encounters line that is not valid for that platform…
or maybe our whole logic is wrong, how do you handle Mikrotik redundancy?
thank you for your answer