I have two Mikrotik RouterBoard 750G device. I would use the another as a cold backup replacement of the active one. But if I upload the configuration to the backup router I lose control above it, because the configuration doesn't recognize the new interfaces, and there's no serial interface to associate them.

Does anyone face this problem ?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Use script to transfer configuration.

/export file=config.rsc

Transfer script to PC.

Fix script by removing mac-address options from interfaces at begining of script.

Transfer to other Mikrotik

And apply script.

/system reset-configuration run-after-reset=config.rsc
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.