04-10-2014 04:36 AM
I have a requirement where ACE has to forbidden the HTTP access to the URL based on the strings in the URL /admin/ or /console/ . I believe I can match the traffic with the following class-map, but how to action on it to forbidden? example configurations?
class-map type http loadbalance match-any Forbidden-admin-access
2 match http url /admin/.*
3 match http url /console/.*