Duplicate dedicated IP address was detected on the network

Microsoft.Windows.NetworkLoadBalancing.10.0.Duplicate.dedicated.IP.address.was.detected.on.the.network (Rule)

Knowledge Base article:

Summary

The dedicated IP addresses in Network Load Balancing (NLB) must be properly configured and be able to contact individual NLB cluster hosts. If the dedicated IP address is not configured correctly, you cannot use it to manage the host or for other non-cluster-related communication.

Resolutions

Ensure uniqueness of dedicated IP addresses

All dedicated IP addresses must be unique in a Network Load Balancing (NLB) cluster.

To ensure that the dedicated IP addresses are unique:

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.10.0.ServerRole
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.NetworkLoadBalancing.EventProvider Default
WA WriteAction Microsoft.Windows.NetworkLoadBalancing.10.0.GenerateAlert.SuppressByDescription Default
WriteToDB WriteAction Microsoft.Windows.NetworkLoadBalancing.10.0.CollectEvent Default

Source Code:

<Rule ID="Microsoft.Windows.NetworkLoadBalancing.10.0.Duplicate.dedicated.IP.address.was.detected.on.the.network" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.10.0.ServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>83</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.NetworkLoadBalancing.10.0.GenerateAlert.SuppressByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.NetworkLoadBalancing.10.0.Duplicate.dedicated.IP.address.was.detected.on.the.network.AlertMessage"]$</AlertMessageId>
<EnableAlert>true</EnableAlert>
</WriteAction>
<WriteAction ID="WriteToDB" TypeID="Microsoft.Windows.NetworkLoadBalancing.10.0.CollectEvent">
<CollectEvent>false</CollectEvent>
</WriteAction>
</WriteActions>
</Rule>