Chapter 4 Configuring Class Maps and Policy Maps
Configuring a Layer 3 and Layer 4 Policy Map
4-44
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Creating a Layer 3 and Layer 4 Policy Map for Network
Management Traffic Received by the ACE
To configure a Layer 3 and Layer 4 policy map that defines the different actions
that are applied to the IP management traffic received by the ACE, use the
policy-map type management first-match
configuration command. The ACE
executes the specified action only for traffic that meets the first matching
classification with a policy map. The ACE does not execute any additional
actions.
The syntax of this command is:
policy-map type management first-match
map_name
The
map_name
argument specifies the name assigned to the Layer 3 and Layer 4
network management policy map. Enter an unquoted text string with no spaces
and a maximum of 64 alphanumeric characters.
When you use this command, you will access policy map management
configuration mode.
For example, to create a Layer 3 and Layer 4 network traffic management policy
map, enter:
host1/Admin(config)#
policy-map type management first-match
L4_MGMT_POLICY
host1/Admin(config-pmap-mgmt)#
To remove a network traffic management policy map from the ACE, enter:
host1/Admin(config)#
no policy-map type management first-match
L4_MGMT_POLICY