(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

276 Brocade Virtual ADX Graphical User Interface Guide
53-1003242-01
XML schema element reference
B
SLB schema elements
TABLE 91 SLB schema elements
Element Type Description Rules / Notes
ADXTemplate.slb container The section for ADX
system settings
Optional
slb.reals container The section for Real
Servers
Can contain "real"
elements and also
"repeater" elements that
contain more "real"
elements; optional
slb.virtuals container The section for Virtual
Servers
Optional
slb.csw container The section for CSW
Configuration
Optional
slb.ssl container The section for SSL
Profiles used in CSW
Optional
<staticProtocol>
<ethernetPorts>
<ethernetPort>2</ethernetPort>
<ethernetPort>7</ethernetPort>
</ethernetPorts>
<routerInterface>3</routerInterface>
</staticProtocol>
</ipSubnet>
<routerInterface>64</routerInterface>
</vlan>
</vlans>
<tcpProfiles>
<tcpProfile>
<name>my-tcp-profile</name>
<enableNagleAlgorithm>true</enableNagleAlgorithm>
<tcpReceiveQueueSize>444444</tcpReceiveQueueSize>
<mss>5000</mss>
</tcpProfile>
<tcpProfile>
<name>my-tcp-profile2</name>
<enableDelayedAckAlgorithm>true</enableDelayedAckAlgorithm>
<tcpReceiveQueueSize>1234567</tcpReceiveQueueSize>
<tcpTransmitQueueSize>300000</tcpTransmitQueueSize>
<windowScaleSize>5</windowScaleSize>
</tcpProfile>
</tcpProfiles>
</network>
</ADXTemplate>