4-27
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 4 Configuring Class Maps and Policy Maps
Configuring Layer 3 and Layer 4 Class Maps
For example, to define the Layer 3 and Layer 4 HTTP_APP_PROTOCOL_
INSPECTION_CLASS class map and specify that all commands in the class map
must be satisfied for the ACE to indicate a match, enter:
host1/Admin(config)#
class-map match-all
HTTP_APP_PROTOCOL_INSPECTION_CLASS
host1/Admin(config-cmap)#
description HTTP protocol deep inspection of
incoming traffic
host1/Admin(config-cmap)#
match port udp eq 53
To remove a Layer 3 and Layer 4 network traffic class map from the ACE, enter:
(config)#
no class-map match-all HTTP_APP_PROTOCOL_INSPECTION_CLASS
Defining a Class Map Description
To provide a brief summary about the Layer 3 and Layer 4 class map, use the
description
command in class map configuration mode.
The syntax of this command is:
description
text
The
text
argument specifies the description that you want to provide. Enter an
unquoted text string with a maximum of 240 alphanumeric characters.
For example, to specify a description that the class map is to filter network traffic
to the server, enter:
host1/Admin(config)#
class-map HTTP_APP_PROTOCOL_INSPECTION_CLASS
host1/Admin(config-cmap)#
description HTTP inspection of incoming
traffic
To remove the description from the class map, enter:
host1/Admin(config-cmap)#
no description