From: steven richards (ccie_2005@hotmail.com)
Date: Sun Nov 13 2005 - 21:43:33 GMT-3
I am trying to see if I have marking traffic per port on a switch with
DSCP or IP precedence down.
In the below example I am trying to match any traffic inbound on a given
port with the ip precedence value 1. If I where to try and mark all traffic
with a DSCP value I suppose I would just change the set ip prec with set ip
dscp. To change up the sinario if I had multiple ports that belonged to a
VLAN and I wanted to mark all traffic in that Vlan with an ip prec value
would the best way be to create the class-map and policy-map like below and
then assign the service policy inbound on all ports in this Vlan ?
Thanks,
class-map match-all MATCH_VLAN
match any
!
!
policy-map SET_IP_PREC
class MATCH_VLAN
set ip precedence 1
interface GigabitEthernet1/0/11
no ip address
service-policy input SET_IP_PREC
mdix auto
This archive was generated by hypermail 2.1.4 : Thu Dec 01 2005 - 09:12:06 GMT-3