(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 309
53-1003242-01
XML schema element reference
B
Example XML content: SSL server schema elements
CLI schema elements
TABLE 101 CLI schema elements
Element Type Description Rules / Notes
ADXTemplate.cli container The section for additional
CLI commands to perform
Optional
cli.commandSet container The section a set of CLI
commands
Up to two "commandSet"
elements are allowed; this
is to allow one set of
commands to be executed
before the template
settings are applied, and
another set of commands
to be executed after the
template settings are
applied.
<ADXTemplate xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xsi:noNamespaceSchemaLocation="ADXTemplate.xsd">
<slb>
<ssl>
<profiles>
<profile>
<profileName>server-side</profileName>
<caCertFiles>
<caCertFile>myCACert</caCertFile>
</caCertFiles>
<chainCaCert>false</chainCaCert>
<sessionCache>
<enabled>false</enabled>
<maxEntries>5000</maxEntries>
<timeout>50000</timeout>
</sessionCache>
</profile>
<profile>
<profileName>client-side</profileName>
<keyPairFile>myKeyPair</keyPairFile>
<certFile>myCert</certFile>
<cipherSuites>
<cipherSuite>all-cipher-suites</cipherSuite>
</cipherSuites>
<sessionCache>
<enabled>true</enabled>
<maxEntries>1024</maxEntries>
</sessionCache>
<tcpProfile>my-tcp-profile2</ tcpProfile >
</profile>
</profiles>
</ssl>
</slb>
</ADXTemplate>