Hi All,
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
/queue simple add name="testing" target="10.0.0.254" max-limit="10M/10M" place-before=0;
The problem is when I put it on system script and run it on CCR it doesn’t work. And when I remove “place-before=0” from the command, the queue is created but of course this queue is placed on the very bottom.
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
I do not test on the other architecture since I only have that router type. But from my test above my assumption is that parameter “place-before” is not supported by tile architecture or maybe it’s a bug.
Please your advice, Mikrotik support and Mikrotik expert.
Thank you in advance. ![]()