(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 267
53-1003242-01
XML schema element reference
B
Example XML content: Variable schema elements
<ADXTemplate xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xsi:noNamespaceSchemaLocation="ADXTemplate.xsd">
<variables>
<variable>
<variableName>VS_IPADDRESS</variableName>
<dataType>ipAddress</dataType>
<screenPositionIndex>1</screenPositionIndex>
<shortPrompt>IP Address of the Virtual Server</shortPrompt>
<longHelpText>Enter the IP Address where the Virtual Server is to be
found</longHelpText>
<defaultValue>10.100.0.20</defaultValue>
<visual>true</visual>
</variable>
<variable>
<variableName>SERVER_ID</variableName>
<dataType>integerNonZero</dataType>
<screenPositionIndex>2</screenPositionIndex>
<shortPrompt>First Server ID number</shortPrompt>
<longHelpText>All subsequent Server IDs will be incremented from this
one.</longHelpText>
<defaultValue>1201</defaultValue>
<autoIncrement>true</autoIncrement>
<visual>true</visual>
</variable>
<variable>
<variableName>INCLUDE_CSW</variableName>
<dataType>boolean</dataType>
<screenPositionIndex>3</screenPositionIndex>
<shortPrompt>Include CSW configuration?</shortPrompt>
<longHelpText>Should CSW configuration be included? </longHelpText>
<defaultValue>true</defaultValue>
<visual>true</visual>
</variable>
<variableGroup list="true">
<title>Real Servers</title>
<screenPositionIndex>4</screenPositionIndex>
<variable>
<variableName>RS_NAMES</variableName>
<dataType>stringList</dataType>
<shortPrompt>Enter the Real Server name</shortPrompt>
<defaultValue>rs1, rs2, rs3</defaultValue>
<visual>true</visual>
</variable>
<variable>
<variableName>RS_IPS</variableName>
<dataType>ipAddressList</dataType>
<shortPrompt>Enter the Real Server IP</shortPrompt>
<defaultValue>10.100.0.2, 10.100.0.22, 10.100.0.23</defaultValue>
<visual>true</visual>
</variable>
</variableGroup>
</variables>
</ADXTemplate>