R E V I E W D R A F T - C I S C O C O N F I D E N T I A L
9-11
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 9 Configuring the XML Interface
XML Configuration Quick Start
XML Configuration Quick Start
Table 9-2
provides a quick overview of the steps required to configure XML usage
with the ACE. Each step includes the CLI command required to complete the task.
Table 9-2
ACE XML Configuration Quick Start
Task and Command Example
1.
Enter configuration mode.
host1/Admin#
config
Enter configuration commands, one per line. End with CNTL/Z.
host1/Admin(config)#
2.
Create a Layer 3 and Layer 4 class map to classify the HTTP or HTTPS
management traffic that can be received by the ACE.
host1/Admin(config)#
class-map type management match-all
XML-HTTPS-ALLOW_CLASS
host1/Admin(config-cmap-mgmt)#
match protocol xml-https
source-address 192.168.1.1 255.255.255.255
host1/Admin(config-cmap-mgmt)#
exit
3.
Configure a Layer 3 and Layer 4 HTTP or HTTPS traffic management
policy.
host1/Admin(config) #
policy-map type management first-match
MGMT_XML-HTTPS_POLICY
host1/Admin(config-pmap-mgmt) #
class XML-HTTPS-ALLOW_CLASS
host1/Admin(config-pmap-mgmt-c) #
permit
host1/Admin(config-pmap-mgmt-c) #
exit
4.
Attach the traffic policy to a single interface or globally on all VLAN
interfaces associated with a context, and specify the direction in which the
policy should be applied. For example, to specify an interface VLAN and
apply multiple service policies to the VLAN, enter:
host1/Admin(config)#
interface vlan50
host1/Admin(config-if)#
ip address 192.168.10.1 255.255.0.0
host1/Admin(config-if)#
service-policy input
MGMT_XML-HTTPS_POLICY
host1/Admin(config-if)#
exit
host1/Admin(config)#
exit