Chapter 4 Configuring Class Maps and Policy Maps
Configuring a Layer 7 Policy Map
4-52
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
•
inspect ftp first-match
—Configures the inspection of FTP request
commands by the ACE. You will enter policy map FTP inspection
configuration mode.The ACE executes the specified deny or mask-reply
action only for traffic that meets the first matching FTP request command
inspection classification with a policy map. The ACE does not execute any
additional actions.
•
optimization http first-match—
Defines the application acceleration and
optimization operations to be performed by the ACE. You will enter policy
map optimization configuration mode. The ACE executes the specified action
only for traffic that meets the first matching optimization classification with
a policy map. The ACE does not execute any additional actions.
•
map_name
—Specifies the name assigned to the policy map. Enter an
unquoted text string with no spaces and a maximum of 64 alphanumeric
characters.
Note
You can include multiple Layer 7 load balancing or FTP class maps within the
policy map; however, the match operation of the ACE in this configuration is to
always perform a “first-match” on the specified class maps. If none of the class
maps within the policy map match, and you include the class-default class map,
the ACE will match the traffic classification.
For example, to create a Layer 7 load-balancing policy map, enter:
host1/Admin(config)#
policy-map type loadbalance first-match
L4_SLB_POLICY
host1/Admin(config-pmap-lb)#
To remove a policy map from the ACE, enter:
host1/Admin(config)#
no policy-map type loadbalance first-match
L4_SLB_POLICY