Add Static Queue AFTER dynamic Queues

In mikrotik I have pppoe server , & multiple dynamic queues for each user created , which is generated via freeradius according to user profile.
I want to insert a STATIC queue that should remain @ the LAST number.

Example: any user that connects, and if it don’t have any profile/queue, then he should get bandwidth from this default static pcq queue like 1mb per user. so all dynamic queues should be on TOP , and this static queue should be on bottom.

I see option INSERT AFTER in pppoe profile , but i dunt see any option INSERT ABOVE ???

Without looking at it, conceptually you could create a static placeholder queue which does nothing at 0. Then your static everything else queue. Dynamic rules would be added after 0.

Maybe? Its just a wild guess without time to research.

I want to have this static queue at end all the time so that dynamic queues must remain on above this queue.
ok I guess I have to put a script code in pppoe profile that after each user connect it should move this static queue at the end. :slight_smile:

That’s why my idea was

0  do nothing queue
.. dynamic queues
.. dynamic queues
N static queue you wanted from the beginning

Which ROS version is on device? I have 6.41.2 and can place queues before first/bottom in PPP profile

thank you all for your valuable replies. Appreciated.