Hi there
I’m trying to prioritise network traffic to and from the internet. From what I’ve read the way to do it is by using queues. I’ve created a queue tree as follows:
queue-internet (parent pppoe-interface, priority 1)
queue-internet-vlan10 (parent queue-internet, priority 1)
queue-internet-vlan20 (parent queue-internet, priority 2)
This seems to work great for upload traffic, but has no effect on download traffic. I’ve proved the mangle rules by creating a queue to throttle the inbound traffic to each vlan which works fine. Any idea how I prioritise the download traffic?
Thanks