4-11
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 4 Configuring Class Maps and Policy Maps
Class Map and Policy Map Configuration Quick Start
3.
Create one or more Layer 3 and Layer 4 class maps that classify the network
traffic that passes through the ACE. If you do not specify the
match-all
or
match-any
keyword, the traffic must match all the match criteria in the
class map to be classified as part of the traffic class.
host1/Admin(config)#
class-map match-any L4_SLB_VIP_CLASS
host1/Admin(config-cmap)#
After you create a class map, you will enter class map configuration mode.
4.
(Optional) Specify a description about the network traffic class map.
host1/Admin(config-cmap)#
description HTTP protocol deep
inspection of incoming traffic
5.
(Optional) Specify the
match any
command if you want the ACE to
perform a match on any traffic passing through it.
host1/Admin(config-cmap)#
match any
Note
The
match any
command cannot be combined with any other match
criteria.
6.
(Optional) Specify a VIP classification to be used as the server
load-balancing matching criteria in the class map.
host1/Admin(config-cmap)#
match virtual-address 192.168.1.10 tcp
port eq 80
7.
(Optional) Specify a previously defined access list so that the ACE can
check its contents against network traffic as a matching criteria in the class
map.
host1/Admin(config-cmap)#
match access-list INBOUND
8.
(Optional) Specify a source IP address and subnet mask as a matching
criteria in the class map.
host1/Admin(config-cmap)#
match source-address 192.168.10.1
255.255.255.0
Table 4-1
Layer 3 and Layer 4 Network Traffic Class Configuration
Quick Start (continued)
Task and Command Example