Forum Discussion
JustCooLpOOLe
Cirrocumulus
Nov 13, 2017Disable ASM within Existing iRule
Current iRule:
when HTTP_REQUEST {
set uri [string tolower [HTTP::uri]]
switch -glob $uri {
"/test" {
pool TEST_POOL
}
"/test1" {
pool TEST2_POOL
}
default {
pool...
Stanislas_Piro2
Cumulonimbus
Nov 13, 2017ASM policies are enabled in LTM with a LTM policy.
why are you trying to disable ASM within an irule instead of LTM policy?In the LTM policy, add a rule above the existing rule with condition :
HTTP Uri path starts with /test1
and with action
disable ASM
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