Link to my reddit post:
https://www.reddit.com/r/mikrotik/comments/c8nu79/no_simple_queues_for_pppoes_after_upgrading_to/
As the title suggests, our working queuing system has stopped working once the PPPOE concentrator gets upgraded to 6.45.1.
When the PPPOE dials in, you can find it in the queue list, under interface queues, but there is no longer a simple queue!
This is a rather large issue for us, as all our clients are authenticated by our Radius servers, which then provides the clients with their line speeds.
I have already tried to change the PPP>Profile like this:
ppp profile print
Flags: * - default
0 * name="default" local-address=pppoe use-mpls=default use-compression=default
use-encryption=default only-one=default change-tcp-mss=yes
use-upnp=default queue-type=default-small address-list="" on-up=""
on-down=""
The part that I thought would make the difference is “queue-type=default-small” yet this seemingly has no effect.
This is what a site used to look like before 6.45.1
This is what the site looks like after 6.45.1
Any advice would be greatly appreciated.