Common Error with Simple Queues in MikroTik RouterOS

Common Error with Simple Queues in MikroTik RouterOS

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.      

    • Related Articles

    • Using MikroTik LHG as a UE With a Baicells eNodeB

      If you want to use a MikroTik LHG CPE as a UE with your Baicells eNodeB, this blog post explains how.  Also shown is the tricky nature of inserting the SIM Card in the LHG. LEARN MORE
    • MikroTik dual boot lets you choose between SwOS and RouterOS

      Beginning with MikroTik CRS3xx series due this summer, you will have the opportunity to choose which operating system you prefer to use, RouterOS or SwOS. If you prefer to have a simplified switch only OS with more switch specific features, use SwOS. ...
    • How to Upgrade MikroTik Software

        It is suggested to always keep your RouterOS installation up to date, MikroTik always keeps adding new functionality and improving performance and stability by releasing updates. RouterOS versions are numbered sequentially, when a period is used to ...
    • MikroTik RouterOS Default Wireless WPA2 Key

        Here is one that caught me by surprise and several of our customers as well. MikroTik's default configuration for devices with wireless has changed. There is now WPA/WPA2 security on the wireless connection. You will need to enter the serial number ...
    • Mikrotik Mass Updater

        I converted an old perl backup utility written by Phillip Hutchison that was on the Mikrotik forums to make it a mass update utility for Mikrotik. There are 2 versions (Link is at bottom) version1 - "massupdater.pl" that uses only 1 username and ...