I have RB951G and I use DHCP with leases for static IP’s
I need to calculate total internet usage for each user per month ( in GB ).
Note: my router may be restared due to power goes off.
Please help
I have RB951G and I use DHCP with leases for static IP’s
I need to calculate total internet usage for each user per month ( in GB ).
Note: my router may be restared due to power goes off.
Please help
See https://wiki.mikrotik.com/wiki/Manual:IP/Traffic_Flow and suitable netflow tools to build the reports.
I see this page before but I do not want to use any other program. Also it do not Gove what I want I try simple queue for each user it is good but only for one day then reset the total usage.
I need simple method.
SNMP tracking would work if each are plugged into different physical interfaces or possibly VLANs. SNMP, like NetFlow would require a separate box to collect, aggregate and display the data over time. I don’t think you’re going to find what you want inside of RouterOS with the exception of PPP like some of the folks on the ISP side of the use case leverage.
This will not work with me as there no one connected to physical interfaces.
All my users are connected over WiFi only.
And as I tell before simple queues works but only over one day.
What we are telling you is that you need to implement a different solution. I’m unaware of any way to increase the length of time a queue keeps stats for and I’m also unfamiliar with how those stats are maintained after a reboot.
You may be able to do something with Dude but I’ve never used it and am unaware of it’s complete capabilities and which hardware would be needed to effectively run it if you wanted to keep it on the router.
Well that’s how it’s done unfortunately. The router can’t keep those stats past a reboot.
You need a different box. You can use NetFlow (which can be very detailed), IP Accounting, or Radius Accounting (if you’re using Radius).