Hi Guys,
I am currently trying to setup a Wireless Network with the CAPsMAN + a few CAPs.
Most of it is working fine, but I am still having a few issues with limiting the speed of the clients connected to the wlan.
The controller is placed in our main office and the APs are placed in our remote office.
Each AP provides three wireless networks: A internal network (local forwarding) ,a employee network (for private devices; bridge on the central controller) and a guest network (bridge and hotspot on the central controller)
I need the following queues:
- A queue that limits the connection speed for the complete employee network → To prevent the employees from using up all the available internet bandwidth in the main office
- A queue that limits the connections speed all clients connected to the guest network on a specific AP → To prevent the employees from using up the available vpn bandwidth from the remote office to the central office
I have tried the simplest approach possible, by adding a simple queue to the central controller as follows:
/queue simple
add max-limit=1M/1M name=qu-wlan-emp queue=wireless-default/wireless-default \
target=cap-***ap01-1 total-queue=wireless-default
But no traffic is showing up on the traffic tab of the queue.
I have checked with torch to see if any traffic is coming and and that is the case

I have also tried to create a queue with the subnet of the employee wlan as target, with the same results.
Could you please guide me in the correct direction.