From: Jeff Koh (jkoh.tt@hotmail.com)
Date: Sun Oct 14 2007 - 11:33:22 ART
Hi there,
class-map match-any DSCP-IN-Voice
match access-group name DSCP-IN-Voice
match ip dscp ef
match ip dscp 43
policy-map COS-IN
class DSCP-IN-Voice
set ip dscp ef
ip access-list extended DSCP-IN-Voice
deny ip any any
interface Vlan200
service-policy input COS-IN
in the class-map, the first match statement is infact deny any ip, my question is, does this condition match and it will move out of this class and set ip dscp ef?
Or it should never be matched since the access-list will only be matched for a permit statement else it wont? Since i have the match-any on the class-map it will go to the next statement? thanks!!
thanks!
jef
This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:14 ART