class-map selection within policy-map

From: The Great Ryan (pv.ryan@gmail.com)
Date: Thu Oct 27 2005 - 14:08:27 GMT-3


Hi Group,

If there are similar class-map within policy-map, is there any rule to
select the class-map ? Is there any sequence number to trace ? like
route-map ?

For example. the following condition contains some overlapping
condition either A or B -> police 64k
condition both A and B -> minimum bandwidth 128K

class-map match-any AorB
 match A
 match B
class-map match-all AandB
 match A
 match B
policy-map qos
 class AorB
  police 64000
 class AandB
  bandwidth 128

=====================
Case 2
condition A and/or B -> police 64k

class-map match-any AB
 match A
 match B
policy-map qos
 class AB
  police 64000

Is the above class-map match "A and/or B" condition ?

Thanks
Ryan



This archive was generated by hypermail 2.1.4 : Sun Nov 06 2005 - 22:00:54 GMT-3