class-map type traffic
class-map type traffic
To create or modify a traffic class map, which is used for matching packets to a specified Intelligent
Services Gateway (ISG) traffic class, use the class-map type traffic command in global configuration
mode. To remove a traffic class map, use the no form of this command.
Syntax Description
match-any
class-map-name
Command Default
A traffic class map is not created.
Command Modes
Global configuration
Command History
Release
12.2(28)SB
12.4(20)MR
12.2(33)MRA
15.0(1)MR
Usage Guidelines
Use the class-map type traffic command to specify the name of the ISG traffic class for which you want
to create or modify traffic class map match criteria. Use of the class-map type traffic command enables
traffic class-map configuration mode, in which you can enter match commands to configure the match
criteria for this class. Packets are checked against the match criteria configured for a class map to
determine if the packet belongs to that traffic class.
ISG traffic classes allow subscriber session traffic to be subclassified so that ISG features can be applied
to constituent flows. Traffic policies, which define the handling of data packets, contain a traffic class
and one or more features.
Once a traffic class map has been defined, use the class type traffic command to associate the traffic
class map with a service policy map. A service can contain one traffic class, and the default class.
Examples
The following example shows the configuration of a traffic class map called "CLASS-ACL-101". The
class map is defined so that input traffic matching access list 101 will match the class. The traffic class
map is then referenced in service policy map "mp3".
class-map type traffic CLASS-ACL-101
match access-group input 101
!
Cisco MWR 2941 Router Command Reference, Release 15.0(1)MR
46
class-map type traffic match-any class-map-name
no class-map type traffic match-any class-map-name
Indicates that packets must meet one of the match criteria in order to be
considered a member of the class.
Name of the class map.
Modification
This command was introduced.
This command was integrated into Cisco IOS Release 12.4(20)MR.
This command was integrated into Cisco IOS Release 12.2(33)MRA.
This command was integrated into Cisco IOS Release 15.0(1)MR.
Cisco MWR 2941 Router Command Reference, Release 15.0(1)MR
OL-23890-01