Forum Discussion
jrmorris_151361
Dec 23, 2014Nimbostratus
DNS:rrtype undefined procedure
I am trying to create the following iRule to help rate limit DNS queries for amplification protection as noted in a few articles. But I get an undefined error. I've confirmed DNS:rrtype is a good var...
jrmorris_151361
Dec 23, 2014Nimbostratus
Thanks. Should I be doing this on GTM instead? I was going to apply it to to the LTM VIPs so I could apply the rate class. I do have active GTM licenses.
Thanks.
Also...does this look correct?
when DNS_REQUEST {
if { ([DNS::type $rr] == "TXT") } {
rateclass dns_rate_shape
}
}
when DNS_RESPONSE {
if { [DNS::len] > 512 } {
rateclass dns_rate_shape
}
}
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