Forum Discussion
headgear_30397
Nimbostratus
Jul 20, 2010irule for LTM: provide "no error" or reject for AAAA DNS queries
Hi All,Thanks
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 balanced by F5 LTM.
When I tried to configure the irule on our BIG-IP, I got this error:
“011c0003:3: Rule checker ::tclCheck::checkScript did not complete (save_profile_dep: invalid profile type).”
Below is the irule:
when DNS_REQUEST {
if { [DNS::rrtype] equals "AAAA" } {
noerror
}
}
- hoolio
Cirrostratus
Hi, - Chris_Miller
Altostratus
Bummer...I know LinkController allows you to check a box for no IPv6 responses but that's not for load balancing DNS, it's for actually responding to them. - netgeek_109058
Nimbostratus
Hello 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