亚洲高清vr播放在线观看,欧美亚洲精品免费,欧美日韩天堂在线视频,午夜福利小视频

      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識(shí) > 路由器 > 路由器設(shè)置 > cisco思科 > cisco路由器qos限速

      cisco路由器qos限速

      時(shí)間: 春健736 分享

      cisco路由器qos限速

        思科(Cisco)路由器是一個(gè)集成多業(yè)務(wù)路由器,福利綜合服務(wù)網(wǎng)絡(luò)路由器,以及獲得回報(bào)的網(wǎng)絡(luò)路由器。cisco路由器qos怎么設(shè)置限速??有網(wǎng)友提到自己不會(huì)設(shè)置思科的設(shè)備,該怎么辦?學(xué)習(xí)啦小編在網(wǎng)上找了一些教程及命令,需要的朋友可以參考下。

        cisco路由器qos設(shè)置限速命令如下:

        Router(config)#access-list 2 permit host 192.168.1.100

        Router(config)#class-map test

        Router(config-cmap)#match access-group 2

        Router(config-cmap)#exit

        Router(config)#policy-map test01

        Router(config-pmap)#class test

        Router(config-pmap-c)#police 9000 9000 180000 conform-action transmit exceed-action drop

        Router(config)#int f0/1

        Router(config-if)#service-policy input test01

        限制前效果。

        限制后效果。

        看,網(wǎng)速就從1.04MB/S直接下降到1.57KB/S。

        以上內(nèi)容來(lái)自互聯(lián)網(wǎng),希望對(duì)大家有所幫助。

      554217