4-15
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
4. (Optional) Create one or more class maps that define the Layer 7 SSL
initiation functions applied to outbound traffic. 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.
After you create a class map, you will en
ter class map HTTP load balancing
configuration mode.
host1/Admin(config)# class-map type http loadbalance match-any
L7_SSL_CLASS
host1/Admin(config-cmap-http-lb)# descript
ion HTTP LOAD BALANCE
PROTOCOL 1
host1/Admin(config-cmap-http-lb)# match he
ader Host header-value
.mycompanyexample.com
host1/Admin(config-cmap-http-lb)# match ht
tp url .*.html
host1/Admin(config-cmap-http-lb)# exit
5. (Optional) Create one or more class maps to be used for the deep packet
application protocol inspection of HTTP traffic. If you do not specify the
match-all or match-any keyword, the traffic must match all the match
criteria to be classified as part of the traffic class.
After you create a class map, you will enter class map HTTP application
pro
tocol inspection configuration mode.
host1/Admin(config)# class-map type http inspect match-any
HTTP_INSPECT_L7_CLASS
host1/Admin(config-cmap-http-insp)# descri
ption HTTP protocol
deep inspection of incoming traffic
host1/Admin(config-cmap-http-insp)# match
header length request
eq 256
host1/Admin(config-cmap-http-insp)# match header
Host
header-value .mycompanyexample.com
host1/Admin(config-cmap-http-insp)# match
url length eq 10000
host1/Admin(config-cmap-http-insp)# exit
Table 4-3 Layer 7 Class Map Configuration Quick Start (continued)
Task and Command Example