Hillstone SA 基于IP 的QoS举例
发布:刘苏平 | 发布时间: 2008年10月13日基于IP 的QoS 配置举例。
使class ip-range1 内的每个IP 地址都有最多2M带宽,class ip-range2 中的所有IP 地址共享10M 带宽。
第一步:配置class:
hostname(config)# class-map ip-range1
hostname(config-class-map)# match ip-range 2.2.0.0 2.2.10.255
hostname(config-class-map)# exit
hostname(config)# class-map ip-range2
hostname(config-class-map)# match ip-range 192.168.100.200 192.168.100.200
hostname(config-class-map)# exit
hostname(config)#
第二步:配置QoS Profile:
hostname(config)# qos-profile profile1
hostname(config-qos-profile)# class ip-range1
hostname(config-qos-prof-cmap)# ip-qos per-ip max-bandwidth 2000
hostname(config-qos-prof-cmap)# exit
hostname(config-qos-profile)# class ip-range2
hostname(config-qos-prof-cmap)# match-priority 3
hostname(config-qos-prof-cmap)# ip-qos shared-bandwidth max-bandwidth 10000
hostname(config-qos-prof-cmap)# exit
hostname(config-qos-profile)# exit
hostname(config)#
第三步:绑定QoS Profile 到接口:
hostname(config)# interface ethernet0/2
hostname(config-if-eth0/2)# qos-profile input profile1
hostname(config-if-eth0/2)# qos-profile output profile1
hostname(config-if-eth0/2)# exit
hostname(config)#
原创文章如转载,请注明:
转载自醉生梦死的博客
原文地址:http://www.liusuping.com/post/hillstone-qos-ip-base.html
- 相关文章:
Hillstone SA QoS低延迟队列(LLQ)举例 (2008-10-13 19:2:12)
Hillstone SA QoS最小带宽保证举例 (2008-10-13 18:48:49)
Hillstone SA 基于应用的QoS举例 (2008-10-13 18:44:34)
Hillstone SA QoS管制与整形举例 (2008-10-13 18:38:15)
Hillstone SA QoS分类与标记举例 (2008-10-13 17:13:38)
Hillstone SA QoS匹配优先级配置举例 (2008-10-13 16:42:43)
Hillstone SA QoS介绍 (2008-10-13 16:19:21)
hillstone SA PPPoE配置 (2008-10-13 16:12:26)
Hillstone SA安全网关DHCP配置 (2008-10-13 14:55:55)
Hillstone SA DDNS介绍及配置 (2008-10-13 14:47:58)
发表评论
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。






