Re: QOS question

From: Shamin (ccie.xpert@gmail.com)
Date: Mon May 28 2007 - 16:07:13 ART


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