Hello,
in documentation for RouterOS version 6 is:
“Global-in”, “Global-out”, “Global-total” parent in /queue tree are replaced with “Global” that is similar to “Global-total” in v5."
Do I understand it good, that when I need make a top of the queue tree, into the parent GLOBAL I have to add sum of the real (download+upload) by ISP? or still I have to create two parent, one for UP one for DOWN and each will have parent GLOBAL?
When you use Queue Trees you have to use mangled traffic unless you use simple queue trees which in V6 is possible.
If you mangle per interface on chain forward, mangle only the traffic going out, like that you can identify the upload and download through your router and you can create the queue tree without the global.
If you only need a simple setup, use simple queue trees and use as target the interface you want to apply queues.
Hi,
Yes, this is clear, that is needed mark all connections, packets etc.
I mangle/mark in chain prerouting(download) and postrouting(upload) and in this moment both the chain I have in parent GLOBAL which has min-limit mine real speed by ISP(down+up).