Forum Discussion
Hi mohamedhussien,
iRule:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::header User-Agent]] {
"*iphone*" -
"*ipad* " -
"*android* " {
DOSL7::enable dospolicy1
}
default {
DOSL7::enable dospolicy2
}
}
}
https://clouddocs.f5.com/api/irules/DOSL7__enable.html
LTM Policy:
Danielzi
Oct 26, 2023Altostratus
Hi
i have configure L7dos 2 profile for each geo location and it's working fine but when I attached rule with l7dos attack in to create log its not working
only when only one dos profile attached without ltm policy
I need also the irule for record the ip of suspicious ip from other geo location and send to hsl remote syslog because in geo location only with irule its showed the ip of the country trigger
the irule trigger feature in dos profiles enabled
If there is any solution for this combination
thanks