BDATeam
BDATeam
specifies details about a bidirectional affinity (BDA) team.
Note
To enable this Network Load Balancing setting, the NetworkLoadBalancingFullServer package must be enabled in the Windows image you are installing. To do this, use Windows System Image Manager to add the Microsoft-Windows-Foundation-Package to your answer file, and then configure the NetworkLoadBalancingFullServer package to enable it. For more information about adding and configuring packages, see the Windows Assessment and Deployment (Windows ADK) Technical Reference.
Child Elements
Setting | Description |
---|---|
Master | Specifies whether the host is the master. |
ReverseHash | Specifies whether the adapter reverses the source and destination IP addresses and ports before making load-balancing decisions. |
Team | Specifies a valid Globally Unique Identifier (GUID) that identifies a BDA team. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | BDATeam
Applies To
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-NetworkLoadBalancing-Core.
XML Example
The following XML output specifies details about a BDA team.
<BDATeam>
<Team>{BF967924-0DE6-11D0-A285-00AA003049E2}</Team>
<Master>true</Master>
<ReverseHash>true</ReverseHash>
</BDATeam>