Forum Discussion
Connection Rate Limit with log output
Hello,
I have a question about the "Connection Rate Limit".
I recognize that this function is virtual server becomes don't receive new connection after exceeding this threshold. However, I'd rather not block new connection because I may block connection from normal user other than malicious user's one. (I want to output error message only)
Q.Do you have any suggestions? (I think it can be achieved by using iRule)
Best regards,
- Misa_222415
Cirrus
Hi Kenta,
Perhaps you can use the iRule below.
This code will triggered when a connection limit is hit at the pool or pool member level, thus logging the event on log files.
when LB_QUEUED { log local0. "[IP::local_addr] was queued - [LB::queue depth one pool1] / [LB::queue limit depth pool1]" } }
You can find more information about logging iRules, here: The101: Logging and Comments
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com