RE: packet size in MQC

From: Chris Lewis \(chrlewis\) (chrlewis@cisco.com)
Date: Sun Jun 19 2005 - 22:30:54 GMT-3


The exact wording is important.

If for example it says for FTP packets of length 1024, assign 10%
bandwdith, you could do the following:

!
class-map match-all FTP-1024
 match packet length min 1024 max 1024
 match protocol ftp
!
!
policy-map FTP-LENGTH
 class FTP-1024
  bandwidth percent 10
!

The important point here is to specify the match-all, rather than
match-any in the class-map. The match-all menas that a packet must be an
FTP packet AND 1024 in length, whereas the match-any option would match
against any FTP or any packet of length 1024. You can then apply the
service-policy for FTP-LENGTH wherever you want.

HTH

Chris

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Sheikh Rahman
Sent: Sunday, June 19, 2005 10:45 AM
To: ccielab@groupstudy.com
Subject: packet size in MQC

Hi all
 
 
If a question ask assign ftp traffic to 10% of bandwidth and data size
1024 byte.
 
Is there any policy map command that can limit packet size with the
bandwidth percentage.
 
Thanks
 
Haf

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the
system manager.

Although Dimension Data has taken reasonable precautions to ensure no
viruses are present in this email, the company cannot accept
responsibility for any loss or damage arising from the use of this email
or attachments.

www.uk.didata.com
**********************************************************************



This archive was generated by hypermail 2.1.4 : Wed Jul 06 2005 - 14:43:41 GMT-3