Configuration failure

Configuration_failure_1_1_Rule (Rule)

Knowledge Base article:

Management Pack
Summary
The Internet Group Management Protocol version 2 (IGMPv2) detected a configuration failure.
 
Causes
The most common reasons for this error are:
  1. IGMP proxy already owns 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 proxy on RAS server interface.
  4. Incorrect configuration parameter(s) set on interface.
 
Resolutions
  1. Verify the configuration parameter(s) on the interface and make sure that they are valid.
  2. 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.RemoteAccess.2012.Class.VPNServer
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="Configuration_failure_1_1_Rule" Enabled="true" Target="Microsoft.Windows.RemoteAccess.2012.Class.VPNServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/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>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>