DHCP 2016 和 1709+ Ipv6 运行时需要静态地址监视器

Microsoft.Windows.DHCPServer.10.0.IPv6Runtime.UnitMonitor.StaticIPAssigned (UnitMonitor)

此监视器检查初始化 IPv6 作用域所需的配置,以获取要分配给服务器的静态 IP 地址

Knowledge Base article:

摘要

动态主机配置协议版本 6 (DHCPv6) 服务器服务是一种在运行有 Windows Server 的计算机后台运行、并为客户端提供 Internet 协议版本 6 (IPv6) 的进程。

动态主机配置协议 (DHCP) 可以同时租用 Internet 协议版本 4 (IPv4) 和 Internet 协议版本 6 (IPv6) 地址。如果 IPv6 不可用,则 DHCP 服务仅使用 IPv4。

原因

DHCP 无法初始化其组件。DHCP 服务器服务无法启动。客户端计算机无法从 DHCP 服务器获取新的租约,并将不具有网络连接。

解决方法

解决方法:请为 DHCP 服务器配置静态 IP 地址。

要执行这些过程,必须拥有管理员组成员身份,或者已向你委派了适当的权限。

若要为静态寻址配置 TCP/IP,请执行以下操作:

其他

验证程序:DHCPv6 服务器服务正在运行

验证 DHCPv6 服务是否处于运行状态:

Element properties:

TargetMicrosoft.Windows.DHCPServer.10.0.IPv6Runtime
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP 2016 和 1709+ IPv6 运行时需要静态地址警报
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.10.0.IPv6Runtime.UnitMonitor.StaticIPAssigned" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.10.0.IPv6Runtime" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.10.0.IPv6Runtime.UnitMonitor.StaticIPAssigned_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10020</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-DHCP-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>