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
Chapter 9 Configuring the XML Interface
XML Overview
9-8
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
The following example shows the sequence of ACE CLI commands for creating a
real server followed by the associated DTD XML rserver elements for the
commands.
[
no
]
rserver
[
host
|
redirect
]
name
[
no
]
conn-limit max
maxconns
[
min
minconns
]
[
no
]
description
string
[
no
]
inservice
[
no
]
ip
address
{
ip_address
}
[
no
]
probe
name
[
no
]
weight
number
**********************************************************************
Elements, Attributes and Entities required for rserver
**********************************************************************
-->
<!--
probe-name is a string of length 1 to 32.
-->
<!ELEMENT probe_rserver EMPTY>
<!ATTLIST probe_rserver
sense CDATA #FIXED "no"
probe-name CDATA #REQUIRED
>
<!--
relocation-str length is 1 to 127
-->
<!ELEMENT webhost-redirection EMPTY>
<!ATTLIST webhost-redirection
sense (yes | no) #IMPLIED
relocation-string CDATA #REQUIRED
redirection-code (301 | 302) #IMPLIED
>
<!--
tyep is optional for host.
ip, probe and weight are valid only when type = host.
address-type is valid only when type=host.
name length is 1 to 32.
webhost-redirection is valid only if type=redirect.
-->