cisco 3550 EMI给VLAN网段限速
在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 bitsCN~com 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 [bitsCN.Com] 4、经过检验,这个限速确实能起作用。 本文出自 51CTO.COM技术博客 |


linux-sky
博客统计信息
热门文章
最新评论
友情链接
