Simple Queue

We use Simple queues to traffic shape all our customers. This all has been working fine except for one customer we just found. We set up rules for each customer and then for all our equipment. Then at the end of the queues we set up a catch all queue to catch any other traffic so that our customer can’t pick a different unshaped IP in the block and get more speed.

The problem that I am seeing now is that the customers traffic is now hitting the queue for their traffic and then hitting the catch all queue. We have this same setup in 20 other Mikrotiks and they are all working fine.

Here are the queue rules.

8 name=“PNDLWY0076 - xxx.xxx.xxx.251 - Day” target-address=xxx.xxx.xxx.251/32 dst-address=0.0.0.0/0
interface=Local-Customer-Gateway queue=Ether-Day-Home priority=8 limit-at=0/0 max-limit=512000/512000

31 name=“CatchAll” target-address=0.0.0.0/0 dst-address=0.0.0.0/0 interface=all queue=Ether-Day-Business priority=8
limit-at=0/0 max-limit=1536000/1536000

if I set the max-limit = 128000 for queue 31 then the customer hitting queue 8 drops to 128000.

As soon as I enter the reverse rule for traffec the Catchall queue clears up.

9 name=“queue1” target-address=0.0.0.0/0 dst-address=xxx.xxx.xxx.251/32 interface=WAN-To-Internet queue=Ether-Day-Home
priority=8 limit-at=0/0 max-limit=512000/512000

My understanding was that the first rule should catch all traffic and the exact opposite of that traffic. Can someone help me understand why this is not working here but it is working for all our other sites.

we are using 2.8.17 at this time. I may need to upgrade but I didn’t see anything in the change log that indicated a problem with simple queues being fixed.

Thanks in Advance.

Hello Wyoming,

Been there done that. The problem is your complaint will most likely fall on deaf ears at MikroTik. I brought this up several months ago and nobody seemed to care or offer suggestions.

I know Packeteer and AIRLok are capabile of this relatively simple task, but for some reason MikroTik isn’t.

I will give credit to MikroTik for finally allowing multiple IP address assignmnets to one queue. This feature is available in BETA 2.9…yay…albeit now the Simple Queues are very sluggish to refresh.

Now if we can just get MikroTik to get the “Catch All” or the “Default Bucket” (as Packeteer calls it) working in Simple Queues we’ll be happy customers again!

Best,

Brad