Verifying The Classification Configuration - Cisco Nexus 5000 NX-OS Service Configuration Manual

Quality of service configuration guide, release 5.1 3 n2 1
Table of Contents

Advertisement

Verifying the Classification Configuration

Step 3
Step 4
This example shows how to classify traffic by matching packets based on existing ACLs:
switch# configure terminal
switch(config)# class-map type qos class_acl
switch(config-cmap-qos)# match access-group name acl-01
Use the show class-map command to display the ACL class-map configuration:
switch# show class-map class_acl
Verifying the Classification Configuration
Use one of the following commands to verify the configuration:
Command
show class-map
show policy-map [name]
running-config ipqos
startup-config ipqos
Cisco Nexus 5000 NX-OS Quality of Service Configuration Guide, Release 5.1(3)N2(1)
16
Command or Action
switch(config-cmap-qos)# match
access-group name acl-name
switch(config-cmap-qos)# no match
access-group name acl-name
Purpose
Configures a traffic class by matching packets based on
the acl-name. The permit and deny ACL keywords are
ignored in the matching.
You can only define a single ACL in a class map.
Note
You cannot add any other match criteria to a class
with a match access-group defined.
(Optional)
Removes the match from the traffic class.
Purpose
Displays the class maps defined on the switch.
Displays the policy maps defined on the switch.
Optionally, you can display the named policy only.
Displays information about the running configuration
for QoS.
Displays information about the startup configuration
for QoS.
Configuring Classification
OL-26657-01

Advertisement

Table of Contents
loading

Table of Contents