Hotspot not Accepting radius bandwidth parameters

Hello,

I am using Mikrotik Routerboard 6.35 and I am having trouble with limiting the bandwidth for a hotspot user from radius.

The radius replies are sent from the server and when I enable mikrotik logging I can see the radius reply coming in.

I have tried the following three types of replies to limit the bandwidth:

	Session-Timeout := 7200
	Idle-Timeout := 600
	Mikrotik-Rate-Limit := "256k/512k 512k/1024k 256k/512k 25/25"

	Session-Timeout := 7200
	Idle-Timeout := 600
	WISPr-Bandwidth-Max-Down := 512000
	WISPr-Bandwidth-Max-Up := 256000

	Session-Timeout := 7200
	Idle-Timeout := 600
	Ascend-Data-Rate := 512000

But none of these option actually limits the bandwidth.
The user does get authenticated and can surf the internet.
Thus it seems that it is not accepting the radius parameters.

I tried to set the rate limit in the user profile and the server profile the same as the Mikrotik-Rate-Limit I tried to set from radius but this didn’t help either.

Also in the user profile normally Address pool is set to “none”, if I set this to the hotspot dhcp pool I created then after logging in the internet is unusable and very slow.

Can someone point me in the right direction on how to solve this issue?

Cheers,
Gerard

It seems for the user in queues a entry is created with the limits send for the radius.
But still when I using the speedtest program the speed is unlimited.