QOS over FR

From: Sam (syed_wsu@yahoo.com)
Date: Sun Apr 22 2007 - 15:52:31 ART


Hi All,

I have question for doing Policing using NBAR.

R1----FR----(S1)R2(F0)----Internet
I want configure QOS in such a way that when users
sitting behind R1 access internet then the replies
from the net should satisfy the following policy
1. answeres from the internet from site abc.com is
policed at 128000bps
2. Drop any traffic that contains pics.

My proposed solution:
This cannot be done on single interface so i tried to
do policing on S1 and drop traffic with pics on F0.
Please let me know if this is correct.. If not how
should i change it.

Also my doubt is since the link between R1 and R2 is
FR so can i apply the service policy directly to
serial interface or should i use map class(Remember I
am not doing any FRTS)

class-map match-all pictures
 match protocol http url "*.jpg*|*.jpeg*|*.gif*"
class-map match-all www
 match protocol http url "http://abc.com*"
!
!
policy-map pictures
 class pictures
   drop
policy-map www
 class www
   police 128000

interface FastEthernet0
service-policy input pictures

interface Serial1
encapsulation frame-relay
service-policy output www



This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:37 ART