UserManager profile Limitations

Hello dears
i have problem with limitation on user manager, when i create a limitation and link it with profile its never works
so my config is this
i create a profile , assign user to this profile, create a limitation, assign it to profile,
I'm trying to limit TX/RX for users

Are your RADIUS clients (switches & access points) MikroTik devices too? If not (3rd party access points, for instance) then those rate limitation settings are useless, because they modify the Mikrotik-Rate-Limit attribute that of course the other vendors do not understand.

If using 3rd party RADIUS clients, you'll need to research which RADIUS attributes those devices use for the rate limitation. Many access points support the WISPr-xxxx attributes from https://www.wi-fi.org/ for example.

Name VendorID Value
WISPr-Bandwidth-Max-Down 14122 8
WISPr-Bandwidth-Max-Up 14122 7
WISPr-Bandwidth-Min-Down 14122 6
WISPr-Bandwidth-Min-Up 14122 5
WISPr-Location-Id 14122 1
WISPr-Location-Name 14122 2
WISPr-Logoff-URL 14122 3
WISPr-Redirection-URL 14122 4
WISPr-Session-Terminate-Time 14122 9
WISPr-Session-Terminate-End-Of-Day 14122 10
WISPr-Billing-Class-Of-Service 14122 11

Whether they have proprietary attributes or are using the WISPr ones, you'll need to define those attributes in the User Manager -> Attributes table. Then add those attributes with the desired values to the User Groups or the Users.

Things like session time or transfer limit will require turning on Accounting / Interim-Update and CoA (Change of Authorization) support on the devices. And as I wrote in the other thread, sometimes they are not compatible with User Manager's CoA messages.

Thank you sir for your replay
i will try what you wrote here hopefully i can make it done