Forum Discussion
Yatao
Nov 03, 2011Altostratus
How to rate shaping per user or ip address?
My understanding LTM rate shaping is acumulative, applies to all ip addresses access to a VIP in total. Is there any way we can control the limit of each client ip address can consume but not limit t...
Scott_Pemrick_8
Jun 23, 2014Nimbostratus
Example irule:
{when CLIENT_ACCEPTED { set addr [IP::client_addr]; if { ($addr equals "204.15.2.2") } { rateclass KillTheBOT }}}
Example rateclass:
rate class KillTheBOT { rate 9600bps ceiling 9600bps burst 10240 drop policy tail type sfq }
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