Class-map match

From: Allan (mincisco@gmail.com)
Date: Mon Feb 05 2007 - 00:20:57 ART


Hi, if the two following class-map are same, would like to match http
traffice to server 1.1.6.254

1:
class-map match-all HTTP_SERVER_TRAFFIC
  match access-group name HTTP_SERVER
  match protocol http

ip access-list extended HTTP_SERVER
 permit ip any host 1.1.6.254

2:
class-map match-all HTTP_SERVER_TRAFFIC
 match access-group name HTTP_SERVER

ip access-list extended HTTP_SERVER
 permit tcp any host 1.1.6.254 eq www

Allan



This archive was generated by hypermail 2.1.4 : Thu Mar 01 2007 - 07:38:46 ART