Mikrotik v3 Freeradius

What attributes to use for limiting user on Miktorik OS v3 Hotspot + Freeradius + MySQL. Need to know attributes for:

  1. Total Limit
  2. Data rate

And one explanation : How radius kick user, must I add something or what ???

Please help!!!


P.S. Sorry on bad English

Greetings!

The values I use in FreeRADIUS to send to a WiFi hotspot are:
WISPr-Bandwidth-Max-Up
WISPr-Bandwidth-Max-Down
WISPr-Session-Terminate-Time
Acct-Interim-Interval
Idle-Timeout

This is OK …
I use Xmit-Limit and Recv-Limit for partial limitation (Rx and Tx) and Rate-Limit for speed limitation , but I don’t know how to setup Total-Bytes-Limit . Where I must put Attribute in radgroupreplay or ???

how to send
QueueType Target Upload = pcq_upload
QueueType Target Download = pcq_download

any idea ?