国产宅男网站在线|亚洲A级性爱免费视频|亚洲中精品级在线|午夜福利AA毛

  • <dd id="gf5jf"><th id="gf5jf"></th></dd>

    <cite id="gf5jf"><label id="gf5jf"></label></cite>
  • <div id="gf5jf"><listing id="gf5jf"></listing></div>
    學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識(shí) > 路由器 > 路由器設(shè)置 > cisco思科 > cisco2960交換機(jī)限速

    cisco2960交換機(jī)限速

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

    cisco2960交換機(jī)限速

      有網(wǎng)友這么問小編“cisco2960交換機(jī)怎么設(shè)置限速?”,學(xué)習(xí)啦小編在網(wǎng)上搜索了一些資料,供大家參考。

      cisco2960交換機(jī)限速命令

      方法一:接口下 命令:bandwitch 10000,對接口下帶寬設(shè)置為10M;

      方法二:access-list 10 permit 192.168.1.0//抓取流量,192.168.1.0為源地址的流量,使用permit any就是匹配所有流量

      class-map match-all 10M match access-group 10//匹配流量

      policy-map 10M

      class 10M

      police 10000000 312500 exceed-action drop//針對匹配到的流量進(jìn)行限速,速率為10M,后面的312500,是不允許超過的瞬時(shí)流量10M加這個(gè),超出流量的行為是drop。

      cisco2960交換機(jī)限速具體操作

      Switch# config t

      Switch(config)# access-list 1 per any

      Switch(config)# class-map match-all speed-limit

      Switch(config-cmap)# match access-group 1

      Switch(config-cmap)# exit

      Switch(config)# policy-map speed-limit

      Switch(config-pmap)# cla speed-limit

      Switch(config-pmap-c)#

      Switch(config-pmap-c)# trust dscp

      Switch(config-pmap-c)# police 10m 1000000 ex dr /限制帶寬為10m,突發(fā)流量為1m/

      Switch(config)#int fa 0/1

      Switch(config-if)#service-policy input speed-limit

      以上內(nèi)容來自互聯(lián)網(wǎng),希望您能喜歡。

    556417