Hello,
I am looking for some advice/validation on setting up some simple queues to prioritize traffic in and out of my hAP ac2. I want to be sure I'm not missing anything.
I have a working network with two /24 subnets, Internal and Guest. Internal is on a bridge and includes the ethernet ports and a wifi wlan dual-band with common SSID and pw. Guest is a wifi vlan, also dual-band.
My internet access is from a fixed wireless provider that is advertised as 100 Mbps symmetrical but fluctuates a lot and doesn't seem to get anywhere near that.
To prioritize traffic should bandwidth drop off significantly I have set up two simple queues:
/queue simple
add name="Internal Queue" priority=4/4 queue=default/default target=10.1.10.0/24
add name="Guest Queue" priority=6/6 queue=pcq-upload-default/pcq-download-default target=10.10.10.0/24
Am I correct in believing that these queues will ensure that devices on the Internal subnet will receive all the bandwidth they may require before what is left will be evenly distributed on the Guest network?
Do I possibly need to set a CIR (Committed Information Rate) for the Internal subnet taking into account the minimum total bandwidth that will keep this subnet happy?
Thanks for your help.