Monitorování požadované statické adresy modulu runtime IPv6 DHCP 2016 a 1709+

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

Toto monitorování zjišťuje požadovanou konfiguraci inicializace oborů IPv6 sloužící k získání statické IP adresy přiřazené serveru.

Knowledge Base article:

Shrnutí

Služba Server DHCPv6 (Dynamic Host Configuration Protocol verze 6) je proces, který běží na pozadí v počítači se systémem Windows Server a poskytuje klientům adresy IPv6 (Internet Protocol verze 6).

Protokol DHCP (Dynamic Host Configuration Protocol) dokáže zapůjčovat adresy IPv4 (Internet Protocol verze 4) i IPv6 (Internet Protocol verze 6). Pokud není protokol IPv6 dostupný, použije služba DHCP jen protokol IPv4.

Příčiny

Službě DHCP se nepodařilo inicializovat některou ze svých komponent. Službu Server DHCP nelze spustit. Klientské počítače nemůžou získat nová zapůjčení od serveru DHCP a nebudou připojené k síti.

Řešení

Řešení: Nakonfigurujte pro server DHCP statickou IP adresu.

K provedení těchto postupů musíte být členem skupiny Administrators nebo vám musí být delegováno příslušné pověření.

Konfigurace statického adresování protokolu TCP/IP:

Další informace

Ověření: Služba Server DHCPv6 je spuštěná.

Ověření, jestli je spuštěná služba 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
Výstraha požadované statické adresy modulu runtime IPv6 DHCP 2016 a 1709+
{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>