Problem to enable Simple Queue

Hello,

I am having troubles making the examples from RouterOS - RouterOS - MikroTik Documentation work.

My setup is as follow

  • cable internet
  • small x86 running RouterOS version 6.34.4
  • my computers.

Router does masquerading for internal network.

I have added those two rules

/queue simple
add name=queue1 target=192.168.79.106/32
add max-limit=0/3M name=LAN target=192.168.79.0/24

But I see from webfig that the 1st queue is not used. All the traffic goes to the 2nd queue; also for the .106 IP. Is there something I missed from the documentation ?

Many thanks,

Issa

Try to add max-limit to first queue, even max-limit=0/0

Thanks for the suggestion; it does not make any difference… /queue simple print already show the 1 rule with max-limit=0/0

I try this in my MT - same as your case. But start working well when set any speed in max-limit, i try 100M/100M :smiley:

Thanks for your testing!

This actually means there is a bug in the RouterOS or the documentation is not up to date.

Can someone from Mikrotik confirm ?

Thank you