DHCP 2016 och 1709+ IPv6-körning statisk adress krävs övervakare

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

Den här övervakaren kontrollerar konfigurationen som krävs för att initiera IPV6 scopes för att hämta en statisk IP-adress som tilldelas för servern

Knowledge Base article:

Sammanfattning

DHCPv6-servertjänsten (Dynamic Host Configuration Protocol version 6) är en process som körs i bakgrunden på en dator med Windows Server och som ger IPv6-adresser (Internet Protocol version 6) till klienter.

DHCP (Dynamic Host Configuration Protocol) kan låna både IPv4-adresser (Internet Protocol version 4) och IPv6-adresser (Internet Protocol version 6). Om IPv6 inte är tillgängligt använder DHCP-tjänsten bara IPv4.

Orsaker

DHCP kunde inte initiera en av komponenterna. DHCP-servertjänsten kan inte startas. Klientdatorer kan inte hämta nya lån från DHCP-servern och får ingen nätverksanslutning.

Lösningar

Lösning: Konfigurera en statisk IP-adress för DHCP-servern

För att utföra dessa procedurer måste du vara medlem i administratörsgruppen, eller ha delegerats motsvarande behörighet.

Konfigurera TCP/IP för statisk adressering:

Mer information

Verifiering: DHCPv6-servertjänsten körs

Så här verifierar du att DHCPv6-servertjänsten körs:

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 och 1709+ IPv6-körning statisk adress krävs varning
{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>