03-25-2009 06:58 AM - edited 03-06-2019 04:48 AM
Hi,
I have to configure below CLI to allocate % buffer to all queue and set thrreshold but i don't know what is number 1 & 2 CLI , does it have any purpose ? or i can use any number ?
3750G(config)#mls qos queue-set output ?
<1-2> queue-set id
REgards,
Chintan
03-25-2009 09:00 AM
You can configure two sets of Qos queue parameters. Queue-set 1 and 2 are just two different sets of Qos queue parameter. By default, port will use queue-set 1. You can change it by "queue-set #" command under the interface.
03-25-2009 09:35 AM
Thanks, you mean i can change buffer value using default queue-set for all queue and no need to use queue-set 2.
Which scenario require to use both queue-set ?
03-25-2009 09:47 AM
sure you can.
For example, if you want some of the ports in switch use certain qos queue parameter and the others use a different one for some reasons.
03-25-2009 08:15 PM
Thanks, I got it.
Many thanks for help !!
Chintan
04-24-2009 03:02 AM
Hej Chintan,
You could for example assign "queue-set 1" to all of your user port and "queue-set 2" to the backbone trunk port.
int f0/1
description USER
queue-set 1
int g0/1
description UPLINK TO BACKBONE
queue-set 2
04-30-2009 11:11 PM
Thanks for further clarification. I am going to use same way now.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide