Hi everyone,
I have a setup where I installed Bequant between my MikroTik (PPPoE server) and Huawei OLT.
Bequant is being used as the RADIUS accounting server and also performs TCP optimization and traffic shaping automatically.
Currently, I noticed that MikroTik is still creating dynamic PPPoE queues (from RADIUS attributes), using the default-small queue type with packet size 10.
This means I now have two levels of queues — one in Bequant and another in MikroTik — which I believe causes double shaping and inefficiency.
I want to completely disable or bypass MikroTik queues, so that Bequant handles all traffic management and optimization by itself.
What’s the correct way to:
Stop MikroTik from creating per-user queues automatically?
Or configure PPPoE sessions to pass traffic without queueing (purely bridging packets to/from Bequant)?
Thanks in advance!