cisco Catalyst 3750 Series交换机端口限速
时间:2011-01-10 来源:秩名
switch的型号是3750G,使用qos进行流量控制:
端口限速:
config t
mls qos
access-list 2 permit any
#access-list 2 permit 0.0.0.0 0.0.0.0 //限速不起作用
class-map match-all 2M-rate
match access-group 2 //绑定访问列表2,将符合列表2的流归为2M-rate这个类里
!
policy-map 2M-rate
class 2M-rate
police 2000000 200000 exceed-action drop //限速2M
interface GigabitEthernet1/0/9
description "2M-201100104"
service-policy input 2M-rate
查看:
show policy-map
show int g1/0/9
show run int g1/0/9
show run
show conf
标签分类:
相关阅读 更多 +
排行榜 更多 +