PPPoe Radius Rate-limit

I am tring to get my biling server via my radius server to set customers Datarate. I have this working on Hotspot, but can’t seem to get it working with PPPoe.

I have add all the attributes to my radius-dictionary.txt file. I have gone in and add Radius attributes to my biling server and configured. I am tring to set the “rate-limit” to 512k/512k 768k/768k 256k/256k 20/20
I try and log in with with my pppoe client on my laptop and it rejects me. And when I look at my error logs in my Radius server it gives me this error:
Reply-Message = [159]"Access check : An integer access check attribute value is incorrect or unknown! [Attribute name: Connect-Speed-Limit]

Well I don’t find any attributes in mikrotik’s attribute list called Connet-Speed-Limit

Help Please.. :question:

Have a look at the docs in the AAA/RADIUS section (http://www.mikrotik.com/docs/ros/2.8/guide/aaa, end of the document).

You have to use the parameters Ascend-Data-Rate or Rate-Limit.

This is all great and all but let me explain a little bit more:

  1. I can use “Ascend-Data-Rate” it set the max rate just fine. I want to set a rate and a burstable rate.

  2. So I set in my radius attributes “Rate-Limit” and then in my (value) I put 512k/512k 768k/768k 256k/256k 20/20 and even if I put 512k/512k it still don’t work, I get an access denied. And if I go and just my error logs in my radius server I get this error: [159]"Access check : An integer access check attribute value is incorrect or unknown! [Attribute name: Connect-Speed-Limit]

I am using Rodopi for my Billing system, Vircom VopRadius for radius server, and I have tried both Mikrotik 2.8.23 and 2.8.25

Sounds like you use those parameters as check attributes - you have to use them as reply attributes!

How do I set them to work as Reply Attributes?

Thanks for you help.

Sorry, I don’t know Vircom VopRadius…