(Supporting ADX v03.1.00) Owner's manual

Table Of Contents
Brocade Virtual ADX Graphical User Interface Guide 269
53-1003242-01
XML schema element reference
B
Example XML content: System schema elements
Network schema elements
TABLE 90 Network schema elements
Element Type Description Rules / Notes
ADXTemplate.network container The section for ADX
network settings
Optional
network.ip container Optional
ip.address IP address The management IP
address of the ADX
system
40 characters maximum,
either IPv4 or IPv6 allowed
ip.address.@variable string
attribute
The name of a
variable that will
provide the IP address
of the ADX system
Must refer to an existing
variable of type
"ipAddress" or
"ipAddressNonBlank";
optional
ip.subnet IP subnet The management IP
subnet of the ADX
system
15 characters maximum,
either an IPv4 subnet
mask, or an IPv6 mask
length number
ip. subnet.@variable string
attribute
The name of a
variable that will
provide the IP address
of the ADX system
Must refer to an existing
variable of type "ipSubnet"
or "ipSubnetNonBlank";
optional
ip.gateway IP address The gateway IP
address of the ADX
system
40 characters maximum,
either IPv4 or IPv6 allowed
ip. gateway.@variable string
attribute
The name of a
variable that will
provide the IP address
of the ADX system
Must refer to an existing
variable of type
"ipAddress" or
"ipAddressNonBlank";
optional
<ADXTemplate xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xsi:noNamespaceSchemaLocation="ADXTemplate.xsd">
<system>
<hostname variable="HOSTNAME"/>
<suPassword>brocade</suPassword>
<hotStandby> <!-- hotStandby is optional -->
<active>true</active> <!-- false means backup device -->
<vlan>99</vlan>
<ethernetPort>3</ethernetPort>
<peer>0012.f27c.8540</peer>
<redundancyPort>4</redundancyPort>
</hotStandby>
<security> <!-- security is optional -->
</security>
</system>
</ADXTemplate>