热门关键字:  PHP  Cisco  seo  网络广告 虚拟主机 中文域名
当前位置 :| 主页>Cisco>网络管理>VLan>

cisco 3550 EMI给VLAN网段限速

来源:搜站长收集整理 作者:佚名 时间:2007-09-14 点击:

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

最新评论共有 1 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
赞助商连接