[c-nsp] match ip precedence on mpls interface

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Fri Jun 10 10:26:00 EDT 2005


Tantsura, Jeff <> wrote on Friday, June 10, 2005 3:45 PM:

> Hi,
> 
> What would match policy-map matching on ip precedence on mpls enabled
> interface?

depends on platform, but on most platforms, it wouldn't match
mpls-encapsulated packets.
On c12000 E4+ and E6 linecards, it matches on both IP precedence and
MPLS-exp (due to a limitation in the hardware)..

So if you want to match on both IP precedence and MPLS-exp, just say

class-map match-any FOO
 match ip precedence 5
 match mpls exp 5

	oli



More information about the cisco-nsp mailing list