Hi,
I have just started to try out the queuing options on RoS 7.5b11 on an RB5009, which is currently my uplink to a DL300/UL20 Mbps cable connection over the e3inet interface.
This is my current config (not the full config, just the relevant parts, I can post it if needed):
The cake queue is working and doing a great job in getting low latency/jitter (according to waveform.com I go from grade B to A+ if enabling it).
Some points I wasn’t able to figure out from searching&reading:
If I disable cake and enable fq-codel, nothing works anymore, I can´t access the Internet. So I’m not sure, is it my wrong configuration? Is this a bug in the beta?
I have read that fasttrack is incompatible with queuing, but I have just tried to limit the scope of fasttrack so that my Internet uplink is not included
This does not work, I had to completely disable the fasttrack rule, to have cake working. Again, am I doing something wrong? Is this by “design”?
3. I had to configure the upload and download bandwidths in reverse, to have a working cake. Well, the question stays the same: am I doing something wrong? Is this by “design”?
Maybe it is just the Winbox showing the “queue=cake-up/cake-down” in reverse ?
4. I don´t get the concept of the interface queue. If I have “only-hardware-queue” for e3inet configured and the simple queues for cake. Is this OK? Should I change the queue type to something else for a clean cake config?
5. Without fasttrack the CPU get’s as high as 30% with peaks of 40% while testing the full bandwidth. The CPU speed also jums to a maximum, 1,4GHz. If I just disable cake, but leave fasttrack off, CPU stays below 20% and at 350MHz. That’s more than I hoped for from a router this powerful. This device would also serve as the firewall between my VLANs, so it could happen, that while having some video call, someone from the family downloads something from a NAS, so we could reach 1,5Gbps in sum. Is there something I can optimize in the queuing or is there some other way to partly enable fasttrack?
That’s a lot of questions, I know, but the documentation (for me at least) is not easy to grasp on this topic.
Hi,
thanks a lot ultratoto14 ! Ooops, yes you are right. Now with the correct values fq_codel works.
It gives me somewhat more jitter, than cake. Cake however seems to have significantly higher CPU usage.
I am still not very sure, what else should I configure or if my settings are correct.
I admire the postings of dtaht and others in this topic, but I don’t really understand them all…
Hi,
I think I have found something interesting here, a QoS script compatibel w Fasttrack: http://forum.mikrotik.com/t/fasttrack-friendly-qos-script/102401/1
I tried it, by adding a new dedicated Internet bridge, but failed… Time is over for my experiments, but I will try again next time.
Edit: I tried adding a somewhat modified fq_codel from the example above, with great results :
The Upload is attached now to the bidge which has the public IP on it. Still the fasttrack needs to be enabled, but I get a straight A+ on the Waveform bufferbloat test. And CPU does not go higher than 20%. I am not sure if it has to do anything with the dedicated bridge, but whatever: it works OK.
!!!Warning!!!: Queues (except Queue Trees parented to interfaces), firewall filter and mangle rules will not be applied for FastTracked traffic. https://wiki.mikrotik.com/wiki/Manual:IP/Fasttrack
If you want to keep using “Fasttrack with queue tree”, the only way is specifying parent=interface (e.g. ether1 for uploading and bridge for downloading.)
Then using “fq_codel” as queue type.
Thanks @shaw627 !
Unfortunately I don´t have currently acces to that device, but in a few weeeks I will try and consider your input.
Interestingly as I remeber, I have fasttrack enabled and still have great (measured, it´s not just the gut feeling) results with the config above. Anyway I don´t have much experience with the whole topic, so as soon as I can I will try to experiment again and I will also report on my results.