Forum Discussion
_Dmi_
Nov 17, 2023Altostratus
pool selection
Hi, is it poossible to implement irule logic below? By default traffic select Pool1, but it select Pool2 if online pool members of Pool1 below two. If all pool members became available in Pool1, tra...
JoseLabra
Nov 20, 2023MVP
Hii
You can try this
when HTTP_REQUEST {
set pool_a_members [LB::pool pool_a members]
if { [llength $pool_a_members] > 0 } {
pool pool_a
} else {
pool pool_b
}
}
or check this post similar
Best Regard
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