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-15
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 9 Configuring the XML Interface
Configuring HTTP and HTTPS Management Traffic Services
The CLI displays the class map management configuration mode. To classify the
remote HTTP or HTTPS management traffic received by the ACE, include one or
more of the following commands to configure the match criteria for the class map:
•
description
—Se the
“Defining a Class Map Description”
section
•
match protocol
—See the
“Defining HTTP and HTTPS Protocol Match
Criteria”
section
You may include multiple
match protocol
commands in a class map.
For example, to allow HTTPS access between the ACE HTTP server and the
management client located at IP address 192.168.1.1 255.255.255.255, enter:
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
To remove a Layer 3 and Layer 4 network management class map from the ACE,
enter:
host1/Admin(config)#
no class-map type management match-all
XML-HTTPS-ALLOW_CLASS
Defining a Class Map Description
Use the
description
command to provide a brief summary about the Layer 3 and
Layer 4 class map.
Access the class map configuration mode to specify the
description
command.
The syntax of this command is:
description
text
Use the
text
argument to enter an unquoted text string with a maximum of
240 alphanumeric characters.
For example, to specify a description that the class map is to allow HTTPS access,
enter:
host1/Admin(config)#
class-map type management match-all
XML-HTTPS-ALLOW_CLASS
host1/Admin(config-cmap-mgmt)#
description Allow HTTPS as the XML
transfer protocol