From: Cristian Henry H (chenry@reuna.cl)
Date: Tue Jul 15 2003 - 11:58:06 GMT-3
My solution:
Total bandwidthis = 256 Kbps
Available bandwith = 256*0.75 = 192 Kbps
1: 2000/7500 = 26,6 %
2: 1500/7500 = 20,0 %
3: 4000/7500 = 53,3 %
class-map tcp23
match group 100
!
class-map tcp80
match group 101
!
policy-map qos
class tcp23
bandwith percent 27
queue-limit 100
class tcp80
bandwith percent 20
queue-limit 20
class class-default
bandwith percent 53
queue-limit 100
!
access-list 100 permit tcp any any eq 23
access-list 101 permit tcp any any eq 80
!
Budi Gunawan ha escrito:
>
> Hi,
>
> Could you explain to me, how to convert Custom Queue to CBWFQ, with
> assumption bandwidth is 256K and custom queueing is like this :
>
> - queue-list 1 protocol ip 1 tcp 23
> - queue-list 1 protocol ip 2 tcp 80
> - queue-list 1 default 3
> - queue-list 1 queue 1 byte-count 2000 limit 100
> - queue-list 1 queue 3 byte-count 4000 limit 100
>
> Thanks & rgds,
> BG.
>
> _______________________________________________________________________
> You are subscribed to the GroupStudy.com CCIE R&S Discussion Group.
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
-- Cristian E. Henry REUNAE-mail: chenry@reuna.cl Fono: 56-2-3370336
This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:39 GMT-3