I just want to make sure is "place-before" is not supported by tile architecture when placed on system script, or is it bug, or is it my script that got wrong?
I have simple script command that will create new queue and that new queue should be placed on first queue simple.
This is the simple script command example
Code: Select all
/queue simple add name="testing" target="10.0.0.254" max-limit="10M/10M" place-before=0;
My CCR is 1009-8G-1S-1S+ with RouterOS 6.45.7 stable.
I have tried :
- Place the command on system script with all policy enabled and run it with full group user on my CCR. Result : No queue created
- Run the command on new terminal of my CCR. Result : Queue created and placed on top
- Place the command on system script with all policy enabled and run it with full group user on HAP lite, architecture smips and RouterOS version 6.45.7. Result : Queue simple created and placed on top
- Place the command on system script with all policy enabled and run it with full group user on RB951-2n, architecture mipsbe and RouterOS version 6.45.7. Result : Queue simple created and placed on top
- Place the command on system script with all policy enabled and run it with full group user on X86 machine and RouterOS version 6.45.7. Result : Queue simple created and placed on top
Please your advice, Mikrotik support and Mikrotik expert.
Thank you in advance.