A little about my setup before i get started on my question;
Lets say I have a ROS6 routerboard running as a NAT, providing dhcp and dns services to clients like so;
Wan - MT - bridged Motorola AP - dhcp client radios
… - bridged Motorola AP - dhcp client radios
…- bridged Motorola AP - dhcp client radios
The three bridged motorola AP’s are plugged into eth ports 2, 3, and 4. All dhcp clients are on the same subnet. Ports 2, 3, and 4 on the mikrotik are bridged.
In the past I have done Traffic shaping based on the total bandwidth capability of an AP. I would take 5mbits and give
priority1 to VOIP
priority 2 to http/e-mail
priority 3 to everything else.
I did this on a single mikrotik router with a single AP using queue tree.
How do I accomplish this per AP shaping on a routerboard that has 3 connected AP’s via 3 ethernet ports? Can I have 3 seperate queue trees? With the router OS6 imprevements, should I try using Simple queues instead?