Forum Discussion
Pedro_J__Costa_
Sep 07, 2016Nimbostratus
BIG-IP LTM - Moving connections between pools
Greetings,
I've been looking for information regarding on moving connections from a member of one pool to another member that is located in another pool and can't seem to find anything related o...
Vijay_E
Sep 08, 2016Cirrus
Use a simple iRule that will select the pool that contains members for troubleshooting based on health-check or forced-failure manually.
when HTTP_REQUEST {
if { [active_members POOL_PRODUCTION < 1] } {
pool POOL_TSHOOT
}
}
If you intend to send traffic to a specific pool member based on existing pool member, you can probably utilize LB_SELECTED event and then a data group that has production pool member and the equivalent troubleshooting pool member and you can make a selection based on the mapping. Hope that gives some idea to move forward.
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