From: ccie2be (ccie2be@nyc.rr.com)
Date: Wed Jan 12 2005 - 19:57:43 GMT-3
Hi guys,
Problem:
Convert the legacy custom queue config to MQC.
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:
class-map match-all TELNET
match protocol telnet
class-map match-all FTP
match protocol ftp
class-map match-all WWW
match protocol http
!
policy-map MQC
class WWW
bandwidth remaining percent 58
queue-limit 30
class FTP
bandwidth remaining percent 35
class TELNET
bandwidth remaining percent 6
Question:
Is my solution which is different from that shown in the IE SG equally
correct?
I think my solution is better and simpler, assuming it's correct, because it
doesn't require
you to know that, by default, custom queueing reserves 1500 Bps for the
default queue and it doesn't require
you to change the max-reserved-bandwidth on the output interface.
What do you guys think?
Tim
This archive was generated by hypermail 2.1.4 : Wed Feb 02 2005 - 22:10:22 GMT-3