Cisco Catalyst 4500 Series Command Reference Manual page 154

Cisco ios command reference
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

class-map
Examples
This example shows how to configure the class map called class1 with one match criterion, which is an
access list called 103:
Switch# configure terminal
Switch(config)# access-list 103 permit any any dscp 10
Switch(config)# class-map class1
Switch(config-cmap)# match access-group 103
Switch(config-cmap)# exit
Switch#
This example shows how to delete the class1 class map:
Switch# configure terminal
Switch(config)# no class-map class1
Switch#
You can verify your settings by entering the show class-map privileged EXEC command.
Related Commands
Command
class
match (class-map
configuration)
policy-map
show class-map
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release IOS XE 3.3.0SG and IOS 15.1(1)SG)
2-96
Chapter 2
Cisco IOS Commands for the Catalyst 4500 Series Switches
Description
Specifies the name of the class whose traffic policy you want to
create or change.
Defines the match criteria for a class map.
Creates a policy map that can be attached to multiple ports to
specify a service policy and to enter policy-map configuration
mode.
Displays class map information.
OL-25342 -01

Advertisement

Table of Contents
loading

Table of Contents