当前位置:中国飞客联盟文章中心黑客技术入侵检测 → QoS 配置基础

QoS 配置基础

减小字体 增大字体 作者:佚名  来源:不详  发布时间:2008-6-16 16:42:26
 All other IP traffic is assigned to the normal-priority queue. Y3E海岸线网络安全资讯站
  All other traffic is assigned to the low-priority queue (as default) Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  Below is the configuration: Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  priority-list 2 protocol ip high tcp 23 Y3E海岸线网络安全资讯站
  priority-list 2 protocol ip high list 1 Y3E海岸线网络安全资讯站
  priority-list 2 protocol interface ethernet 0 medium Y3E海岸线网络安全资讯站
  priority-list 2 protocol ip normal Y3E海岸线网络安全资讯站
  priority-list 2 queue-limit 15 20 20 30 Y3E海岸线网络安全资讯站
  ! Y3E海岸线网络安全资讯站
  access-list 1 permit 131.108.0.0 0.0.255.255 Y3E海岸线网络安全资讯站
  ! Y3E海岸线网络安全资讯站
  interface serial 0 Y3E海岸线网络安全资讯站
  priority-group 2 Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  You can change the default number of packets in each queue by using the Y3E海岸线网络安全资讯站
  following command: Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  Priority-list list-number queue-limit high-limit medium-limit normal- Y3E海岸线网络安全资讯站
  limit low-limit Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  This is not recommended!!!!! Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  Custom Queuing (CQ) Y3E海岸线网络安全资讯站
  CQ provides the same type of classification of packets as PQ with 16 Y3E海岸线网络安全资讯站
  queues instead of four. In addition, CQ allows the number of bytes to Y3E海岸线网络安全资讯站
  be specified for forwarding each time the queue is serviced. The queues Y3E海岸线网络安全资讯站
  are serviced in a round-robin fashion. By servicing each queue in a Y3E海岸线网络安全资讯站
  round-robin fashion, CQ ensures that no application receives more than Y3E海岸线网络安全资讯站
  a predetermined amount of overall bandwidth. Let's say you want to do Y3E海岸线网络安全资讯站
  the following for traffic being forwarded out interface serial 0. Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  Traffic from E0 is assigned to queue 1. Y3E海岸线网络安全资讯站
  IP traffic is sent to queue 2. Y3E海岸线网络安全资讯站
  IPX traffic goes to queue 3. Y3E海岸线网络安全资讯站
  AppleTalk traffic goes to queue 4 Y3E海岸线网络安全资讯站
  Queue 5 is the default queue. Traffic that is not from E0 or is not Y3E海岸线网络安全资讯站
  IP-, IPX- or AppleTalk-based is sent to this queue. Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  The configuration would be as follows: Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  queue-list 1 interface E0 1 Y3E海岸线网络安全资讯站
  queue-list 1 protocol ip 2 Y3E海岸线网络安全资讯站
  queue-list 1 protocol ipx 3 Y3E海岸线网络安全资讯站
  queue-list 1 protocol appletalk 4 Y3E海岸线网络安全资讯站
  queue-list 1 default 5 Y3E海岸线网络安全资讯站
  ! Y3E海岸线网络安全资讯站
  Interface serial 0 Y3E海岸线网络安全资讯站
  custom-queue-list 1 Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  CQ allows for granularity on the number of packets in any queue and the Y3E海岸线网络安全资讯站
  number of bytes delivered from a queue. This is done by using the Y3E海岸线网络安全资讯站
  following commands: Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  queue-list 1 queue 10 limit 40 (limit number of packets) Y3E海岸线网络安全资讯站
  queue-list 1 queue 10 byte-count 1400 (set byte count) Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  In addition, access lists can be used to identify what applications are Y3E海岸线网络安全资讯站
  serviced by each queue. Instead of just configuring IP in queue 2 you Y3E海岸线网络安全资讯站
  could add a protocol number or access list to the queue list command. Y3E海岸线网络安全资讯站
  For example: Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  queue-list 1 protocol ip 2 TCP 23 (TCP) OR Y3E海岸线网络安全资讯站
  queue-list 1 protocol ip 2 list 10 (where 10 is an access list defining Y3E海岸线网络安全资讯站
  certain traffic types) Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  More Congestion Management Techniques Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  The last three types of congestion management techniques are presented Y3E海岸线网络安全资讯站
  separately as they utilize enhancements and combinations of the Y3E海岸线网络安全资讯站
  previous queuing techniques. The following queuing techniques are used Y3E海岸线网络安全资讯站
  primarily in IP telephony environments as they have the ability to give Y3E海岸线网络安全资讯站
  more granular prioritization to voice traffic. Y3E海岸线网络安全资讯站
  Y3E海岸线网络安全资讯站
  Class Based Weighted Fair Queuing (CBWFQ) Y3E海岸线网络安全资讯站
  CBWFQ extends WFQ to provide user-defined classes using match criteria. Y3E海岸线网络安全资讯站
  Queues are reserved for each class, and characteristics are assigned to Y3E海岸线网络安全资讯站
  each queue. The characteristics include bandwidth, weight and queue Y3E海岸线网络安全资讯站
 

上一页  [1] [2] [3]  下一页