配置故障

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

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

Knowledge Base article:

摘要

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

原因

此错误最常见的原因是:

解决方案

以下是解决问题的步骤 -

其他

示例事件 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
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
配置故障
Internet 组管理协议版本 2 (IGMPv2) 检测到配置故障。
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>