Catalyst交换机QOS队列机制

更新时间:2023-05-15 12:00:14 阅读: 评论:0

Catalyst交换机队列机制
    日期:2009-2-23    浏览次数: 613
作者:ccie6961
Catalyst交换机队列(queueing)机制:

-主要的特点:队列是通过硬件ASIC处理。特别是6500的模块上有DFC时,队列也可以通过DFC完成,而无需通过RP。这是跟路由器上队列最大的区别。路由器通过MQC来选择不同队列调度(LLQWFQ)是不适用在Catalyst的。
-队列的调度机制主要有WRRDWRRPQ流氓是怎样炼成的,而没有LLQWFQFQ人生启示录LLQ可以是多个,而硬件PQ只有一个)。
-由于Catalyst队列是硬件完成,所以会因类型或是模板的不同,配置也会不同。相反,路由器队列主要是软件去设定,基本上队列的配置和路由器类型没有多大关系(反而跟IOS版本关系比较大)。
-队列一般对传输口而言;除非每块模板上所有接收口的总和超过switch fabric东风歌,否则防止堵
塞不会启用。
-硬件队列机制是针对以太网LAN线板,不是以太网WAN线板。大部分都是LAN线板,WAN线板只局限于GEWANFlexWAN等。
所以理解Catalyst QoS队列主要是这几点:
a 队列的数目和类型(多个标准队列和一个严格优先队列PQ);
b 队列调度(scheduling)的不同:
  - SRRShaped Round Robin (整形循环)
  - Shared Round Robin (共享循环)
  - WRR-Weighted Round Robin (加权循环)
长方体棱长  - DWRR-Deficit Weighted Round Robin(亏损加权循环)(指令和WRR一样:wrr-queue)
  - Priority Queueing (严格优先队列)
c 防止堵塞的类型:
  - WRED(加权随机先期检测)
  - TD/WTD (尾丢弃/加权尾丢弃)
  - DBL(动态缓存限制,仅限Catalyst4500
配置方面主要有几项:
a 每个队列的带宽或权重(严格优先队列基本是最后一个),队列的深度(queue-limit);
b CoS和队列的映射);
c 防止堵塞(WREDTDDBL
不同类型的Catalyst的队列归纳如下(配置按照思科QoS SRND推荐):
Catalyst 29501P3Q或是4Q曾经的近义词(队列4PQ),不支持WRED
interface GigabitEthernet0/1 
  wrr-queue bandwidth 5 25 70 0  Q1Q2Q3=5:25:70,Q4=PQ
  no wrr-queue cos-map
  wrr-queue cos-map 1 1
  wrr-queue cos-map 2 0
  wrr-queue cos-map 3 2 3 4 6 7
迟钝造句  wrr-queue cos-map 4 5
show wrr-queue bandwidth
show wrr-queue cos-map
Catalyst 3550: 百兆口:1P3Q1T,不支持WRED;千兆口:1P3Q2T, TDWRED);注意Q4PQ时带宽设为1
interface range FastEthernet0/1 - 48
  wrr-queue bandwidth 5 25 70 1
  wrr-queue cos-map 1 1
  wrr-queue cos-map 2 0
  wrr-queue cos-map 3 2 3 4 6 7
  wrr-queue cos-map 4 5
  priority-queue out
show wrr-queue bandwidth
show wrr-queue cos-map
interface range GigabitEthernet 0/1 – 2
  wrr-queue bandwidth 5 25 70 1
  wrr-queue queue-limit 5 25 40 30
  wrr-queue random-detect max-threshold 1 40 100 ! Q1T1=40% Q1T2=100%
  wrr-queue random-detect max-threshold 2 80 100
  wrr-queue random-detect max-threshold 3 80 100
  wrr-queue cos-map 1 1 
  wrr-queue cos-map 2 0
  wrr-queue cos-map 3 2 3 4 6 7
  wrr-queue cos-map 4 5
  wrr-queue dscp-map 2 10 48 56 Q1T2=DSCP10 Q2T2DSCP48, Q3T2=DSCP56
  priority-queue out
show mls qos interface GigabitEthernet0/1 buffers
show mls qos interface GigabitEthernet0/1 queueing
Catalyst 2970/3560/3750: 1P3Q3TSRRWTD),注意Q1PQ。支持SRR,推荐使用Q2Q3Q4共享(shared round robin)。T3默认为100%。
mls qos srr-queue output cos-map queue 1 threshold 3 5    ! Q1T3CoS5
mls qos srr-queue output cos-map queue 2 threshold 1 2 4   ! Q2T1CoS 24
mls qos srr-queue output cos-map queue 2 threshold 2 3    ! Q2T2CoS 3
mls qos srr-queue output cos-map queue 2 threshold 3 6 7   ! Q2T3CoS 67
mls qos srr-queue output cos-map queue 3 threshold 3 0    ! Q3T3CoS 0
mls qos srr-queue output cos-map queue 4 threshold 3 1    ! Q4T3CoS1
mls qos srr-queue output dscp-map queue 1 threshold 3 46   ! Q1T3DSCP EF (Voice)
mls qos srr-queue output dscp-map queue 2 threshold 1 16   ! Q2T1DSCP CS2 (Network Management)
mls qos srr-queue output dscp-map queue 2 threshold 1 18 20 22 ! Q2T1DSCP AF21, AF22, AF23 (Transactional Data)
mls qos srr-queue output dscp-map queue 2 threshold 1 25   ! Q2T1DSCP 25 (Mission-Critical Data)
mls qos srr-queue output dscp-map queue 2 threshold 1 32   ! Q2T1DSCP CS4 (Streaming Video)
mls qos srr-queue output dscp-map queue 2 threshold 1 34 36 38  ! Q2T1DSCP AF41, AF42, AF43 (Interactive-Video)
mls qos srr-queue output dscp-map queue 2 threshold 2 24 26  ! Q2T2农历和阴历一样吗=DSCP CS3 and DSCP AF31 (Call-Signaling)
mls qos srr-queue output dscp-map queue 2 threshold 3 48 56  ! Q2T3DSCP CS6 and CS7 (Network/Internetwork)
mls qos srr-queue output dscp-map queue 3 threshold 3 0    ! Q3T3DSCP 0 (Best Effort)
mls qos srr-queue output dscp-map queue 4 threshold 1 8    ! Q4T1DSCP CS1 (Scavenger)
mls qos srr-queue output dscp-map queue 4 threshold 3 10 12 14  ! Q4T3DSCP AF11, AF12, AF13 (Bulk Data)
mls qos queue-t output 1 threshold 2 70 80 100 100     ! Q2T170% Q2T280%
mls qos queue-t output 1 threshold 4 40 100 100 100    ! Q4T140% Q4T2100%
interface range GigabitEthernet0/1 - 28
  queue-t 1              !有两个队列集合,默认为集合1
  srr-queue bandwidth share 1 70 25 5     ! Q2Q3Q4=70:25:5,共享
  srr-queue bandwidth shape 3 0 0 0    ! Q113BW
  priority-queue out            ! Q1PQ
show mls qos interface buffers
show mls qos interface queueing
show mls qos queue-t
show mls qos maps cos-output-q
show mls qos maps dscp-output-q
Catalyst 4500: 4Q1T/1P3Q1T (DBL, no TDWRED),Q3桃子的营养PQ;只支持DSCP到队列映射,队列带宽分配只支持以下端口:
SUP上所有端口;
WS-X4306-GB;
WS-X4232-GB-RJ上两个1000BaX口;
WS-X4418-GB的头两个口;
WS-X4412-2GB-TX上两个1000BaX口。
qos dbl
qos dbl exceed-action ecn
qos map dscp 0 to tx-queue 2           ! Q2DSCP 0
qos map dscp 8 10 12 14 to tx-queue 1       ! Q1DSCP CS1 (Scavenger) AF11/AF12/AF13 (Bulk)
qos map dscp 16 18 20 22 to tx-queue 4       ! Q4DSCP CS2 (Net-Mgmt) AF21/AF22/AF23 (Transactional)
qos map dscp 24 25 26 to tx-queue 4       ! Q4DSCP CS3 and AF31 (Call-Signaling) and DSCP 25 (MC Data)
qos map dscp 32 34 36 38 to tx-queue 4       ! Q4DSCP CS4 (Str-Video) and AF41/AF42/AF43 (Int-Video)
qos map dscp 46 to tx-queue 3           ! Q3DSCP EF (VoIP)PQ
qos map dscp 48 56 to tx-queue 4       ! Q4DSCP CS6 (Internetwork) and CS7 (Network) Control
policy-map DBL
 class class-default
  dbl
interface range FastEthernet2/1 - 48
 rvice-policy output DBL
 tx-queue 3
  priority high
  shape percent 30
interface range GigabitEthernet1/1 - 2
 rvice-policy output DBL
 tx-queue 1
  bandwidth percent 5 
 tx-queue 2
  bandwidth percent 25
 tx-queue 3
  priority high
  bandwidth percent 30
  shape percent 30
 tx-queue 4
  bandwidth percent 40
show qos dbl
show qos maps dscp tx-queue
show qos interface
Catalyst 6500 PFC2/PFC3: SUP7203C3CXLSUP32支持DWRRSRR,其他只支持WRR。而线卡又有所不同。
2Q2T(只有TD):基本所有10100板(X6148,X6324,X6348 WRR
1P2Q1T:X6501-10GEx4,X6502-10GE DWRR
1P2Q2T:X6148-GE,X6316-GE,X6408A-GBIC,X6416,X6516,X6548-GE,X6816 WRR
1P3Q1T:X6524,X654810100)(DWRR
1P3Q8T(CEF720):X6724,X6748 DWRR
1P7Q4T(CEF720):X6708-10GE, X6716-10GE(全支持DWRRSRR
1P7Q8T(CEF720):X6704-10GE DWRR

本文发布于:2023-05-15 12:00:14,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/640360.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:队列   类型   加权   配置   路由器   循环   带宽   没有
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图