Port Rate Limit

I am sorry but i am a newbee on mikrotik :slight_smile:

Is there any possible way to put a rate limit for

  • Same source ip traffic rate limit
  • Same source port traffic rate limit


    And one other question , is there any possibility to write a script whcih auto generates rules for attacks.
    For ex. if some packets are flooding should it automatically detect and block the same packets ?

It is possible to limit traffic. You can do it by creating queue for specific address or use firewall to mark specific packets and then queue them:

http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Mangle
http://wiki.mikrotik.com/wiki/Manual:Queue

It is possible to create different kinds of scripts, but that is up to you how you will write them.

Thank you for your reply.

but I do not have a specific port or specific source ip.