cisco基于每個ip限速
思科cisco路由交換是所有設備中小編覺得最難的。不少網友都不知道cisco基于每個ip怎么進行限速。其實步驟并不難,下面學習啦小編給大家介紹一下具體操作辦法,供大家參考!
cisco基于每個ip限速設置
基于網段進行地址限速通過基于網段的CAR規(guī)則可以限制整個網段內每臺主機的速率或者是整個網段的速率,也可以對某一IP地址范圍內的每臺主機的速率或者整個網段的速率進行限制。
5.10.1 對整個網段的速率進行限制
#qos carl 1 source-ip-address subnet 192.168.1.1 24
cisco#interface GigabitEthernet 1/0
[cisco-GigabitEthernet1/0]qos car inbound carl 1 cir 10000000 cbs 10000000 ebs 0 green pass red discard
5.10.2 對整個網段的每個IP的速率進行限制
cisco#qos carl 1 source-ip-address subnet 192.168.1.1 24 per-address
cisco#interface GigabitEthernet 1/0
[cisco-GigabitEthernet1/0]qos car inbound carl 1 cir 10000000 cbs 10000000 ebs 0 green pass red discard
5.10.3 對某一IP地址范圍內的速率進行限制
cisco#qos carl 1 source-ip-address range 192.168.1.10 to 192.168.1.20
cisco#interface GigabitEthernet 1/0
[cisco-GigabitEthernet1/0]qos car inbound carl 1 cir 10000000 cbs 10000000 ebs 0 green pass red discard
5.10.4 對某一IP地址范圍內每個IP的速率進行限制
cisco#qos carl 1 source-ip-address range 192.168.1.10 to 192.168.1.20 per-address
cisco#interface GigabitEthernet 1/0
[cisco-GigabitEthernet1/0]qos car inbound carl 1 cir 10000000 cbs 10000000 ebs 0 green pass red discard
學習啦小編分享了cisco基于每個ip限速設置的解決方法。希望大家喜歡。