Hi to all
I am trying to accomplish total traffic limit per Hotspot user with Radius. Because Mikrotik-Rate-Limit worked I thought Mikrotik-Total-Limit will work as documentation says. But I had no luck.
I wonder what is situation on new Router OS version. Does MT-Total-Limit works or when it will be supported?
All though I am using Daloradius all parameters was changed direct from MySQL after freeradius was restarted to be sure attrbutes are in use.
I read whole forum about this issue and tried everything.
First I altered dictionary.mikrotik and added missing attributes (Mikrotik-Total-Limit, Mikrotik-Total-Limit-Gigawords). but nothing.
Then I found post where was question does attribute has to be capitilized and with underscore (MIKROTIK_TOTAL_LIMIT, MIKROTIK_TOTAL_LIMIT_GIGAWORDS).
Again nothing. I can confirm that Router OS accepted attribute but dynamic queue didn’t accepted Total Limit.
MT-Total-Limit : 1073741824
MT-Total-Limit-Gigawords : 0
As I was taking whole picture I run at post where some guy said that he had working with Mikrotik-Recv-Limit attr. So i deleted MIKROTIK_TOTAL_LIMIT and set up radius reply as MT-Recv-Limit, MT-Xmit-Limit. Again Router OS accepted both attributes without result. (http://forum.mikrotik.com/t/help-regarding-mikrotik-total-limit/38055/7)
MT-Recv-Limit : 1073741824
MT-Xmit-Limit : 1073741824

Strange is that MT-Rate-Limit is working. I can see simple queue going to red as Hotspot user go over limt but for MT-Recv-Limit or ‘strange documanted but not working’ MIKROTIK_TOTAL_LIMIT there is no trace in Router OS.
Why I cant have MT-Recv-Limit working? Is beacuse dynimic simple queue?
Does this works in Mikrotik User Manager? I am willing to migrate from radius server to MT User Manager.
Thanks