QoS question

From: Usama Pervaiz (chaudri@gmail.com)
Date: Sun Jun 15 2008 - 18:14:34 ART


Hello all,

I had a question on QoS. router R1 is connected to two other routers
through sub interfaces (fa0/1.1 and fa0/1.2). I want to GUARANTEE
10Mbps for traffic coming from both these routers when there is
congestion. Does this mean to police the traffic? I tried to use the
bandwidth command but I cannot apply it to the interface in the input
direction. Is there a better way of doing this?

This is what I did:

class-map match-all test
 match access-group 110
!
!
policy-map TEST
 class test
    police 10000000

access-list 110 permit ip 10.2.1.0 0.0.0.255 any
access-list 110 permit ip 10.3.1.0 0.0.0.255 any

interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 service-policy input TEST

Any and all help is appreciated!!

Usama



This archive was generated by hypermail 2.1.4 : Tue Jul 01 2008 - 06:23:21 ART