Forum Discussion
Kenta_Ogasawara
Nimbostratus
Jun 07, 2016Connection 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'...
catalin_plotogea
Nimbostratus
Apr 16, 2026You can use following iRule to log after exceed configured rate limit there will appear a new log matching source IP dropped
when LB_FAILED {
set vs_name [virtual name]
set client_ip [IP::client_addr]
set client_port [TCP::client_port]
log local0. "FTP-FORENSIC|L4_FAILED|$vs_name|$client_ip:$client_port|LB_FAILED"
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects