cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
0
Helpful
2
Replies

Catalyst 6524: Class-based Marking does not work on input

rogelioalvez
Level 1
Level 1

Hello everybody, given the following piece of configuration on a Catalyst ME6524

interface vlan 100

ip address xxxxx mmmmm

service-policy input mark-packets

policy-map mark-packets

class quarantine

set precedence 1

class class-default

set precedence 0

I see that packets entering the switch on vlan100 and matching the "quarantine" criteria are not being marked by the switch.

However, the switch do mark the packets if the same policy is applied on "output" mode on the vlan interface that is used by packets to exit the switch.

I read about policers, internal mappings, and port/vlan-based qos, but I still am confused.

¿Could anyone give a quick hint on what I am doing wrong?

Any help will be greatly appreaciated.

Regards, Rogelio

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Rogelio,

documentation confirms your findings:

You can attach policy maps to Layer 3 interfaces for application of PFC QoS to egress traffic

see

http://www.cisco.com/en/US/docs/switches/metro/me6500/software/12.2_18_ZU/configuration/guide/qos.html#wp1345480

a command is needed in L2 lan port

mls qos vlan-based

Hope to help

Giuseppe

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Rogelio,

documentation confirms your findings:

You can attach policy maps to Layer 3 interfaces for application of PFC QoS to egress traffic

see

http://www.cisco.com/en/US/docs/switches/metro/me6500/software/12.2_18_ZU/configuration/guide/qos.html#wp1345480

a command is needed in L2 lan port

mls qos vlan-based

Hope to help

Giuseppe

Hi Giuseppe!

Your recomendation (mls qos vlan-based) made the magic :o)

When you try to "export" your router knowledge to these boxes, everything starts to complicate :o)

Thank you very much for your help

regards, Rogelio