3Com 10014299 Network Router User Manual


 
Congestion Management Configuration Examples 693
Congestion
Management
Configuration
Examples
PQ Configuration
Example
1 Define 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
2 Define one policy for the group 1 of the priority queue: The IP packet that meets
the acl-number value being 1 is inputted into the queue with the priority level of
top.
[Router] qos pql 1 protocol ip acl 1 queue top
3 Set 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
4 Apply the priority queue 1 to Serial 0.
[Router-Serial0] qos pq pql 1
5 One 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
6 Apply the priority queue 2 to Serial 1.
[Router-Serial0] qos pq pql 2
CQ Configuration
Example
Establish two parallel Tunnel channels (encapsulated GRE) that correspond to the
same physical line in WAN. The proportional allocation of the physical line
bandwidth should be implemented for the services on both tunnels.