Re: Custom Queueing

From: Todd Carswell (acarswell@xxxxxxxxx)
Date: Mon Apr 01 2002 - 16:07:23 GMT-3


   
Carl,

I forgot to address the rest of your custom queue list...

Here's what you were using:

queue-list 1 protocol ip 0
queue-list 1 protocol bridge 2
queue-list 1 protocol dlsw 3
queue-list 1 queue 1 byte-count 6000 limit 2048
queue-list 1 queue 2 limit 512
queue-list 1 queue 3 limit 256

Here's what I think you need to use:

queue-list 1 protocol ip 1
queue-list 1 protocol bridge 2
queue-list 1 protocol dlsw 3
queue-list 1 queue 1 byte-count 6000
queue-list 1 queue 2 byte-count 3000
queue-list 1 queue 3 byte-count 3000

In your config, you assigned ip to queue 0 when it should have been assigned
to queue 1 to make it match the rest of the queue-list commands.

Hope that helps!

Todd

----- Original Message -----
From: "Carl Phelan" <carlphelan@hotmail.com>
To: <ccielab@groupstudy.com>
Sent: Monday, April 01, 2002 12:07 PM
Subject: Custom Queueing

> Hi All,
>
> Can anyone tell me if this custom queue list is ok to allocate 50% of
> bandwidth to IP, 25% to bridging and 25% to dlsw considering IP has a
> packet size of 2048, bridging a packet size of 512 and dlsw a packet
> size of 256?
>
>
>
> queue-list 1 protocol ip 0
> queue-list 1 protocol bridge 2
> queue-list 1 protocol dlsw 3
> queue-list 1 queue 1 byte-count 6000 limit 2048
> queue-list 1 queue 2 limit 512
> queue-list 1 queue 3 limit 256
>
> Many thanks,
>
> Carl



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:51 GMT-3