博威---云架构决胜云计算

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖
楼主: network

CoS与QoS不同

[复制链接]
 楼主| 发表于 2008-10-30 15:20:02 | 显示全部楼层
在3550 EMI上做速率限制是采用QOS的速率管制功能(policying),依次需要做如下配置。
  1、在所有端口上关闭流量控制
3550(config)#interface range gigabitEthernet 0/1 - 12
3550(config-if-range)#flowcontrol receive off
3550(config-if-range)#flowcontrol send off
  2、启用QOS
3550(config)#mls qos
3550#show mls qos
QoS is enabled
  3、依次配置ACL、Class-map、Policy-map并应用在Gi0/8接口下:
access-list 110 permit ip host 10.10.11.25 any
class-map match-all All-IPTraffic
match access-group 110
policy-map QOS
class All-IPTraffic
police 2048000 102400 exceed-action drop
interface GigabitEthernet0/8
switchport access vlan 3
switchport mode access
service-policy input QOS
flowcontrol send off
no cdp enable
  4、经过检验,这个限速确实能起作用。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|boway Inc. ( 冀ICP备10011147号 )

GMT+8, 2024-11-24 03:52 , Processed in 0.085586 second(s), 14 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表