Chapter 4 Configuring Class Maps and Policy Maps
Configuring a Layer 3 and Layer 4 Policy Map
4-48
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
For example, to create a Layer 3 and Layer 4 traffic management policy map that
permits ICMP and SSH connections to be received by the ACE, enter:
host1/Admin(config)#
policy-map type management first-match
L4_MGMT_POLICY
host1/Admin(config-pmap-mgmt)#
class ICMP_CLASS
host1/Admin(config-pmap-mgmt-c)#
permit
host1/Admin(config-pmap-mgmt-c)#
exit
host1/Admin(config-pmap-mgmt)#
class SSH_CLASS
host1/Admin(config-pmap-mgmt-c)#
permit
host1/Admin(config-pmap-mgmt-c)#
exit
To specify the different policy map actions that you want applied to the Layer 3
and Layer 4 network traffic that passes through the ACE, see the appropriate ACE
document and chapter as outlined in
Table 4-9
.
Table 4-9
defines the associated
actions for the different Layer 3 and Layer 4 network traffic policies based on the
function of the Layer 3 and Layer 4 policy map.
For example, to specify server load-balancing actions for the Layer 3 and Layer 4
policy map, enter:
host1/Admin(config-pmap)#
class L4_SLB_CLASS
host1/Admin(config-pmap-c)#
loadbalance vip inservice
host1/Admin(config-pmap-c)#
loadbalance policy L7SLBPOLICY
host1/Admin(config-pmap-c)#
exit
Table 4-9
Layer 3 and Layer 4 Policy Map Actions and Related Documentation
Layer 3 and Layer 4
Policy Map/Actions
Document
Chapter
Server load balancing
Cisco 4700 Series Application
Control Engine Appliance
Server Load-Balancing
Configuration Guide
Chapter 3, Configuring Traffic Policies for
Server Load Balancing
Application
acceleration and
optimization
Cisco 4700 Series Application
Control Engine Appliance
Application Acceleration and
Optimization Configuration
Guide
Chapter 4, Configuring a Traffic Policy for
HTTP Optimization
Secure Sockets Layer
(SSL) security
services
Cisco 4700 Series Application
Control Engine Appliance SSL
Configuration Guide
Chapter 3, Configuring SSL Termination
and Chapter 4, Configuring SSL Initiation