DGS-6604
m
show class-map
CLI Reference Guide
584
show class-map
Use this command to display the class map configuration.
show class-map [
NAME
]
Default
None
Command Mode
User EXEC or any configuration mode
Usage Guideline
The user can use the
show class-map
command to display all class maps and
their matching criteria. If the optional
NAME
argument is entered, the specified
class map and its matching criteria will be displayed.
Example
In the following example, two class maps are defined. Packets that match access
list acl_home_user belong to class c3, IP packets belong to class c2. The output
from the show class-map command shows the default class, class-default and
two defined class maps.
Syntax Description
NAME
(Optional) Name of the class map. The class map name can be a maximum of
32 alphanumeric characters.
Switch# show class-map
Class Map match-any c2
match protocol ip
Class Map match-any c3
match access-list acl_home_user
Total Entries: 2
Switch#