Forum Discussion
jdiaz_170339
Nimbostratus
Apr 08, 2015iRule to isolate node
I need help with an iRule. I have BigIP LTM v11.6 HF4
We have a webfarm configuration that runs a primary server node and several secondaries. What I want to accomplish, is to ensure that when s...
shaggy
Nimbostratus
Apr 08, 2015Should corporate users use the secondary nodes if the primary node is offline?
If so, I would create two separate pools - one with all pool members (primary and secondary) using priority group activation to use the primary server if it's available, and another pool that only contains secondary nodes.
The iRule would be very similar:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 38.1.0.1] } {
pool primary-secondary_pool
}
else {
pool secondary_pool
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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