(Supporting ADX v03.1.00) Owner's manual
Table Of Contents
- Contents
- Preface
- Introduction to the Brocade Virtual ADX Web Interface
- Navigating the Web Interface
- Navigating the Dashboard
- Configuration Overview
- System Settings
- Network Settings
- Traffic Settings
- GSLB Settings
- Security Settings
- Monitoring Overview
- Viewing System Information
- Viewing Network Status
- Viewing Traffic Statistics
- Viewing Security Statistics
- Maintenance Overview
- Managing Software Images
- Restarting the System
- License Management
- Packet Capture
- Accessing the CLI
- Retrieving System Information for Technical Support
- Troubleshooting
- Config Template XML Schema
- Managing Config Templates through the CLI

Brocade Virtual ADX Graphical User Interface Guide 277
53-1003242-01
XML schema element reference
B
Example XML content: SLB schema elements
Real server schema elements
<ADXTemplate xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xsi:noNamespaceSchemaLocation="ADXTemplate.xsd">
<slb>
<reals>
<!-- real servers and their ports are defined here, omitted for brevity -->
</reals>
<virtuals>
<!-- virtual servers, ports and bindings are defined here, omitted for brevity -->
</virtuals>
<csw>
<!-- rules, policies and scripts are defined here, omitted for brevity -->
</csw>
<ssl>
<!-- SSL policies are defined here, omitted for brevity -->
</ ssl >
</slb>
</ADXTemplate>
TABLE 92 Real server schema elements
Element Type Description Rules / Notes
ADXTemplate.slb container The section for SLB Can contain "real" elements
and also "repeater" elements
that contain more "real"
elements; optional
slb.reals container The section for Real Servers Optional
reals.real container A single Real Server Multiple "real" elements are
allowed up to 16 maximum
real.name string The Real Server name 42 characters maximum
real.name.@variable string attribute The name of a variable that
provides the Real Server
name
Must refer to an existing
variable of type "string" or
"stringNoWhiteSpace", or, if
within a repeater, "stringList"
can also be used; optional
real.ip IP address The Real Server IP address 40 characters maximum,
either IPv4 or IPv6 allowed
real.ip.@variable string attribute The name of a variable that
provides the Real Server IP
Address
Must refer to an existing
variable of type "ipAddress"
or "ipAddressNonBlank", or,
if within a repeater,
"ipAddressList" can also be
used; optional
real.context string The context in which to
create the Real Server
If unspecified, "default"
context is used; optional
real.remote boolean The Real Server remote flag Default is false; optional
real.backup boolean The Real Server backup flag Default is false; optional
real.pingHealthCheck boolean The Real Server ping health
check flag
Default is false; optional