Page 1 of 1

why my simple queue doesn't work?

Posted: Mon Nov 09, 2009 6:36 am
by yudigadget
I bought MikroTik RB450G
this is not my first time setting MikroTik, but 3.25 is new version for me, last version i use is 3.10
i just curious why the simple queue doesn't work, but torch is working...
so, there is NO packet detected through simple queue..

please help me,.. thanks before
2009-11-09_113245.jpg

Re: why my simple queue doesn't work?

Posted: Mon Nov 09, 2009 6:50 am
by fewi
One configuration item in /queue simle' can create from 0 to 3 separate queues - one queue in global-in, one queue in global-out and one queue in global-total. If all properties of a queue have default values (no set limits, queue type is default), and queue has no children, then it is not actually created. This way, for exanple, creation of global-total queues can be avoided if only upload/download limitation is used.
http://wiki.mikrotik.com/wiki/Queue

looks like you have all default options so the queue isn't actually created. Apply a rate limit and it should start counting packets and have an effect.

Re: why my simple queue doesn't work?

Posted: Mon Nov 09, 2009 6:26 pm
by yudigadget
One configuration item in /queue simle' can create from 0 to 3 separate queues - one queue in global-in, one queue in global-out and one queue in global-total. If all properties of a queue have default values (no set limits, queue type is default), and queue has no children, then it is not actually created. This way, for exanple, creation of global-total queues can be avoided if only upload/download limitation is used.
http://wiki.mikrotik.com/wiki/Queue

looks like you have all default options so the queue isn't actually created. Apply a rate limit and it should start counting packets and have an effect.
thanks, it works now after set the TX & RX rate limit.. just curious.. before when i use 3.10, i'm very sure there is no problem if i set rate limit to unlimited

Re: why my simple queue doesn't work?

Posted: Tue Nov 10, 2009 11:46 am
by Chupaka
you may simply change queue type from 'default-small' to 'default', for example