Mikrotik logs

hi guys,

i am having a hard time making a logs in mikrotik.
here is my goal.
i want to have a logs on all the IP address when they exceed to 500mb within the day
for example.
the ip 192.168.x.x is downloading some files and it’s bandwidth exceed up to 500mb it will make a logs.

i need some help. please
any idea will do. thanks

MikroTik RouterOS does not have direct function, that allows you to achieve you goal with one click.
You need additional configuration HotSpot/PPP to account used traffic by specific IP address, and make script that will enable action=log for the specific user, when quota is reached.

Hi Sergejs,

Thanks for the help. any example how to configured it? and do you have a sample script?