Re: QOS question

From: Peter Svidler (doubleccie@yahoo.com)
Date: Tue May 29 2007 - 05:54:51 ART


I think what you look for will look like that
   
  ip access-list extended http_acl
permit tcp any any eq www
!
  
class-map match-any JP
match protocol http mime "*jpeg"
match protocol http mime "*jpg"
!
class-map http_cmap
match access-group http_acl
!
  Policy-map http_traffic
class JP
drop
!
class http_cmap
police 1000000
!
int ser0/0
service-policy ouput http_traffic
!
   
   
   
   
   
   
   
  

Shamin <ccie.xpert@gmail.com> wrote:
  Can anyone confirm if the follwing configurations will meet the
requirements.

regards
shamin

On 5/28/07, Shamin wrote:
>
> Hi,
>
> Will the configuration be something like this.
>
> class-map CHILD
> match protocol http url "*.jpg| *.jpeg"
>
> policy-map CHILD
> class CHILD
> drop
>
> class-map match-all PARENT
> match access-group FLOW
> match protocol http host "www.cisco.com"
> match protocol http url "*directory*"
>
> policy-map PARENT
> class PARENT
> service-policy CHILD
> police 1000000
>
> int s0/0
> service-policy output PARENT
>
>
> Please correct me.
>
> Regards
> Shamin



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:22 ART