From: marvin greenlee (marvin@ccbootcamp.com)
Date: Sun Mar 06 2005 - 14:58:09 GMT-3
Per the documentation, the match VLAN needs to come before the match
class-map in the class-map that is matching both.
Cisco - 3550 Configuration Guide - Configuring QoS - Classifying Traffic on
a Per-Port Per-VLAN Basis by Using Class Maps -
http://www.cisco.com/en/US/products/hw/switches/ps646/products_configuration
_guide_chapter09186a0080115928.html#xtocid32
Marvin Greenlee, CCIE#12237, CCSI# 30483
Network Learning Inc
marvin@ccbootcamp.com
www.ccbootcamp.com (Cisco Training)
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Jongsoo.Kim@Intelsat.com
Sent: Sunday, March 06, 2005 5:43 AM
To: ccielab@groupstudy.com
Subject: CAT CBWFQ using Per-Port Per-Vlan [bcc][faked-from]
Importance: Low
I am guessing this per-port per-vlan CBWFQ is to classify the traffic on
truck port not access port.
So if a question say "configure SW1 to set ip precedence = 5 on telnet
traffic from vlan 5( 5.5.5.0/24) and ip precedence = 3 on all other traffic
" and let's say SW1's f0/4 is access port for Vlan 5 and SW1 f0/23 is trunk
port to SW2,
I would config the following. I basically created two different policy-map
for access port and trunk port.
I appreciate if someone validate my config( I just type the config here not
a copy from cat)
SW1
access-list 100 permit 5.5.5.0 0.0.0.255 any eq telnet
class-map match-all vlan5-telnet
match access-group 100
class-map match-all vlan5-telnet-trunk
match class-map vlan5-telnet
match vlan 5
policy-map vlan5-telnet-access
class vlan5-telnet
set ip prec 5
class class-default
set ip prec 3
policy-map vlan5-telnet-trunk
class vlan5-telnet-trunk
set ip prec 5
class class-default
set ip prec 3
Int f0/4
sw mo access
sw acc vlan 5
service-policy input vlan5-telnet-access
Int f0/23
sw mo trunk
sw trunk encap isl
service-policy input vlan5-telnet-trunk
service-policy output vlan5-telnet-trunk
Thanks
Jongsoo
############################################################
Building on 40 Years of Leadership - As a global communications leader with
40 years of experience, Intelsat helps service providers,
broadcasters, corporations and governments deliver information and
entertainment anywhere in the world, instantly, securely and reliably.
############################################################
This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and
destroy all copies of the original message. Any views
expressed in this message are those of the individual
sender, except where the sender specifically states them
to be the views of Intelsat, Ltd. and its subsidiaries.
############################################################
This archive was generated by hypermail 2.1.4 : Sun Apr 03 2005 - 17:56:42 GMT-3