Forum Discussion
pjain_72429
Nimbostratus
Oct 17, 2007rule based on source IP
For following configuration
VIP-A
POOL-A
POOL-B
I want to create a iRule based on sourceIP range ( any traffic coming from 62.67.x.x and 63.65.x.x ) , traffic should go t...
cvrnr_18603
Nimbostratus
Nov 08, 2007rule user_class {
if (client_addr contains "62.67" or "63.55" ) {
use pool POOLB
}
else {
use pool POOLA
}
}
This should work but check the ipn adress if you want to include more octets
let me know if you have an issue
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