Congestion Management Configuration Examples 693

Congestion

Management

Configuration

Examples

PQ Configuration

Example

1Define the access control table, and allow the packets from 10.10.0.0 network segment to pass through.

[Router]acl 1

[Router-acl-1]rule permit source 10.10.0.0

2Define one policy for the group 1 of the priority queue: The IP packet that meets the acl-numbervalue being 1 is inputted into the queue with the priority level of top.

[Router] qos pql 1 protocol ip acl 1 queue top

3Set the length of the group 1 top queue of the priority queue to 10, while the lengths of other queues utilize the default values.

[Router] qos pql 1 queue top queue-length 10

4Apply the priority queue 1 to Serial 0.

[Router-Serial0] qos pq pql 1

5One policy is defined for the group 2 of the priority queue, so that all the IP packets from the Serial 1 interface are inputted into the queue with the priority level of middle.

[Router] qos pql 2 inbound-interface serial 0 queue middle

6Apply the priority queue 2 to Serial 1.

[Router-Serial0] qos pq pql 2

CQ Configuration Establish two parallel Tunnel channels (encapsulated GRE) that correspond to the Example same physical line in WAN. The proportional allocation of the physical line

bandwidth should be implemented for the services on both tunnels.

Page 697
Image 697
3Com 10014299 Congestion Management Configuration Examples, PQ Configuration Example, Apply the priority queue 1 to Serial