Community discussions

MikroTik App
 
lnulzer
just joined
Topic Author
Posts: 5
Joined: Wed Oct 14, 2020 9:38 am

VLAN based internet QoS with simple queues

Thu May 13, 2021 1:21 pm

Hi,

I am trying to implement a simple QoS configuration for my network.
In the network there are several VLANs.
I want to prioritize and limit some VLAN access to the internet (ether11) over others. My internet connection is 320/30M.

ADMIN_VLAN should be priority 1 followed by HOME_VLAN followed by all others.
I currently use simple queues for this:

/queue simple
add dst=ether11 limit-at=20M/200M max-limit=30M/320M name=admin-wan priority=1/1 queue=default/default target=ADMIN_VLAN
add dst=ether11 limit-at=10M/200M max-limit=30M/320M name=home-wan priority=2/2 queue=default/default target=HOME_VLAN
add dst=ether11 limit-at=15M/150M max-limit=15M/150M name=others-wan priority=5/5 queue=default/default target=""

This setup works, when both ADMIN and HOME VLAN try to saturate the internet access, ADMIN gets 200M and HOME gets the remaining 120M.

Is this setup ok or would it be faster (more efficient) to use mangle to tag the packets and then use a tree queue such as SFQ to prioritize the traffic to the internet?


Last bumped by lnulzer on Thu May 13, 2021 1:21 pm.

Who is online

Users browsing this forum: Uqbar and 48 guests