Forum Discussion
Cornea_17478
Nimbostratus
Nov 23, 2015F5 BIG-IP/GTM response AAAA delay
My F5 GTM version is 11.4.1.
It does not response AAAA record at first time. When it retries, I got the right answers.
I got about 5 seconds delay. How can I resolve this problem?
hanifpayak
Nimbostratus
Aug 16, 2019you can apply iRule under listner section
- BIG-IP 12.x and later:
- when DNS_REQUEST {
- if {[DNS::question type] equals "AAAA" }{
- DNS::header rcode NOERROR
- DNS::return
- }
- }
- BIG-IP 11.6.x and earlier:
- when DNS_REQUEST {
- if { [DNS::rrtype] equals "AAAA" } {
- noerror
- }
- }
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