Chapter 4 Configuring Class Maps and Policy Maps
Class Map and Policy Map Configuration Quick Start
4-18
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Table 4-5
provides a quick overview of the steps required to create and configure
a Layer 3 and Layer 4 network management policy map and to apply the policy to
one or all of the VLAN interfaces associated with the context. Each step includes
the CLI command required to complete the task.
7.
Specify the policy map actions that you want applied to the Layer 3 and
Layer 4 network traffic passing through the ACE.
For example, to specify an SLB action for the Layer 3 and Layer 4 policy
map, enter:
host1/Admin(config-pmap)#
class L4_AUTH_CLASS
host1/Admin(config-pmap-c)#
loadbalance vip inservice
host1/Admin(config-pmap-c)#
loadbalance policy L7SLBPOLICY
host1/Admin(config-pmap-c)#
exit
8.
Attach the Layer 3 and Layer 4 traffic policy to a single VLAN interface or
globally to all VLAN interfaces in the same context.
host1/Admin(config)#
interface vlan 50
host1/Admin(config-if)#
ip address 192.168.1.100 255.255.0.0
host1/Admin(config-if)#
service-policy input L4_SLB_POLICY
9.
(Optional) Save your configuration changes to Flash memory.
host1/Admin(config)#
exit
host1/Admin#
copy running-config startup-config
Table 4-4
Layer 3 and Layer 4 Traffic Policy Map Configuration
Quick Start (continued)
Task and Command Example