cisco交換機限速
思科路由器是世界聞名的通訊設(shè)備之一了,有不少用戶不知道cisco交換機怎么限速?學習啦小編為大家分享了具體操作方法,供大家參考!
cisco交換機限速參考以下命令:
登錄交換機
telnet 192.168.145.x
4.2
啟用全局QOS
mxxxxx3750(config)#mls qos
mxxxxx3750(config)#ip access-list extended acl145-to-134
mxxxxx3750(config-ext-nacl)#permit ip host 192.168.145.12 host 192.168.134.12
mxxxxx3750(config)#class-map map145-to-134
mxxxxx3750(config-cmap)#match access-group name acl145-to-134
mxxxxx3750(config)#policy-map map145-to-134
mxxxxx3750(config-pmap)#class map145-to-134
mxxxxx3750(config-pmap-c)#trust dscp
mxxxxx3750(config-pmap-c)#police 10000000 1000000 exceed-action drop
interface GigabitEthernet1/0/25
mxxxx3750(config-if)#service-policy input map145-to-134
25口是光纖口,是2960等二層交換機連3750的trunk口,所以要在此端口作控制
4.3
應(yīng)用qos后,情況見下圖,從圖上的參數(shù)看,傳輸速度為1.13MB每秒,基本上等于QOS作的10MB每秒的控制。
4.4
那,應(yīng)用QOS后,是不是對192.168.145.12這臺電腦訪問其它網(wǎng)段產(chǎn)生影響呢,我們再從145.12向其它網(wǎng)段的服務(wù)器拷同樣的視頻,看看效果。從下圖分析,平均速度為2.68MB每秒,以數(shù)據(jù)說話,沒有影響。
4.5
那,作了QOS后,從相反方向拷數(shù)據(jù),有沒有影響呢,我們反過來拷一個視頻,從134.12向145.12,拷視頻,從下圖看,平均速度為3.27MB每秒,沒有影響。大家想想,這是什么原因造成的,是因為數(shù)據(jù)有入,出兩個方向,我剛才只作了入方向的QOS,沒有作出方向的QOS,所以134段往145段的數(shù)據(jù)不受本次QOS影響,如果要達到雙向控制,可以再定義一個ACL,在25接口的出方向作控制,具體操作留給大家作實驗。
提醒:qos不能作在vlan接口里
mxxxxx3750(config)#int vlan 145
mxxxxx3750(config-if)#service-policy input map145-to-134
%QoS: policy-map with police action at parent level not supported on Vlan145 interface.
%QoS: policy-map with police action at parent level not supported on Vlan145 interface.
%QoS: policy-map with police action at parent level not supported on Vlan145 interface.
%QoS: policy-map with police action at parent level not supported on Vlan145 interface.
學習啦小編分享了cisco交換機怎么限速的方法,希望大家喜歡。
cisco交換機限速
上一篇:cisco路由器怎么限速
下一篇:思科ACE升級冗余如何配置