Cloning mikrotik routerboard (rb7xx, rb9xx, rb11xxx)
You can easily clone like routerboard hardware with these commands:
First to ssh admin@youripaddress or run terminal from winbox and run the following on the device you want to clone in this example we clone an rb751g to rb951.
## on rb751g type:
/export compact file=name
Then copy the name.rsc file to the rb951 $$either drag and drop it to files with winbox or use sftp.
hard reset the device you want to clone to by powering off and holding reset button, powering on,
and releasing reset button when led next to power plug starts to rapidly flash. Wait until the
os initializes and access with winbox.
## on rb951 type (after hard reset):
/import name.rsc ## you should see no errors.
## then on rb951 type:
/system reset run-after-reset=”name.rsc”
This will clear the current config and import the one from the rb751g
After a minute to load or so you should be able to access the rb951 with winbox and have a complete clone
of the rb751g.