Rate-Limit ppp Bug?

Since Rate-Limit attribute was introduced I have not been able to use it properly with my radius. I am in 2.9rc6 and I use advanced radius. When I set the rate-limit values on radius, for example Rate-Limit=36k/56k 128k 36k/56k 10/10 only hotspot users get the values. Pppoe users dont get any values. But if a user is in MT database ie pppoe secrets, he gets the rate-limit values which are on the local profile.

I then tried Rate-Limit=36k 128k 36k 10 and both ppp and hotspot got the values. Pls I need to know if this is a bug which has been overlooked?

Thanks
Charles

just tested on v 2.9rc6+FreeRADIUS - your configuration works ok for PPPoE.

The following queue rule is appearing:

1 D name=“” dst-address=0.0.0.0/0 interface= parent=none priority=8 queue=default/default
limit-at=36000/56000 max-limit=36000/56000 burst-limit=128000/128000 burst-threshold=36000/56000 burst-time=10s/10s
total-queue=default

Maybe try to put that value of Rate-Limit in quotes - Rate-Limit=“36k/56k 128k 36k/56k 10/10”.

Edgars

Thanks a million the quotes worked.

Regards
Charles

I’m just thinking how could it work for HotSpot users without quotes..

Edgars