Forum Discussion
Karthik_Kumaran
Nimbostratus
Nov 08, 2017Forward SRV queries coming to listener to a Pool using iRule
is it possible to forward SRV queries coming to a GTM listerner, to a pool of DNS servers to fetch response for the SRV records, using an iRule attached to the listener, something like below?
when DNS_REQUEST {
if {[DNS::question type] equals "SRV" } {
pool Internal_DNS_Servers
}
}
And is this possible in tmos 11.x??
- Karthik_Kumaran
Nimbostratus
the above iRule works in 12.x version. The GTM is able to forward SRV queries to a backend pool of DNS servers and hence serving the client requesting SRV records. But the same does not work in 11.x. Is this a valid configuration only from 12.x version?
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