Forum Discussion

CraigD1_147916's avatar
Jun 12, 2014
Solved

Connection Rate Limits - How does BigIP respond?

I have an application where I may need to employ the "Connection Rate Limit" feature on an 11.4 LTM. If I configure this on the virtual server for 1000 requests per second, what sort of response, if ...
  • Kevin_Davies_40's avatar
    Jun 13, 2014

    It will send TCP reset for connection rate limited virtual servers when the limit is reached.

     

    See the bottom of SOL14813 - Detecting and Mitigating DOS/DDOS attacks (11.4.x/11.5.x)

     

    Connection limit on pool members is really for resource management. When you reach the limit it will not send any new connection requests to that server until it falls back below the threshold. It does not affect existing connections.