Forum Discussion
ERLomboy_27803
Nov 06, 2014Nimbostratus
Help with custom LB method
Hi F5 peers,
Need some help on how to approach a requirement from our DB team.
Customized LB which distributes traffic to pool_member 1 and pool-member2. If and when pool_member2 is unava...
Thomas_Gobet_91
Nov 06, 2014Cirrostratus
Hi,
when HTTP_REQUEST {
if { [active_members [pool_1] ] > 0 } {
if { !([lsearch -exact [active_members -list pool_1] pool_member1:its_port]) } {
reject
}
}
}
- ERLomboy_27803Nov 06, 2014NimbostratusHi Thomas, Thank you for sharing.. So it's only possible via iRule as you were suggesting?
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