DHCP 2016 および 1709+ IPv6 ランタイム静的アドレス必須モニター

Microsoft.Windows.DHCPServer.10.0.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.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>