From: Prashanth Krishnappa (prkrishn@gmail.com)
Date: Tue May 29 2007 - 05:17:56 ART
I would use something like this
class-map match-all Class_URL_VLAN
match protocol http url "www.cisco.com/directory"
class-map match-any Class_Match-images
match protocol http url "*.jpeg|*.jpg|*.bmp"
class-map match-all Class_Images_in_URL
match class-map Class_URL_VLAN
match class-map Class_Match-images
!
!
policy-map Policy_NBAR
class Class_Images_in_URL
drop
class Class_URL_VLAN
police 64000
On 5/29/07, Shamin <ccie.xpert@gmail.com> wrote:
> Can anyone confirm if the follwing configurations will meet the
> requirements.
>
> regards
> shamin
>
> On 5/28/07, Shamin <ccie.xpert@gmail.com> 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
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:22 ART