Forum Discussion
Awkrd1_7470
Jan 11, 2012Nimbostratus
Fallback to different VIP in iRule, need status checking and iRule exit
I used the example in a 2/15/2010 post "Fallback to different VIP in i-Rule" as a solution and it worked like a charm until the two VIPs (backing up each other) both lost all pool members. This caused...
nitass
Jan 11, 2012Employee
can you try this?
when CLIENT_ACCEPTED {
if {[active_members pool_A] == 0}{
if {[active_members Pool_B] > 0}{
virtual fallback_vip_B
} else {
discard
}
}
}
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