Common Error with Simple Queues in MikroTik RouterOS

Created by Faye Admin, Modified on Thu, May 29, 2025 at 11:19 AM by Faye Admin

TABLE OF CONTENTS

Simple Queues don’t work properly...

I have heard this more than once, my MikroTik RouterOS Simple Queues don't work properly.  In a simple queue, “target” option is the only option that determines the flow direction of a simple queue.  Since the default value is 0.0.0.0/0, leaving it at that value creates an issue.

  • If a target is not specified (is 0.0.0.0/0), all traffic will be captured in the download part of the queue, as everything is download for 0.0.0.0/0.
  • This means the queue will not deliver the amount of bandwidth you are expecting.
  • Using the “dst” option is only an additional filter, it doesn’t determine the direction.

I did some tests using different values for target.  First, the incorrect target of 0.0.0.0/0. Notice this is a 3Mx3M queue and we aren't getting even close to that on download:  Now, I changed the target to the IP of the test workstation. As you can see the queue operates as expected now, about 3Mx3M.  Finally  I changed the target to the interface.  Same result, 3Mx3M:  Set that target, don't accept 0.0.0.0/0 and your MikroTik simple queues will work as expected.      

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article