Forum Discussion
Steve_Mercieca_
Jan 26, 2017Nimbostratus
iRule to apply Dynamic Bandwidth Controller Policy depending on Client subnet
Hi all,
We have a requirement to apply different Dynamic Bandwidth Controller Polcies depending on the client subnet. This needs to operate on both traffic from client and from server. I have a...
Leonardo_Souza
Jan 26, 2017Cirrocumulus
You can use the example in this page to change your irule:
https://devcentral.f5.com/wiki/irules.ip__remote_addr.ashx
when CLIENT_ACCEPTED {
if { [IP::addr [IP::remote_addr] equals 206.0.0.0 mask 255.0.0.0] } {
pool clients_from_206
} else {
pool other_clients_pool
}
}
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