XML data file
XML elements and typical adapter teaming script
The XML data file contains configuration properties for adapters and teams and consists of the following XML elements:
•
•
•
•
The 'relnics' attribute of the <team> element lists the adapters that are to be configured on the team. The following example is a typical adapter teaming script.
<?xml version="1.0"
-<teamingconfig>
-
-
-
-
-
-
-
-
<version UtilityVersion="9.00.0.7" ScriptVersion="3.1" />
-
-
-
-
-<nic>
<property id="SpeedDuplex" value="Auto/Auto" /> <property id="NetworkAddress" value="" /> </nic>
-
-<nic>
<property id="SpeedDuplex" value="Auto/Auto" />
XML data file 14