I want to turn on rule and let it working for 30 seconds then disable it for 5 seconds and make this in loop. Is this possible with some script and how? I tried with two schedules (one: /ip firewall filter enable [find comment=“zzzzz”]; and other : /ip firewall filter disable [find comment=“zzzzz”]; ) but schedules request entering start date and time and i dont want to enter those every time before executing the script
Hi,
The scheduler provide an Interval setting which allow the scrip to execute every XXXX amount of time.
https://wiki.mikrotik.com/wiki/Manual:System/Scheduler
/system scheduler
add interval=30s name=Repeat-Rule on-event="[INSERT SCRIPT TO RUN HERE]" start-date=Jan/01/2000 start-time=00:00:00
Icosa.