Match-all vs match-any

From: Radioactive Frog (pbhatkoti@gmail.com)
Date: Sun May 25 2008 - 09:22:51 ART


*Example#1
*Class-map *match-all* test1
 match ip dscp CS3
 match ip dscp AF31

result# the test1 class - must match CS3+AF31, otherwise this class will
not work.

*Example#2
*Class-map *match-any* test1
 match ip dscp CS3
 match ip dscp AF31

result# the test1 class will can match either CS3 or AF31

*Example#3
*Class-map *match-all* test1
 match ip dscp CS3 AF31

result# the test1 class will can match either CS3 or AF31

According to my understanding Example 2 and example 3 are the same.

Am I right?

-Frog



This archive was generated by hypermail 2.1.4 : Mon Jun 02 2008 - 06:59:18 ART