38-42
Cisco IE 2000 Switch Software Configuration Guide
OL-25866-01
Chapter 38 Configuring Standard QoS
How to Configure Standard QoS
Creating Hierarchical Policy Maps
Step 8 end Returns to global configuration mode.
Step 9 interface interface-id Specifies the port to attach to the policy map, and enters interface
configuration mode.
Valid interfaces include physical ports.
Step 10 service-policy input policy-map-name Specifies the policy-map name, and applies it to an ingress port.
Only one policy map per ingress port is supported.
Step 11 end Returns to privileged EXEC mode.
Command Purpose
Step 1 configure terminal Enters global configuration mode.
Step 2 class-map [match-all | match-any]
class-map-name
Creates a VLAN-level class map, and enter 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 3 match {access-group acl-index-or-name |
ip dscp dscp-list | ip precedence
ip-precedence-list}
Defines the match criterion to classify traffic.
By default, no match criterion is defined.
Only one match criterion per class map is supported, and only one ACL
per class map is supported.
access-group acl-index-or-name—Specifies the number or name
of the ACL.
ip dscp dscp-list—Enters a list of up to eight IP DSCP values to
match against incoming packets. Separate each value with a space.
The range is 0 to 63.
ip precedence ip-precedence-list—Enters a list of up to eight
IP-precedence values to match against incoming packets. Separate
each value with a space. The range is 0 to 7.
Step 4 end Returns to global configuration mode.
Command Purpose