RE: QoS question

From: Joseph Brunner (joe@affirmedsystems.com)
Date: Sun Jun 15 2008 - 18:30:21 ART


"guarantee" and "during congestion" mean CBWFQ, using the "bandwidth"
command in the policy-map, not policing!

you need to create backpressure by using child/parent hierarchical
policy-maps

see this link Anakin

http://www.cisco.com/en/US/tech/tk543/tk545/technologies_tech_note09186a0080
114326.shtml#applyingahierarchicalpolicy

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Usama Pervaiz
Sent: Sunday, June 15, 2008 5:15 PM
To: Cisco certification
Subject: QoS question

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