Re: [LARTC] Priority Queueing on Linux

2002-07-10 Thread Anton Yurchenko
Michael T. Babcock wrote: bert hubert wrote: On Tue, Jul 09, 2002 at 12:02:40PM +0800, Patrick Chan wrote: There is priority queueing in Cisco router. Please dig up a link so we can see what 'priority queueing' actually *is*. But I bet that tc has it. I can almost guarantee

Re: [LARTC] Priority Queueing on Linux

2002-07-10 Thread Martin Devera
it is the same as PRIO queue in linux tc. devik On Tue, 9 Jul 2002, bert hubert wrote: On Tue, Jul 09, 2002 at 12:02:40PM +0800, Patrick Chan wrote: There is priority queueing in Cisco router. Is there any equivalent implementation for TC on Linux? If yes, how can I configure and can

Re: [LARTC] Priority Queueing on Linux

2002-07-10 Thread Patrick Chan
Title: Re: [LARTC] Priority Queueing on Linux Hi, Below is the explanation of priority queueing http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/qos.htm#xtocid22 I am developing a linux router. There is both data and voice traffic passed thru it. When I use priority queueing

Re: [LARTC] Priority Queueing on Linux

2002-07-10 Thread Michael T. Babcock
Anton Yurchenko wrote: nope, here it is. http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/qos_c/qcprt2/qcdconmg.htm#23965 From the page (for those who don't follow links, or for the archives of this list): PQ [Priority Queuing] allows you to define how traffic is

RE: [LARTC] Priority Queueing on Linux

2002-07-10 Thread S Mohan
Title: Message You can use the prio options in qdisc and channel traffic thro' different qdiscs. Another option is to set TOS marks and route to qdiscs using the mark filters in u32 classifier. Why don't you look up http://www.docum.net . Staf has a good site going. I've benefitted from

Re: [LARTC] Priority Queueing on Linux

2002-07-09 Thread Michael T. Babcock
bert hubert wrote: On Tue, Jul 09, 2002 at 12:02:40PM +0800, Patrick Chan wrote: There is priority queueing in Cisco router. Please dig up a link so we can see what 'priority queueing' actually *is*. But I bet that tc has it. I can almost guarantee Patrick is asking about diffserv