Configuration failure

Microsoft.Windows.Server.RRAS.Configurationfailure (UnitMonitor)

Internet Group Management Protocol version 2 (IGMPv2) detected a configuration failure.

Knowledge Base article:

Management Pack

Summary

Internet Group Management Protocol version 2 (IGMPv2) detected a configuration failure.

 

Causes

The most common reasons for this error are:

1.     The IGMP proxy is already assigned an interface and there was an attempt to add another proxy interface.

2.     An attempt to add IGMP RAS server on multiple interfaces.

3.     An attempt to configure the IGMP proxy on the RAS server interface.

4.     Incorrect configuration parameters set on an IGMP interface.

5.     The RRAS server is running low on memory.

 

Resolutions

1.     Verify the IGMP configuration parameters on the interfaces.

2.     The IGMP proxy can be configured on one interface only.

3.     If the server is low on memory, take appropriate action to increase the available memory. See Help and Support Center for information on low memory.

 

Sample Event

Sample Event#1: AddInterface() called to add an Igmp Proxy interface. Igmp proxy already owns another interface. The data is the error code.
Sample Event#2: AddInterface() called to add an Igmp Ras interface. Ras Server cannot exist on multiple interfaces. The data is the error code.
Sample Event#3: The version field in the IGMP config field is incorrect. Delete and create the IGMP config again.
Sample Event#4: IGMP Protocol type for interface %1 has invalid value %2.The data is the error code.
Sample Event#5: Cannot configure Proxy on RAS server interface %1.
Sample Event#6: Static group %1 configured on Interface%2 not a valid MCast address.
Sample Event#7: Static group %1 configured on Interface:%2 does not have valid mode.
Sample Event#8: Static group %1 configured on Interface:%2 has invalid filter.
Sample Event#9: Invalid robustness variable:%1 configured on Interface:%2. Max 7.
Sample Event#10: Invalid Startup Query Count:%1 configured on Interface:%2.
Sample Event#11: Failed to install IGMP Proxy on interface:%1.
Sample Event#12: Failed to install IGMP Rtr-V-%1 on interface:%2.

 

© 2004 Microsoft Corporation, all rights reserved.

 

Element properties:

TargetMicrosoft.Windows.Server.RRAS.2008.Server
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Configuration failure
Internet Group Management Protocol version 2 (IGMPv2) detected a configuration failure.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.RRAS.Configurationfailure" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.RRAS.2008.Server" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.RRAS.Configurationfailure_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(41034|41035|41044|41045|41046|41047|41048|41049|41050|41051|41054|41055)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>IGMPv2</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>