From: Shanky (shankyz@gmail.com)
Date: Fri Jul 08 2005 - 04:32:27 GMT-3
But I thought that you can use only Qs 1-16 (16 Queues in total and not 17)
as Queue 0 is for system use and cant be used/configured ?
Don't have a router atm to check it out ...though.
Regds
Shanky
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
John Matus
Sent: Friday, July 08, 2005 10:00 AM
To: Rajib Khan; robbie; ccielab@groupstudy.com
Subject: Re: Queue
<i'm not a ccie, nor do i play on on tv...>
the "1" in queue-list 10 protocol ip "1" list 109, indicated that it is the
highest que <queue 1>and gets serviced first, i believe in a round-robin
fashion <please correct me if i'm wrong.>
queue-list 1 queue 0 byte-count 512 would indicate the first queue <queues
0 - 16>. so it parses thru queues starting @ zero and going to 16 in order
<?>.....but correct me if i'm wrong
Regards,
John D. Matus
MCSE, CCNP
Office: 818-782-2061
Cell: 818-430-8372
jmatus@pacbell.net
----- Original Message -----
From: "Rajib Khan" <rajib56666@yahoo.com>
To: "robbie" <robbie@packetized.org>; <ccielab@groupstudy.com>
Sent: Thursday, July 07, 2005 10:58 AM
Subject: Re: Queue
> Hi Robbie,
>
> In this what would be the solution if I want queue 109 should be served
> first before tcp ftp data
>
> Thanks
> Raj
>
> robbie <robbie@packetized.org> wrote:
> Rack1R1#conf t
> Enter configuration commands, one per line. End with CNTL/Z.
> Rack1R1(config)#queue-list 10 protocol ip 1 list 109
> Rack1R1(config)#queue-list 10 protocol ip 2 tcp ftp-data
> Rack1R1(config)#queue-list 10 default 3
> Rack1R1(config)#queue-list 10 queue 1 byte-count 512 limit 0
> Rack1R1(config)#queue-list 10 queue 2 byte-count 5120
> Rack1R1(config)#queue-list 10 queue 3 byte-count 10000
> Rack1R1(config)#^Z
> *Mar 11 13:19:17.194: %SYS-5-CONFIG_I: Configured from console by console
> Rack1R1#show queueing cust
> Current custom queue configuration:
>
> List Queue Args
> 10 3 default
> 10 2 protocol ip list 109
> 10 2 protocol ip tcp port ftp-data
> 10 1 byte-count 512 limit 0
> 10 2 byte-count 5120
> 10 3 byte-count 10000
> Rack1R1#
>
>
> I get same thing, which is normal. What you forget is that by doing
> "queue-list 10 protocol ip 1 list 109" then "queue-list 10 protocol ip 2
> tcp ftp-data", you're moving the first statement into queue 2, because
> you're matching an access-list then specific protocol type. Doing the
> reverse yields these results:
>
> Rack1R1(config)#queue-list 5 protocol ip 2 list 109
> Rack1R1(config)#queue-list 5 protocol ip 1 tcp ftp-data
> Rack1R1(config)#queue-list 5 default 3
> Rack1R1(config)#queue-list 5 queue 1 byte-count 512 limit 0
> Rack1R1(config)#queue-list 5 queue 2 byte-count 5120
> Rack1R1(config)#queue-list 5 queue 3 byte-count 10000
> Rack1R1(config)#^Z
> Rack1R1#show qu
> *Mar 11 13:22:45.656: %SYS-5-CONFIG_I: Configured from console by console
> Rack1R1#show queueing custom
> Current custom queue configuration:
>
> List Queue Args
> 5 3 default
> 5 2 protocol ip list 109
> 5 1 protocol ip tcp port ftp-data
> 5 1 byte-count 512 limit 0
> 5 2 byte-count 5120
> 5 3 byte-count 10000
> Rack1R1#
>
> Incidentally, this is on c2600-j1s3-mz.123-12.bin.
>
> Cheers,
> Robbie
>
> gladston@br.ibm.com wrote:
>> Hi,
>>
>> Am I forgetting some basics here?
>> I applyed list 109 to custom-queue 1 and IOS (12.2(15)T5, C2600-J1S3-M)
>> shows it is applyed on queue 2
>>
>> sh run | b ^queue-list
>> queue-list 10 protocol ip 1 list 109
>> queue-list 10 protocol ip 2 tcp ftp-data
>> queue-list 10 default 3
>> queue-list 10 queue 1 byte-count 512 limit 0
>> queue-list 10 queue 2 byte-count 5120
>> queue-list 10 queue 3 byte-count 10000
>>
>> Rack2R1#sh queuein cus
>> Current custom queue configuration:
>>
>> List Queue Args
>> 10 3 default
>> 10 2 protocol ip list 109
>> 10 2 protocol ip tcp port ftp-data
>> 10 1 byte-count 512 limit 0
>> 10 2 byte-count 5120
>> 10 3 byte-count 10000
>>
>> _______________________________________________________________________
>> Subscription information may be found at:
>> http://www.groupstudy.com/list/CCIELab.html
>>
>>
>
>
> --
> robbie at packetized dot org
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:29 GMT-3