Network Connection Source IP Address allocation failed monitor

Microsoft.Windows.10.SDNMonitoring.NetworkConnection.SourceIPAddressAllocationFailed (UnitMonitor)

Source IP Address not allocated for the Network Connection.

Knowledge Base article:

Summary

The network controller is unable to use the configured source IP address for the network connection.

Causes

This could happen if there is a mis-match between the source IP address of the network connection and the IP address on the external NIC of the gateway VM.

Resolutions

If the issue persists, redeploy the gateway with proper IP addresses.

© 2016 Microsoft Corporation, all rights reserved

Element properties:

TargetSDNMonitoringMP.SDNMonitoring.NetworkConnection
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SDNMonitoring.UnitMonitorType.TwoStateUnitMonitorUsingErrorMessage
RemotableTrue
AccessibilityPublic
Alert Message
Network Connection Source IP Address allocation failed
Source IP Address not allocated for the Network Connection.
RunAsMicrosoft.Windows.10.SDNMonitoring.NCRunAsProfile

Source Code:

<UnitMonitor ID="Microsoft.Windows.10.SDNMonitoring.NetworkConnection.SourceIPAddressAllocationFailed" Accessibility="Public" Enabled="true" Target="SDNMonitoringMP.SDNMonitoring.NetworkConnection" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.SDNMonitoring.UnitMonitorType.TwoStateUnitMonitorUsingErrorMessage" ConfirmDelivery="false" RunAs="Microsoft.Windows.10.SDNMonitoring.NCRunAsProfile">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.10.SDNMonitoring.NetworkConnection.SourceIPAddressAllocationFailed.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<SyncTime>12:00</SyncTime>
<ErrorMessage>source ip address not allocated</ErrorMessage>
<Name>$Target/Property[Type="SDNMonitoringMP.SDNMonitoring.NetworkConnection"]/Id$</Name>
</Configuration>
</UnitMonitor>