3550交换机QoS时序及队列讨论(二)
队列的权值可以通过IOS show 命令进行验证:
NifNif#sh mls qos interface gig 0/1 queueing
GigabitEthernet0/1
QoS is disabled. Only one queue is used
When QoS is enabled, following settings will be applied
Egress expedite queue: dis
wrr bandwidth weights:
qid-weights
1 - 25
2 - 25
3 - 25
4 - 25
如果启用了快速优先级队列,Q4的权值仅在快速队列失效时使用。
看下面的示例:
NifNif#sh mls qos interface gig 0/1 queueing
GigabitEthernet0/1
Egress expedite queue: ena
wrr bandwidth weights:
qid-weights
1 - 25
2 - 25
3 - 25
4 - 25
!--- The expedite 队列 is disabled.
Catalyst 3550 交换机的WRED
3550 家族交换机中,只有千兆端口支持WRED。 WRED是RED的修正版本,用来避免拥塞的发生。RED定义了如下的参数:
min-threshold(最小限度): 描述了一个队列内的限制, 无包被归于低于该限度
max-threshold(最大限度): 描述了队列的另一个限制。所有包被归于高于最大限度。
slope(斜率): 介于最大和最小值之间的丢包概率。随队列大小的变化,丢包率将按照一定的斜率增加。
转载地址:http://www.netsp.com.cn/Article/config/cisco/switch/200609/20060905161330.html