From: To Be CCIE (ccierocks@gmail.com)
Date: Wed May 30 2007 - 16:04:34 ART
I'd do something like this:
class-map match-all WEB_PICS
match protocol http url "www.cisco.com/directory/*"
match protocol http url "*.jpg|*.jpeg"
class-map match-all WEB_TRAFFIC
match protocol http url "www.cisco.com/directory/*"
policy-map WEB
class WEB_PICS
drop
class WEB_TRAFFIC
police 100000 conform-action transmit exceed-action drop
int e0/0
service-policy input WEB
On 5/27/07, Shamin <ccie.xpert@gmail.com> wrote:
>
> Hi ,
>
> Best of luck on your preprations.
>
> I have a question in QOS.The requirement is as follows
>
> FR
> (E0/0) R1 (s0/0) <---------------------------> (S0/0) R2 (E0/0)
>
> There is a webserver on the E0/0 interface of R1 which hosts a website
> www.cisco.com/directory/ .
>
> Configure R1's s0/0 interface, so that traffic to the client's on R2's
> E0/0
> network follows
> the following rule.
>
> 1)Traffic from this website to the clients are limited to 1MB.
> 2)If the traffic from this website to the clients, contains any Jpg or
> Jpeg
> files , the traffic should be dropped.
>
> I think this should follow a parent and child policy.But could not get my
> logic correct.
>
> 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