Xml Configuration Quick Start - Cisco ACE-4710-K9 Administration Manual

Application control engine appliance
Table of Contents

Advertisement

Chapter 9
Configuring the XML Interface
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

XML Configuration Quick Start

OL-11157-01
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
Enter configuration mode.
1.
host1/Admin# config
Enter configuration commands, one per line. End with CNTL/Z.
host1/Admin(config)#
Create a Layer 3 and Layer 4 class map to classify the HTTP or HTTPS
2.
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
Configure a Layer 3 and Layer 4 HTTP or HTTPS traffic management
3.
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
Attach the traffic policy to a single interface or globally on all VLAN
4.
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
Cisco 4700 Series Application Control Engine Appliance Administration Guide
XML Configuration Quick Start
9-11

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

4700 series

Table of Contents