From: Scott Morris (swm@emanon.com)
Date: Sun Oct 14 2007 - 15:16:32 ART
Well, a couple things....
A deny in that case won't kill packets, it will simply mean the packet
doesn't match that particular clause. Since the class is a "match-any" then
it won't matter, but that begs the question of course about why you have it.
:)
So yes, you must permit to match a clause there, otherwise, you'll go to the
next class and eventually to class class-default.
HTH,
i
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of Jeff
Koh
Sent: Sunday, October 14, 2007 10:33 AM
To: ccielab@groupstudy.com
Subject: Re: Question on QoS
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