Chinaunix首页 | 论坛 | 博客
  • 博客访问: 46196
  • 博文数量: 10
  • 博客积分: 731
  • 博客等级: 军士长
  • 技术积分: 180
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-20 14:01
文章分类
文章存档

2011年(1)

2010年(1)

2009年(8)

最近访客

分类: 系统运维

2009-07-01 16:46:12

3550 EMI交换机给网段限速

在3550 EMI上做速率限制是采用QOS的速率管制功能(policying),依次需要做如下配置。
  1、在所有端口上关闭流量控制

3550(config)#interface range gigabitEthernet 0/1 - 123550(config-if-range)#flowcontrol receive off3550(config-if-range)#flowcontrol send off


  2、启用

3550(config)#mls qos3550#show mls qosQoS is enabled


  3、依次配置ACL、Class-map、Policy-map并应用在Gi0/8接口下:

access-list 110 permit ip host 10.10.11.25 anyclass-map match-all All-IPTrafficmatch access-group 110policy-map QOSclass All-IPTrafficpolice 2048000 102400 exceed-action dropinterface GigabitEthernet0/8switchport access vlan 3switchport mode accessservice-policy input QOSflowcontrol send offno cdp enable


  4、经过检验,这个限速确实能起作用。
阅读(1843) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~