Consolidated Platform Configuration Guide, Cisco Ios Release 15.2(4)E (Catalyst 2960-X Switches - Cisco Catalyst 2960 series Configuration Manual

Consolidated platform configuration guide, ios release 15.2(4)e
Hide thumbs Also See for Catalyst 2960 series:
Table of Contents

Advertisement

How to Configure QoS
Command or Action
Step 3
match protocol [ip | ipv6]
Example:
Switch(config-cmap)# match protocol
ip
Step 4
match {ip dscp dscp-list | ip precedence
ip-precedence-list}
Example:
Switch(config-cmap)# match ip dscp
10
Step 5
end
Example:
Switch(config-cmap)# end
Step 6
show class-map
Example:
Switch# show class-map
Step 7
copy running-config startup-config
Example:
Switch# copy-running-config
startup-config
Related Topics
Examples: Classifying Traffic by Using Class Maps, on page 632

Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)

596
Purpose
(Optional) Specifies the IP protocol to which the class map applies:
• Use the argument ip to specify IPv4 traffic and ipv6 to specify IPv6
traffic.
• When you use the match protocol command, only the match-all
keyword is supported for the class-map command.
Defines the match criterion to classify traffic.
By default, no match criterion is defined.
• For ip dscp dscp-list, enter 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.
• For ip precedence ip-precedence-list, enter 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.
To remove a match criterion, use the no match {access-group
Note
acl-index-or-name | ip dscp | ip precedence} class-map
configuration command.
Returns to privileged EXEC mode.
Verifies your entries.
(Optional) Saves your entries in the configuration file.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents