Cli schema elements – Brocade Virtual ADX Graphical User Interface Guide (Supporting ADX v03.1.00) User Manual
Page 321

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>