Operation Manual
Configuring QoS DiffServ Configuration
Configuration Guide
457
The following example shows how to configure the schedule mode as WRR, with the weight
values of TC0 to TC7 as 4, 7, 10, 13,16,19,22,25:
Switch#configure
Switch(config)#qos queue mode wrr
Switch(config)#qos queue weight 0 4
Switch(config)#qos queue weight 1 7
Switch(config)#qos queue weight 2 10
Switch(config)#qos queue weight 3 13
Switch(config)#qos queue weight 4 16
Switch(config)#qos queue weight 5 19
Switch(config)#qos queue weight 6 22
Switch(config)#qos queue weight 7 25
Switch(config)#show qos queue mode
---------------------+--------------------------------------------------------------------------
Schedule Mode: WRR | Weight: TC0=4 TC1=7 TC2=10 TC3=13 TC4=16 TC5=19
TC6=22 TC7=25
---------------------+--------------------------------------------------------------------------
Switch(config)#end
Switch#copy running-config startup-config