Assume a 64k link.   Custom queueing used "Byte counts" not bits for it
queue sizes.  So divide a 64KiloBIT link by 8 and you get a 8K BYTES per
second link.  Right ??

So here is a quick and dirty queue-list I wrote for a 64KiloBIT link:

queue-list 10 protocol ip 1 tcp www
queue-list 10 protocol ip 2 tcp ftp
queue-list 10 default 3
queue-list 10 queue 1 byte-count 2000
queue-list 10 queue 2 byte-count 4000
queue-list 10 queue 3 byte-count 2000

I made 3 queues and divided the 8k of BYTES that I can push through it.
Queue 1 does 2K bytes, Queue 2 does 4K bytes, and queue 3 does 2K bytes.
All add up to 8K bytes that we can push through the link.

WWW traffic get 2k bytes or 25% of the link, FTP traffic get 4K bytes or 50%
of the link, and anything else (default,  the catch all) gets 2K bytes or
25%

Does this help you understand?  It's been a while since I wrote one of these
so I hope I got all the syntax right.

Tony M.
#6172

----- Original Message -----
From: "Cisco Lover" 
To: 
Sent: Tuesday, August 28, 2001 9:41 PM
Subject: A Custom Queuing Question [7:17622]


> Hi Friends,
>
> Can any one here please explain what should be the"bandwidth Value" if we
> need to divide traffic by percentage ,using Custom queuing.
>
> As far as I know(IF Im right )during our lab,as we usually take clock as
> 64Kbps,then we need to divide this factor (64/8) among the traffic.
>
> What about others????I m still confused..
>
> Hey!!!!!!!!Can you please solve my confusion.,.....(examples preffered :)
>
>
> Thanks.
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=17628&t=17622
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to