Forum Discussion
mkyrc
Jun 11, 2024Cirrus
GTM answer based on pool member status
Hello, I'd like to configure GTM to answer FQDN request with specific IP address in answer based on status of another GSLB pool member. Example: I have two GSLB pools: pool1 (there are members lo...
Sep 11, 2024
Yes, that is possible.
You can use this irule (DNS irule):
when DNS_REQUEST {
if { ([DNS::question name] contains "service.domain.com") && ( [active_members pool1] > 0) } {
host IP1
} else {
host IP2
}
}
Replace IP1 and IP2 with the actual IP address.
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