Forum Discussion
ipman_1988_5418
Nimbostratus
Aug 08, 2017Apply AFM policy dynamically via iRule
Is there a way to apply an AFM policy dynamically via an irule based on source country? I used to have an irule that did this using data-group list now we use AFM on the any/any forwarder but we've f...
Stanislas_Piro2
Cumulonimbus
Aug 10, 2017Hi,
This Irule will work for ltm with dns profile. You may be able to enable on arm rule.
when DNS_REQUEST {
switch [DNS::question type] {
"MX" - "SOA" - "NS" {
return
}
default {
DNS::header rcode NOERROR
DNS::return
}
}
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
