RE: QoS

From: cciestudy (cciestudy@mid-world.net)
Date: Wed Jul 02 2008 - 12:17:21 ART


Wouldn't this convert to the following?

class-map FTP
 match protocol ftp

policy-map MQC
 class FTP
  queue-limit 100
  bandwdith percent 72
 class class-default
  bandwidth percent 28

interface s0
 max-reserved-bandwidth 100
 service-policy output MQC

queue 1 4000 bytes 72%
default 1500 bytes 28%

                5500 total

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
2008ccie@live.com
Sent: Wednesday, July 02, 2008 6:01 AM
To: ccielab@groupstudy.com
Subject: QoS

Hi experts
Is it possible to convert a custom queueing to MQC?
!
queue-list 1 protocol ip 1 tcp ftp
!
queue-list 1 queue 1 byte-count 4000 limit 100
!
!
I have it configured as:
!
class-map FTP
match prot ftp
!
policy-map policy1
  class FTP
   bandwidth 4000
   queue-limit 100

Is this correct?

Can anyone correct me?

Advance thanks
Rahul



This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:53 ART