(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
274 Brocade Virtual ADX Graphical User Interface Guide
53-1003242-01
XML schema element reference
B
Example XML content: Network schema elements
<ADXTemplate xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xsi:noNamespaceSchemaLocation="ADXTemplate.xsd">
<network>
<ip>
<address variable="IPADDRESS"/>
<subnet variable="SUBNET"/>
<gateway variable="GATEWAY"/>
</ip>
<staticRoutes>
<staticRoute>
<destinationIp>10.0.0.0</destinationIp>
<subnetMask>255.240.0.0</subnetMask>
<route>
<nextHop>10.4.51.1</nextHop>
</route>
<cost>1</cost>
<distance>255</distance>
</staticRoute>
<staticRoute>
<destinationIp>10.4.96.0</destinationIp>
<subnetMask>255.255.255.0</subnetMask>
<route>
<null0>true</null0>
</route>
</staticRoute>
<staticRoute>
<destinationIp>0.0.0.0</destinationIp>
<subnetMask>0.0.0.0</subnetMask>
<route>
<ve>99</ve>
</route>
</staticRoute>
</staticRoutes>
<vlans>
<vlan>
<id>1</id>
<name>DEFAULT-VLAN</name>
<byPort>true</byPort>
</vlan>