Hi,
I have 30+ mikrotik routers and I need to add a rule to all of them, im using plink to connect to them all and add the rule but it adds it to the end under the drop everything else rule, How can I change the priority of a firewall rule when I run the command?
The command im using is
/ip firewall filter add chain=input action=accept src-address-list=Test comment=“Access for test”;I have read the manual and cant seem to find any other commands for changing the priority of a rule.
Cheers.