38-43
Cisco IE 2000 Switch Software Configuration Guide
OL-25866-01
Chapter 38 Configuring Standard QoS
How to Configure Standard QoS
Step 5 class-map [match-all | match-any]
class-map-name
Creates an interface-level class map, and enters class-map
configuration mode.
By default, no class maps are defined.
(Optional) match-all—Performs a logical-AND of all matching
statements under this class map. All match criteria in the class map
must be matched.
(Optional) match-any—Performs a logical-OR of all matching
statements under this class map. One or more match criteria must
be matched.
class-map-name—Specifies the name of the class map.
If neither the match-all or match-any keyword is specified, the default
is match-all.
Note Because only one match command per class map is supported,
the match-all and match-any keywords function the same.
Step 6 match input-interface interface-id-list Specifies the physical ports on which the interface-level class map acts.
You can specify up to six ports as follows:
A single port (counts as one entry)
A list of ports separated by a space (each port counts as an entry)
A range of ports separated by a hyphen (counts as two entries)
This command can only be used in the child-level policy map and m ust
be the only match condition in the child-level policy map.
Step 7 end Returns to global configuration mode.
Step 8 policy-map policy-map-name Creates an interface-level policy map by entering the policy-map name,
and enter policy-map configuration mode.
By default, no policy maps are defined, and no policing is performed.
Step 9 class-map class-map-name Defines an interface-level traffic classification, and enters policy-map
configuration mode.
By default, no policy-map class-maps are defined.
If a traffic class has already been defined by using the class-map global
configuration command, specify its name for class-map-name in this
command.
Command Purpose