Hello,
How to copy simple queues list and ARP list from one mikrotik router to another mikrotik router.
On the source router:
/queue export file=Queues.rsc
/ip arp export file=arp.rsc
Transfer the files to the target router.
Now on the target router:
/import Queues.rsc
/import arp.rsc
That’s it.
ARP will only export static entries.
Be sure the interfaces match on both routers.
-Chris