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 to do this using the new Policy events that have replaced the CLASS events in recent versions (11.4.0+).
While the Policy options include several mechanisms; IP source address is not included.
Or is it possible to use ASM::enable in HTTP_REQUEST now?
Any suggestions appreciated.
Cheers
1 Reply
- Kevin_Stewart
Employee
Maybe 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