The BIG-IP Application Security Manager Part 7: Geolocation
This is the seventh article in a 10-part series on the BIG-IP Application Security Manager (ASM). The first six articles in this series are:
What is the BIG-IP ASM? Policy Building The Importan...
Published Nov 20, 2013
Version 1.0ltwagnon
Ret. Employee
Joined May 15, 2019
ltwagnon
Ret. Employee
Joined May 15, 2019
JRahm
Nov 25, 2013Admin
centralized policy matching, actually. And yes, Nathan is correct in that you can create different policies for different applications.
ltm policy cpm.application_security_policy {
controls { asm }
requires { http }
rules {
asm_select {
actions {
0 {
asm
enable
policy /Common/my_asm_policy
}
}
ordinal 1
}
}
strategy first-match
}