Forum Discussion
EranN_340350
Nimbostratus
Sep 17, 2018Rate limiting per IP and URI
Hi,
I need to come up with a solution for rate limiting on a VS in our ASM so a source IP will be limited for specified URI's with 3 requests per minute, 10 requests per hour.
I got this iRule fro...
Leonardo_Souza
Cirrocumulus
Sep 17, 2018Change the variables:
set static::maxRate 10
set static::timeout 3600
You also need to create the datagroups:
URIs_to_throttle - String
Whitelist_IPs - Address
See this for more information:
https://devcentral.f5.com/wiki/irules.class.ashx
There is built in functionality about rate limit:
https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/big-ip-local-traffic-manager-implementations-14-0-0/25.html
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