Forum Discussion
Jinshu
Cirrus
Sep 21, 2016GTM Question
Is it possible to make GTM decisions based on number of LTM pool member availability? Consider GTM and LTM are in single device.
Vijay_E
Cirrus
Sep 21, 2016Possible if you use an iRule.
Something like this:
when DNS_REQUEST {
if { [active_members pool_test] < 1 } {
pool POOL_TEST_Fallback
} else {
pool pool_test
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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