How to limit packets/s by IP

Hi There,

is there any way to limit the amount of packets a user (one IP in our Network) can pass per second ?

I found a way to limit Number of Connections and Bandwith - but nothing about packets/s till now…

Is there any way?

Reason:
Some tools (i think update list for Gameservers and/or p2p) seem to pass a high amount of packets/s and my gateway Router has very high CPU at this time…

Clients → Mikrotik AC → Gateway Router (no Mikrotik)

yes you can.. simple queues, queue tree:
http://www.mikrotik.com/testdocs/ros/2.9/root/queue.php

hi,

thanks…
but i don´t find how to put the packets/s in the queue/firewall…
I find only connections, etc…

I’m not sure that is is possible to limit by number of packets per second in queues, actually. Can anyone confirm one way or the other?

Firewall rule - Extra - Limit

limit (integer/time{0,1},integer) - restricts packet match rate to a given limit. Usefull to reduce the amount of log messages
Count - maximum average packet rate, measured in packets per second (pps), unless followed by Time option
Time - specifies the time interval over which the packet rate is measured
Burst - number of packets to match in a burst

There are no options to limit packets per second in queues, but I mentioned queues because it is possible to achieve something similar by using RED and PFIFO queue types.

so - there is no direct way to limit packets/s?
i have tried firewall rules - no success…

in firewall, you can accept all packets within limit and drop/reject the others

okay, i will give it a try…