Forum Discussion
Juan_106703
Feb 11, 2014Historic F5 Account
ASM Policy by Source IP (without using HTTP CLASS)
Hi Guys,
Looking for a way to enable an ASM Policy for connections from a specific Source IP address.
This was previously possible using the HTTP CLASS event; however I have not found a way...
Kevin_Stewart
Employee
Feb 11, 2014Maybe something like this:
when HTTP_REQUEST {
if { not ( [IP::client_addr] equals "10.80.0.1" ) } {
ASM::disable
}
}
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