RE: CBWFQ

From: Sheikh Rahman (Sheikh.Rahman@uk.didata.com)
Date: Fri Jul 08 2005 - 06:15:35 GMT-3


As far as I know you need to specify bandwidth under interface when
using bandwidth percentage

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Teesa Peter
Sent: 08 July 2005 10:08
To: ccielab@groupstudy.com
Subject: CBWFQ

  
  
Hi group,

    Here is a question about CBWFQ.During congestion ,I want to reserve
atleast 35 % for www" & 35 % for "smtp" traffic.I can find two
solutions,but want to fix it on one.Which of these configurations is
more correct ?

Configuration 1
----------------

!
access-list 101 permit tcp any
any eq www
!
access-list 102 permit tcp any any eq smtp !
class-map WWW
match
access-group 101
!
class-map SMTP
match access-group 102
!
policy-map QoS
class WWW
  bandwidth percent 35
  class SMTP
  bandwidth percent 35
!
int s
0/0
service-policy output QoS
!

Configuration 2
---------------

!
access-list 101 permit tcp any any eq www access-list 101 permit tcp any
any eq smtp !
class-map WWW-SMTP
match access-group 101
!
policy-map QoS
 class
WWW-SMTP
 bandwidth percent 35
!
int s 0/0
service-policy output QoS
!
Regarding the second configuration,I have doubt whether 35% is reserved
combined for www & smtp ?

---------------------

    And my next question is
since I am not specifically configuring any bandwidth value(only
bandwidth percentage),need I configure the bandwidth command under s0/0
?

Thanks,
Peter



This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:29 GMT-3