Cisco QOS之CBWFQ
? 配置實例:
一家公司需求;HTTP流量保障256Kbps帶寬,FTP流量保證512Kbps帶寬,禁止BT流量.
CBWFQ(config)#
CBWFQ(config)#class-map?class_HTTP?? //定義一個匹配HTTP的類//
CBWFQ(config-cmap)#match protocol http
CBWFQ(config)#
CBWFQ(config)#class-map?class_FTP
CBWFQ(config-cmap)#match protocol ftp
CBWFQ(config)#
CBWFQ(config)#class-map?class_BT
CBWFQ(config-cmap)#match protocol bittorrent
CBWFQ(config)#
CBWFQ(config)#policy-map?CBWFQ?? //定義策略,調用類class//
CBWFQ(config-pmap)#class class_HTTP
CBWFQ(config-pmap-c)#bandwidth 256
CBWFQ(config-pmap)#
CBWFQ(config-pmap)#class class_FTP
CBWFQ(config-pmap-c)#bandwidth 512
CBWFQ(config-pmap)#
CBWFQ(config-pmap)#class class_BT
CBWFQ(config-pmap-c)#drop
CBWFQ(config-pmap)#
CBWFQ(config-pmap)#class class-default
CBWFQ(config-pmap-c)#fair-queue??//網絡中剩下的流量除了HTTP,FTP之使用WFQ放到fair-queue中了//
CBWFQ(config)#
CBWFQ#
CBWFQ(config)#int s0/0
CBWFQ(config-if)#service-policy output?CBWFQ
轉載于:https://blog.51cto.com/104251/987088
總結
以上是生活随笔為你收集整理的Cisco QOS之CBWFQ的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: OSPF中DR和BDR作用简述
- 下一篇: 话里话外:实现信息化综合集成需要经历的五