思科交换机 端口限速

我想在交换机限各个端口的速度,请问该怎么做?
2025-01-05 08:34:25
推荐回答(2个)
回答1:

在Cisco IOS 系统上作QOS,一般要有以下五步:
1、启用全局qos
2、设置ACL匹配的流量
3、设置一个class-map,来匹配第二步设置的ACL
4、设置一个policy-map匹配class-map,然后再在这里面定义一系列策略
5、将policy-map应用到相应的接口上即可。

回答2:

Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int f0/1
Switch(config-if)#speed
Switch(config-if)#speed ? (可以选择的端口速率如下!)
10 Force 10 Mbps operation
100 Force 100 Mbps operation
auto Enable AUTO speed configuration