Copy access list automatically from another Mikrotik

Hello team!!!

I would like to know which is the best method to have the same proxy access list in many different sites

Each site has 1 Mikrotik. The only way to reach another site is through Internet, but I could create VPNs if this is needed.

I think I could create a script with “ip proxy/access/export” in one Mikrotik, and another script to import the file in all other mikrotiks, but how could we copy the rsc file?

Is there another way?

What do you recommend?

Thanks in advance.

Regards,

Damián

Hi,

  • You prepare the script and publish it eg. on ftp server
  • another script on remote device fetches it and applies: fetch & import commands
  • you have your fingers crossed waiting if such a change will crash the remote configuration

Thank you BartoszP!!

So, isnt there a reliable method to copy proxy access list between many Mikrotiks automatically?

Regards,

Damián

There is no "copy&paste&apply" or "partial configuration synchronization" funcionality.
Everything should be done change by change using scripts or with programs that use API to apply changes.