Hello
I have build an MiniISP
I have an routerboard RB1100 .
Ether 1 one is connected to ISP with PPPOE
Ether 2,3,4,5,6,7 are in bridge mode where are connected two Access Points.
User are accessing AP With PPPOE
I am using RM 4.0 to manage users
I need to transfer or create PCQ in ROuterboar 1100 because AP is overload.
Is there any solution
Sorry for my English
In my experience, Radius Manger has worked well managing users in a MikroTik PPPoE environment while also handling their queuing requirements. I would start by double checking your RM setup. If you want to create a simple PCQ, you can try something like:
/queue simple
add max-limit=4M/4M name=“General Queue” queue=
pcq-upload-default/pcq-download-default target=192.168.1.0/24
That was used in a ROS 6.2 environment. You will need to change the max limits and the target IP range to meet your needs. You may also want to consider building an HTB Tree to manage the traffic types. I have used that method on several occasions and found that it works very well. It can, however, be a little complicated to set up initially.