MGM 操作失败

MGM_operation_failure_1_Rule (Rule)

Knowledge Base article:

摘要

Internet 组管理协议版本 2 (IGMPv2) 在向多播组管理器 (MGM) 注册时遇到错误。

原因

此错误最常见的原因是:

1. IGMP 协议已经使用 MGM 进行注册。

2. IGMP 协议无法获得接口的所有权。

解决方案

1. 请验证该协议是否已经使用 MGM 进行注册。

2. 确认未在接口上启用任何其他路由协议。

其他

示例事件 1: IGMP 路由器使用 MGM 注册失败。数据是错误代码。

示例事件 2: IGMP 代理使用 MGM 注册失败。数据是错误代码。

示例事件 3: MgmTakeInterfaceOwnership() 失败。数据是错误代码。

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="MGM_operation_failure_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>^(41036|41037|41038)$</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>