4-71
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 4 Configuring Class Maps and Policy Maps
Viewing Class Maps, Policy Maps, and Service Policies
Viewing Class Maps, Policy Maps, and Service
Policies
The ACE CLI provides a comprehensive set of
show
commands that display the
class map, policy map, and service policy configuration. This section contains the
following topics:
•
Displaying Class Map Configuration Information
•
Displaying Policy Map Configuration Information
•
Displaying Service Policy Configuration Information
Displaying Class Map Configuration Information
To display the class map configurations in the ACE, use the
show running-config
class-map
command in Exec mode.
For example, enter:
host1/Admin#
show running-config class-map
Generating configuration....
class-map type management match-any Mgmt_allow_class
10 match protocol telnet source-address 172.16.1.2 255.255.255.254
20 match protocol ssh source-address 172.16.1.2 255.255.255.254
class-map type http loadbalance match-any L4_SLB_class
Displaying Policy Map Configuration Information
To display the policy map configurations in the ACE, use the
show
running-config policy-map
command in Exec mode.
For example, enter:
host1/Admin#
show running-config policy-map
Generating configuration....
policy-map type management first-match REMOTE_MGMT_ALLOW
class SSH-ALLOW
permit
class TELNET-ALLOW
permit
policy-map type loadbalance first-match L4_SLB_policy
class L4_SLB_class