class-map

From: akyccie (akyccie@gmail.com)
Date: Tue Jul 15 2008 - 14:36:16 ART


Q - Make sure all the traffic leaving fa0/0 set with IP Precedence 1 AND/OR
traffic from VLAN A destined to VLAN_B has guaranteed minimum bangwidth of
512K.

1. *match-all* keyword to perform a logical-AND of all matching statements
under this class map. All match criteria in the class map must be matched.

2. *match-any* keyword to perform a logical-OR of all matching statements
under this class map. One or more match criteria must be matched.

**AND**
class-map match-all Class1
 match access-group 100
 match input-interface FastEthernet0/0

**OR**
class-map match-any Class1
 match access-group 100
 match input-interface FastEthernet0/0

What is the meaning or AND/OR here ???



This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:55 ART