HP (Hewlett-Packard) 5992-0902 Server User Manual


 
<team> Defines teams and their properties
<vlan> Defines VLANs and their properties
The relnics attribute of the <team> element lists the NICs to be configured on the team.
The following example is a typical NIC teaming script:
<teamingconfig>
<!-- The comment lines in this file make it convenient -->
<!-- to reference <nic>, <team>, and <vlan> elements -->
<!-- within the file. It is recommended that these -->
<!-- comment lines remain unchanged if the user edits -->
<!-- the file. -->
<!-- -->
<!-- Version Data -->
<!-- -->
<version UtilityVersion='8.40.0.9' ScriptVersion='3.1'/>
<!-- -->
<!-- Adapter Data -->
<!-- -->
<!-- <nic> element 1 -->
<nic>
<property id='SpeedDuplex' value='Auto/Auto'/>
<property id='NetworkAddress' value='' />
</nic>
<!-- <nic> element 2 -->
<nic>
<property id='SpeedDuplex' value='Auto/Auto'/>
<property id='PreferredPrimaryRanking' value='0'/>
<property id='DualChannelGroup' value='0'/>
<property id='ConfiguredPortCost' value='0'/>
</nic>
<!-- <nic> element 3 -->
<nic>
<property id='SpeedDuplex' value='Auto/Auto'/>
<property id='PreferredPrimaryRanking' value='1'/>
<property id='DualChannelGroup' value='0'/>
<property id='ConfiguredPortCost' value='0'/>
</nic>
<!-- <nic> element 4 -->
<nic>
<property id='SpeedDuplex' value='Auto/Auto'/>
<property id='NetworkAddress' value='' />
</nic>
<!-- <nic> element 5 -->
<nic>
<property id='SpeedDuplex' value='Auto/Auto'/>
<property id='NetworkAddress' value='' />
</nic>
<!-- <nic> element 6 -->
<nic>
<property id='SpeedDuplex' value='Auto/Auto'/>
<property id='NetworkAddress' value='' />
</nic>
<!-- -->
<!-- Team Data -->
XML data file 23