From: Usankin, Andrew (Andrew.Usankin@twtelecom.com)
Date: Wed Oct 24 2007 - 19:31:49 ART
Hi experts!
I have a question of what is the best way to do the following.
Say I need to mark all traffic coming from server port to CS5.
1.
mac access-list extended MATCH-ALL-LAYER2
permit any any
!
ip access-list extended MATCH-ALL-LAYER3
permit ip any any
!
class-map match-all L2-TRAFFIC
match access-group name MATCH-ALL-LAYER2
class-map match-all L3-TRAFFIC
match access-group name MATCH-ALL-LAYER3
!
!
policy-map SET-ALL-TRAFFIC-TO-5
class L2-TRAFFIC
set dscp cs5
class L3-TRAFFIC
set dscp cs5
Then just apply this policy on interface inbound.
2.
policy-map SET-ALL-TRAFFIC-TO-5
class class-default
set dscp cs5
Then again just apply this policy on interface inbound.
3.
interface fa0/0
no msl qos trust
mls qos cos 5
mls qos cos override
I'd realy appreciate any ideas on what I'm missing here. Thanks!
Andrew
The content contained in this electronic message is not intended to
constitute formation of a contract binding TWTC. TWTC will be
contractually bound only upon execution, by an authorized officer, of
a contract including agreed terms and conditions or by express
application of its tariffs.
This message is intended only for the use of the individual or entity
to which it is addressed. If the reader of this message is not the
intended recipient, or the employee or agent responsible for
delivering the message to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
message is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to
the sender of this E-Mail or by telephone.
This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:18 ART