Forum Discussion
headgear_30397
Nimbostratus
Jul 20, 2010irule for LTM: provide "no error" or reject for AAAA DNS queries
Hi All,
I found the irule below to provide "no error" response for AAAA DNS queries but it seems this is for GTM only. Anyone knows what is the irule for LTM? My DNS servers are load balance...
netgeek_109058
Nimbostratus
Nov 10, 2015Hello headgear
u can try something like this:
when DNS_REQUEST {
if { [DNS::type rrs] equals "AAAA" } {
DNS::drop
DNS::last_act noerror
}
}
Best regards
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