DHCP 2008 IPv6 執行階段靜態位址需求監視

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

此監視會檢查要初始化 IPV6 領域來取得指派給伺服器的靜態 IP 位址的必要組態

Knowledge Base article:

摘要

動態主機設定通訊協定第 6 版 (DHCPv6) 伺服器服務是一項會在執行 Windows Server 的電腦背景中執行,並將網際網路通訊協定第 6 版 (IPv6) 位址提供給用戶端的程序。

動態主機設定通訊協定 (DHCP) 可以同時租用網際網路通訊協定第 4 版 (IPv4) 與網際網路通訊協定第 6 版 (IPv6) 位址。如果沒有可用的 IPv6 位址,DHCP 服務只會使用 IPv4。

原因

DHCP 無法初始化其中一個元件。DHCP 伺服器服務無法啟動。用戶端電腦無法取得來自 DHCP 伺服器的新租用,因而無法擁有網路連線。

解決方式

解決方式:為 DHCP 伺服器設定靜態 IP 位址

若要執行這些程序,您必須是 Administrators 群組成員或是已經委派您適當的權限。

若要設定靜態定址的 TCP/IP:

其他

驗證器:DHCPv6 伺服器服務正在執行中

若要確認 DHCPv6 服務是否正在執行:

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.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 2008 IPv6 執行階段所需靜態位址警示
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.2012.IPv6Runtime.UnitMonitor.StaticIPAssigned" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.2012.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.2012.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>