Forum Discussion
maurox_59221
Nimbostratus
Jun 22, 2012Bypass ASM
Hi all,
I'm searching the best way to bypass the ASM (enabled only for the geoloaction block) for some specif IP adress.
I've tryed using a specific http profile , adding these IP to the lis...
Eric_St__John
Employee
Jun 22, 2012You can create a data group list called asm_whitelist with the IP addresses contained in it, and use the following iRule:
when HTTP_CLASS_SELECTED {
ASM::enable
if { [class match [IP::client_addr] equals asm_whitelist] } {
ASM::disable
}
}
Regards,
Eric
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