Issues with IGMP configured as RAS client

Issues_with_IGMP_configured_as_RAS_client_1_Rule (Rule)

Knowledge Base article:

Management Pack

Summary

Internet Group Management Protocol version 2 (IGMPv2) encountered an error while connecting or disconnecting RAS client.

 

Causes

The most common reasons for this error are:

1.     There was an attempt to connect a RAS client to a non-RAS interface.

2.     There was an attempt to disconnect a RAS client that does not exist.

3.     There was an attempt to disconnect RAS client from a non-RAS interface.

 

Resolutions

1.     Verify that the interface is a RAS interface.

2.     Verify that the RAS client exists and that you are trying to disconnect it from a RAS interface

 

Sample Event

Sample Event#1: IGMP could not be configured on Ras Client %1 on interface with index %2.The data is the error code.
Sample Event#2: Unable to disable IGMP on Ras Client %1 on the interface with index %2.The data is the error code.

 

© 2004 Microsoft Corporation, all rights reserved.

 

Element properties:

TargetMicrosoft.Windows.Server.RRAS.2008.Server
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="Issues_with_IGMP_configured_as_RAS_client_1_Rule" Enabled="true" Target="Microsoft.Windows.Server.RRAS.2008.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<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>^(41026|41027)$</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="SC!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>