The VLAN200 in "class-map match-all VLAN200" is just specifying the
class-map-name.  From the IOS docs: "Name of the class for the class map.
The class name is used for both the class map and to configure policy for
the class in the policy map."  I believe you would use service-policy to
attach it to a VLAN interface.  You don't need "match-all" as you only have
one match statement in the class-map.

class-map match-all VLAN200
      Match access-group 103
policy-map VLAN200-policy
      class VLAN200
               priority percent 75
      class class-default
               fair-queue

The above should set the minimum guaranteed bandwidth (Percent "Specifies
that the amount of guaranteed bandwidth will be specified by the percent of
available bandwidth") IF the traffic matches ACL 103, and if it does not
match then it will default to the "class-default" and fall into using 256
dynamic queues (assuming the interface was > 512Kbps bandwidth).

It's all in the IOS documentation.

Fred Reimer - CCNA


Eclipsys Corporation, 200 Ashford Center North, Atlanta, GA 30338
Phone: 404-847-5177  Cell: 770-490-3071  Pager: 888-260-2050


NOTICE; This email contains confidential or proprietary information which
may be legally privileged. It is intended only for the named recipient(s).
If an addressing or transmission error has misdirected the email, please
notify the author by replying to this message. If you are not the named
recipient, you are not authorized to use, disclose, distribute, copy, print
or rely on this email, and should immediately delete it from your computer.


-----Original Message-----
From: Coy, Jason (Jason) [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 19, 2003 9:58 PM
To: [EMAIL PROTECTED]
Subject: class-map, access-lists, access-groups, and policy maps [7:72643]

I have been looking for a simple explanation as to how the three relate
and their dependencies.  Example configuration from a show run:

class-map match-all VLAN200
      Match access-group 103

Does the above subject all VLAN200 traffic to access group 103?
Is that access group associated with the access-list?

policy-map VLAN200-policy
      class VLAN200
               priority percent 75
      class class-default
               fair-queue

What does the above do, allocate a maximum bandwidth, or set a priority
queuing?
I have been looking for a good reference to QoS policy's and how to
determine what the router has set.  Any recommendations?
Jason Coy
Field Assistance Support Team, Chicago
708-233-4274 Office
888-461-1323 Pager
708-975-4274 Cell

[GroupStudy removed an attachment of type image/gif which had a name of
image001.gif]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=72661&t=72661
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to