注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 配置审核的实施
 帮助

cisco 3550 EMI给VLAN网段限速


2008-04-19 10:58:10
在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、经过检验,这个限速确实能起作用。




    文章评论
 
2008-04-19 10:59:41
本文转自"中国网管联盟"

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: