Forum Discussion
eric_haupt1
Nimbostratus
Sep 26, 2017GTM - Pool selection based on forward lookup zone
I'm just throwing this out there to see if this is even possible before I spend time working on a solution. We have devised various DNS pools - each pool has monitors with various forward lookup zone...
Stanislas_Piro2
Cumulonimbus
Sep 27, 2017Hi,
you can create a DNS SERVERS pool dedicated for
*.com requests and assign to it monitors checking , google.com, microsoft.com ...
and use an irule like that assigned to the DNS VS:
when DNS_REQUEST {
switch -glob -- [DNS::question name] {
"*.com" {pool P_FORWARD_ZONE_COM}
"*.org" {pool P_FORWARD_ZONE_ORG}
default {pool P_FORWARD_ZONE_DEFAULT}
}
}
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
