Forum Discussion
Salvador_del_Re
Mar 09, 2007Historic F5 Account
Rate Shaping for user
I want to make a rate shaping using a irule for control to any users that not use more than a specific rate.
i use this irule
when CLIENT_ACCEPTED {
set direccion [client_addr]
set puerto [client_port]
if { [IP::remote_addr] == "62.151.3.65" } {
rateclass rate-shaping-web2mdown_vip
}
}
and for the user 62.151.3.65 put the rateclass correctly.
I want put rate shaping for each diferent users unknown his IP address
Any suggest??
- Colin_Walker_12Historic F5 AccountIf you've got logic that's working for you, but you want to be able to iterate it across many IP addresses, your best bets are to either use wildcards, network ranges, or a class list of the IP addresses and the corresponding rateclasses.
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