Wouldn’t it be more convenient for everyone that Janis Megis has included actual (complete) router configuration at the end of his presentation (http://mum.mikrotik.com/presentations/CZ09/QoS_Megis.pdf)?!
He only gave examples for client bandwidth limitations (page 26 and 28 of his presentation) using PCQ and QT.
I am a beginner learning QoS and after few weeks of studying this subject my head hurts really bad
I’ve also watched video several times and it helped a lot at understanding things!
But the more I learn (find out) more questions pop out…
Thanks to fewi I’ve implemented “Initial Configuration” and now I want to implement QoS (traffic prioritization) with even traffic distribution among clients (pcq-rate=0) for both upload and download.
Could PLEASE someone write down the COMPLETE configuration using Megis’ example including packet markings in Mangle Prerouting and traffic prioritization at Global-In queue of packet flow diagram?
In following days I will try to manage that myself using things I’ve learned so far… but - I ask again - wouldn’t it be more easier if Megis gave complete router configuration on his example…
the presentation contains examples. it doesn’t have complete config for everyone, because everyone needs a different thing to prioritize, and there is no universal solution to copy/paste. watch the tiktube.com video presentation, read the slides, and if you have a general understanding of RouterOS, you should be able to understand how to make this.
I did that…
I just stated that learning this stuff and it would be a lot more easier if he included complete setup of his example (using rules and conditions he gave as an example). I agree that everyone of us have different needs.
What I’m saying is that using commands on how to seperate http downloads from http requests and so on is hard when you start learning RouterOS possibilities.
Everything is documented and well, I must add, just that configuration would make things a lot easier to understand and would give guides on what you have to learn in more depth.
As you can see transferring table in to CLI commands is as easy as copy-paste.
About queues - slide 34 shows where and slide 36 give details how. together with HTB topic in manual it should be also as easy as copy-paste.
Double QoS
It is possible to mark and shape traffic twice in
the same router:
Mangle chain Prerouting – for first marking
Global-in HTB – for first shaping
Mangle chain Forward or Postrouting for second
marking
Global-out or Out-interface HTB for second marking
Double QoS is only possible with Queue Tree
What does this exactly mean?
I still dont get difference between forward and pre/postrouting. Can anybody explain?