class-map command

From: maritpra@hotmail.com
Date: Mon May 07 2007 - 09:25:21 ART


Hello,

Below configuration has been tested on 3550 and I found strange thing. Any1 know what difference btw (see the class-map command, policy-map is the same)

class-map match-any ef_cs5
  match ip dscp cs5 ef
!
!
policy-map policy-1
  class ef_cs5
    police 1000000 31250 exceed-action drop

AND

class-map match-any ef_cs5
  match ip dscp ef
  match ip dscp cs5
!
!
policy-map policy-1
  class ef_cs5
    police 1000000 31250 exceed-action drop

The first 1 could be insert into f0/10 without problem but with the 2nd I got the following error.

08:32:03: %QOSMGR-4-CLASS_NOT_SUPPORTED: Classification is not supported in classmap ef_cs5
08:32:03: %QOSMGR-4-CLASS_NOT_SUPPORTED: Classification is not supported in classmap ef_cs5
08:32:03: %QOSMGR-4-CLASS_NOT_SUPPORTED: Classification is not supported in classmap ef_cs5

THANKS in advance.



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:20 ART