Forum Discussion
Jay_PL
Jan 29, 2021Nimbostratus
Requesting assistance/clarification on traffic re-direction between pools
Hi Got a requirement in my organization to do the below. Is there any way we can do in F5 LTM? URL: abc.net Pool1: server1, server2 Pool2: server3, server4 All requests to the UR...
Jan 29, 2021
Hi Jay,
1. You can specify priority group by adding 4 members in a pool.
2. You can use iRule:
when CLIENT_ACCEPTED {
if { [active_members Pool1] == 0 } {
pool Pool2
}
}
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