版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、实验7 QoS流量分类、标记及排队1. 实验目的掌握Qos流量分类、标记方法;掌握Qos流量排队方法。2. 实验设备2811路由器、PC机3. 实验过程首先,配置各接口的IP地址。配置各路由器路由:ip route 0. 0. 0. 0 0. 0. 0. 0 f0/03. 1 PQ排队策略(1)在R1或R2路由器中设置enconf taccess-list 100 permit icmp any any priority-list 1 protocol ip high tcptelnet/Telnet流量定义为High优先级priority-list 1 protocol ip low lis
2、t100/ICMP流量定义为low优先级int f0/0priority-group 1/在接口应用优先级队列(2) 查看结果show int f0/0sh queueing priority(3) 调试结果debug priority/扌丁开debugPCI ping PC2 以及 PCI telnet R2,查看 debug 的输出。*Mar 1 00:25:17.235: PQ: FastEthernetO/0: ip (s=,d二 192. 16& 1. 1) - low*Mar 1 00:25:17.235: PQ: FastEthernetO/0 output
3、 (Pk size/Q 114/3)*Mar 1 00:25:17.419: PQ: FastEthernetO/0: ip (s=, (1=192. 168. 1. 1) - low*Mar1 00:25:17.419: PQ: FastEthernetO/0 output (Pk size/Q 114/3)*Mar1 00:25:17.691: PQ: FastEthernetO/O: ip (s=192. 168. 0.1,d二 192. 168. 1. 1) - low*Mar1 00:25:17. 695:PQ: FastEthernetO/0 output (
4、Pk size/Q 114/3)*Mar 1 00:25:17.799:PQ: FastEthernetO/O:ip(s二 192. 16& 0. 1,d=192. 168. 1. 1) - low*Mar00:26:56. 971:PQ: FastEthernetO/O:ip23)high*Mar00:26:57. 151:PQ: FastEthernetO/O:ip23)high*Mar00:26:57. 159:PQ: FastEthernetO/O:ip23)high*Mar00:26:57. 163:PQ: FastEthernetO/O:ip23)high*Mar00:26:57.
5、 167:PQ: FastEthernetO/O:ip23)high体会其它命令的作用priority-list 1 interface f0/0 highpriority-list 1 defauIt lowpriority-list 1 queueTimit 22 33 44 553.2CQ排队策略在fO/O端口删除,刚才配置的PQ策略,并进行下面的配置。(1)在R1或R2路由器中设置access-list 100 permit icmp any anyqueue-list 1 protocol ip 2 tcptelnet/Telnet流量定义为第2个队列queue-list 1 pro
6、tocol ip 3 list100/ICMP流量定义为第3个队列interface FastEthernetO/0/在接口应用优先级队列custom - queueTist 1show int f0/0Queueing strategy: custom-list 1Output queues: (queue #: size/max/drops)0: 0/20/0 1: 0/20/0 2: 0/20/0 3: 0/20/0 4: 0/20/05: 0/20/0 6: 0/20/0 7: 0/20/0 8: 0/20/0 9: 0/20/010: 0/20/0 11: 0/20/0 12: 0/
7、20/0 13: 0/20/0 14: 0/20/015: 0/20/0 16: 0/20/0查看结果sh queueing customRouterSsh queueing customCurrent custom queue configuration: List Queue Args1 2 protocol ip tcp port telnet1 3 protocol ip list 100调试结果debug custom-queue*Mar 1 00:34:32.415:CQ: FastEthernetO/0output(Pksize/Q: 114/3)Q #was 1 now 3*M
8、ar 1 00:34:32.615:CQ: FastEthernetO/0output(Pksize/Q: 114/3)Q #was 3 now 3*Mar 1 00:35:40.207:CQ: FastEthernetO/0output(Pksize/Q: 60/2)Q # was1 now 2*Mar 1 00:35:40.283:CQ: FastEthernetO/0output(Pksize/Q: 60/2)Q # was2 now 2*Mar 1 00:35:40. 287:CQ: FastEthernetO/0output(Pksize/Q: 63/2)Q # was2 now 2
9、体会其它命令的作用/来自于f0/0端口的/没有定义的流量默认queue-list 1 interface f0/0 1 所有流量定义为笫1个队列queue-list 1 defauIt 15为第1个队列,但可以设置queue-list 1 queue 2 byte-count 3000队列2的门限值设置为3000字节,默认为1500字节包,queue-list 1 queue 2 limit 40默认为20个包队列2的队列大小为40个efWWW3.3 CBLLQ排队策略在R1或者R2路由器上配置下列命令(1)配置ACL配置R1 (config)#accesslist 100 permit ip
10、 any any precedence语音流量R1 (config)#accesslist 100 permit ip any any dscp语音流量R1 (config)#access-list 101 permit tcp any any eq/Web流量R1 (config)#accesslist 102 permiticmp anyany/ICMP流量配置Class-mapR1(config)#class-map VOIPR1 (config-cmap)Smatch access-group 100R1(config-cmap)#class-map HTTP/语音/Web 流/ICM
11、P 流/其余使R1 (config-cmap)Smatch access-group 101R1(config-cmap)#class-map ICMPR1(config-cmap)Smatch access-group 102R1 (config-cmap)#exit(3)配置 policy-mapR1 (config)#policy-map QosR1(config-pmap)#class VOIPR1 (config-pmap-c)Spriority 100流量,带宽限制为100KR1(config-pmap-c)#class HTTPR1(config-pmap-c)#bandwidth percent 50量,带宽限制为剩余流量的50%R1(config-pmap-c)#class ICMPR1(config-pmap-c)Sbandwidth percent 1量,带宽限制为剩余流量的1%R1(config-pmap-c)#class class-default用WFQ队列R1 (conf ig-pmap-c)#fair-queu
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 二零二五年度安徽省租赁房屋租赁合同解除协议2篇
- 二零二五版多功能会议场地租赁服务合同模板3篇
- 二零二五版废渣运输合同环保评估与整改方案3篇
- 二零二五版公积金贷款个人公积金提取借款合同3篇
- 二零二五版工业自动化生产线改造项目承包合同范本3篇
- 二零二五版房屋屋顶光伏发电系统检测维修合同范本3篇
- 二零二五年度智慧能源管理系统集成合同2篇
- 二零二五年机床设备采购与客户项目整体解决方案合同3篇
- 二零二五年抖音广告创意策划与投放服务合同3篇
- 二零二五年新型环保建材生产与建筑垃圾回收处理合同3篇
- 常用静脉药物溶媒的选择
- 当代西方文学理论知到智慧树章节测试课后答案2024年秋武汉科技大学
- 2024年预制混凝土制品购销协议3篇
- 2024-2030年中国高端私人会所市场竞争格局及投资经营管理分析报告
- GA/T 1003-2024银行自助服务亭技术规范
- 《消防设备操作使用》培训
- 新交际英语(2024)一年级上册Unit 1~6全册教案
- 2024年度跨境电商平台运营与孵化合同
- 2024年电动汽车充电消费者研究报告-2024-11-新能源
- 湖北省黄冈高级中学2025届物理高一第一学期期末考试试题含解析
- 上海市徐汇中学2025届物理高一第一学期期末学业水平测试试题含解析
评论
0/150
提交评论