IpAddress specifies details about a host's unique IP address that is used for network traffic not associated with the cluster. At least one IpAddress setting must be specified.

Child Element

Key

Specifies the name of the host's unique IP address.

Note
This XML attribute does not appear in the Properties pane of Windows® System Image Manager (Windows SIM) until you add IpAddress to the answer file.

IpAddress

Specifies the host's unique IP address.

NetworkMask

Specifies the network mask for the host's unique IP address.

Valid Passes

specialize

Parent Hierarchy

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 a host's unique IP address.

  Copy Code
<IpAddress wcm:keyValue="Ip1>
   <IpAddress>10.192.45.1</IpAddress>
   <NetworkMask>255.255.255.0</NetworkMask>
</IpAddress>

See Also