Classification and Marking -Create a Class-Map for Each Interesting Traffic Grouping

Classification and Marking

The tasks to classify traffic are

STEP 1.
STEP 2.

Step 1: Create a Class-Map for Each Interesting Traffic Grouping

Router(config)# class-map match-any MAPNAME Creates a class-map MAPNAME using Logical-OR for all matching statements.
OR
Router(config)# class-map match-all MAPNAME Creates a class-map MAPNAME using Logical-AND for all matching statements.


Note

If neither match-all nor match-any are specified in the class-map command, the default match-all is used.