From: omair naim (omairnaim1@hotmail.com)
Date: Thu Mar 27 2008 - 09:56:08 ART
Guys,
Did anyone of you came up with this solution, it is required to convert custom
queue to MQC.
interface ethernet 0/1
custome-queue-list 1
queue-list 1 protocol ip 1 tcp www
queue-list 1 protocol ip 2 tcp ftp
queue-list 1 protocol ip 2 tcp ftp-data
queue-list 1 protocol ip 3 tcp telnet
queue-list 1 default 4
queue-list 1 queue 1 byte-count 5000 limit 30
queue-list 1 queue 2 byte-count 3000
queue-list 1 queue 3 byte-count 500
My solution was:
total byte count = 5000+3000+500 = 8500
queue 1 = (5000/8500)*(75% of E0/0) = 4.4Mbps
queue 2 = (3000/8500)*(75% of E0/0) = 2.6Mpbs
queue 3 = (500/8500)*(75% of E0/0) = 0.4Mbps
queue 4 = Default fair queue
Rather than using percentage command as per IE solution, I used above
bandwidth for the cooresponding matches of traffic in MQC. Please let me know
if this solution can be considered ok to get the points for the task. I am
using following formula as per DOC cd in order to calculate how much data rate
these custom queues would chew up.
The bandwidth that a custom queue will receive is given by the following
formula:
(queue byte count / total byte count of all queues) * bandwidth capacity of
the interface
This archive was generated by hypermail 2.1.4 : Tue Apr 01 2008 - 07:53:54 ART