Related Topics
Classifying, Policing, and Marking Traffic on Physical Ports by Using Policy Maps, on page 597
Classifying, Policing, and Marking Traffic on SVIs by Using Hierarchical Policy Maps
Examples: Classifying Traffic by Using Class Maps, on page 632
Classifying Traffic by Using Class Maps and Filtering IPv6 Traffic
IPv6 QoS is not supported on switches running the LAN base feature set.Note
To apply the primary match criteria to only IPv4 traffic, use the match protocol command with the ip keyword.
To apply the primary match criteria to only IPv6 traffic, use the match protocol command with the ipv6
keyword.
SUMMARY STEPS
1.
configure terminal
2.
class-map {match-all} class-map-name
3.
match protocol [ip | ipv6]
4.
match {ip dscp dscp-list | ip precedence ip-precedence-list}
5.
end
6.
show class-map
7.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Creates a class map, and enters class-map configuration mode.
class-map {match-all} class-map-name
Step 2
Example:
Switch(config)# class-map cm-1
By default, no class maps are defined.
When you use the match protocol command, only the match-all keyword
is supported.
•
For class-map-name, specify the name of the class map.
If neither the match-all or match-any keyword is specified, the default is
match-all.
To delete an existing class map, use the no class-map [match-all
| match-any] class-map-name global configuration command.
Note
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
595
How to Configure QoS