I used to config all my mikrotik’s routers with a generic script.
In this script I add an Schedule script to fetch info from URL and synchronize my router.
Now I have more than 80 mikrotiks with this configuration and all of them fires the Schedule script on the SAME time minute second.
This is the scheduler:
/system scheduler
add comment=“Update Sincro” interval=5m name=_SwB_Sinc on-event=_SwB_Sinc
policy=read,write,test start-date=jan/01/1970 start-time=09:27:00
Even if I write the scrip without start-date=jan/01/1970 start-time=09:27:00
because i run the script with
/system reset-configuration no-defaults=yes run-after-reset=ini_script.rsc
and no time set all the scripts has same on start-date=jan/01/1970 start-time=09:27:00
I’m thinking that some work around would be to generate a random time minutes-seconds to make different all scripts … But read that is not a random number generated on mikrotiks. And even is not time set on routerOS when rebooting…
I did some work arround.
I need differents numbers for each routers.
So with Mac ETH1 and routerserial I generate diferents numbers.
Then because I run Schedule every 5 minutes I generate time from 0:00 to 4:59