Per connection queuing

Hello all,

Please see the diagram.
I have 433AH router and i want to provide the service to many customer. when i set a limit for a particular customer then i know he is using the rate limit but how i can know about the customer, which ip is using the more bandwidth and which one is low(for a same customer he is using more than one ip’s). can it possible in mikrotik ? if possible then help me .

thanks in advance

Mukesh
DIagram.jpg

Of the top of my head and real quickly, you could set up some packet marking using some firewall mangle rules :

‘ip firewall mangle add chain=prerouting src-address=192.168.92.50 action=mark-packet new-packet-mark=CustOneUP’
‘ip firewall mangle add chain=postrouting dst-address=192.168.92.50 action=mark-packet new-packet-mark=CustOneDown’

Four IP’s would require a total of 8 mangle rules, but this will give you a quick veiw of the amount of traffic each IP is generating in both directions in the statistics.

Hope this helps, it may not be the most effiecient or correct way, but it will give you what you want.

Hello,

thanks for your reply,
From this mangle rule we can limit or check the connected interface ip bandwidth but if the connected customer have own local network over there and have many pc’s then how we identifies that which ip is used more bandwidth or which one is less ?

thanks
Mukesh

use Tools → Torch to see actual traffic in detail