Forum Discussion
Jason_Mahony_10
Nimbostratus
Jan 25, 2005Node failure redirect
Hi, I really not familiar with iRules but I could use a hand.
I'm running Big IP version 9.0.3. Essentially, I have a pool running HTTP and HTTPS on 2 servers. One of these servers shou...
unRuleY_95363
Feb 01, 2005Historic F5 Account
Also, here's a basic rule for directing traffic to different pools based on the status of a pools members via the monitors:
rule pool_check {
if { [active_members poolA] > 0 } {
pool poolA
} else {
pool poolB
}
}
The command active_members returns the number of members in the pool that are reported as UP. Note: If you don't have any monitors and the members are reported via the GUI or bigpipe as UNCHECKED, then active_members will return 0.
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