DHCP IPv4 執行階段租用發佈監視

Microsoft.Windows.DHCPServer.Library.IPv4Runtime.UnitMonitor.LeaseIssuance (UnitMonitor)

Knowledge Base article:

解決方式

此狀況應會自行解決,但若持續發生,您可在 DHCP 伺服器上重新設定保留區或排除範圍。

重新設定用戶端保留區

用戶端保留區可以讓您保留 IP 位址供 DHCP 用戶端永久使用。一般來說,如果用戶端具有利用其他 TCP/IP 設定方法指派的 IP 位址,就會使用保留區。

保留區 IP 位址無法修改。如果要變更保留區的 IP 位址,請刪除該保留區,然後再使用新的 IP 位址重新建立。

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

若要刪除保留區然後再使用新 IP 位址重新建立:

重新設定排除範圍

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

若要避免位址衝突,您定義的領域必須排除靜態設定裝置的 IP 位址,例如 DHCP 伺服器。透過設定排除範圍,系統管理員可以排除某個領域內的 IP 位址,不要將這些位址提供給 DHCP 用戶端。當您建立新領域時,請立即排除現有、靜態設定之電腦的 IP 位址。排除的 IP 位址可在網路上作用,但只限於已手動設定或分送這些位址,以做為保留的 IP 位址時:

Element properties:

TargetMicrosoft.Windows.DHCPServer.Library.IPv4Runtime
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP 租用發佈警示
{0}
RunAsMicrosoft.Windows.DHCPServer.Library.ActionAccount

Source Code:

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