cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2129
Views
0
Helpful
6
Replies

Empty ACL referring to class-map

Heinz Kern
Level 1
Level 1

i´m not able to test at the moment.

what does this command do

policy-map TEST

class TEST

set ip dscp ef

class-map match-all TEST

match access-group name TEST

ip access-list extended TEST

the ACL doesn´t have an entry. does the ACL hit every traffic meaning that every traffic is marked with EF? or isn´t there any hit at all?

6 Replies 6

Abzal
Level 7
Level 7

Hi,

I believe if packet does not match to any defined class in policy-map it will match to class-default. In your situation it means that packets will not match to class TEST because there is no ACL configured and as result will not be marked with EF.

Hope it will help.

Best regards,
Abzal

Best regards,
Abzal