Forum Discussion
maurox_59221
Jun 22, 2012Nimbostratus
Bypass 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
Jun 22, 2012Employee
You 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
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