配置故障

Configuration_failure_1_1_Rule (Rule)

Knowledge Base article:

摘要

Internet 组管理协议版本 2 (IGMPv2) 检测到配置故障。

原因

此错误最常见的原因是:

1. 已为 IGMP 代理分配了一个接口,但尝试添加另一个代理接口。

2. 试图在多个接口上添加 IGMP RAS 服务器。

3. 试图在 RAS 服务器接口上配置 IGMP 代理。

4. 在 IGMP 接口上设置的配置参数不正确。

5. RRAS 服务器内存不足。

解决方案

1. 请验证这些接口上的 IGMP 配置参数。

2. 如果服务器内存不足,请采取适当的操作来增加可用内存。有关内存不足的信息,请参阅“帮助和支持中心”。

其他

示例事件 1: 已调用 AddInterface() 以添加 Igmp 代理接口。IGMP 代理已拥有另一个接口。数据是错误代码。

示例事件 2: 已调用 AddInterface() 以添加 Igmp Ras 接口。Ras 服务器不能位于多个接口上。数据是错误代码。

示例事件 3: IGMP 配置字段中的版本字段不正确。请删除并重新创建 IGMP 配置。

示例事件 4: 接口 %1 的 IGMP 协议类型值 %2 无效。数据是错误代码。

示例事件 5: 不能在 RAS 服务器接口 %1 上配置代理。

示例事件 6: 在接口 %2 上配置的静态组 %1 不是有效的 MCast 地址。

示例事件 7: 在接口 %2 上配置的静态组 %1 没有有效的模式。

示例事件 8: 在接口 %2 上配置的静态组 %1 具有无效的筛选器。

示例事件 9: 在接口 %2 上配置的可靠变量 %1 无效。最大为 7。

示例事件 10: 在接口 %2 上配置的启动查询计数 %1 无效。

示例事件 11: 在接口 %1 上安装 IGMP 代理失败。

示例事件 12: 在接口 %2 上安装 IGMP Rtr-V-%1 失败。

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="Configuration_failure_1_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>^(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="SC!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>