DHCP IPv4 런타임 임대 발행 모니터

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

Knowledge Base article:

해결 방법

이 상태는 자동으로 해결됩니다. 혹시 계속될 경우에는 DHCP Server에 대한 예약 또는 제외 범위를 다시 구성할 수 있습니다.

클라이언트 예약 다시 구성

클라이언트 예약을 통해 DHCP 클라이언트가 영구적으로 사용할 수 있는 IP 주소를 예약할 수 있습니다. 일반적으로 TCP/IP 구성이 아닌 다른 방법을 사용하여 할당된 IP 주소가 클라이언트에 있는 경우에 예약이 사용됩니다.

예약 IP 주소는 수정할 수 없습니다. 예약의 IP 주소를 변경하려면 예약을 삭제한 다음 새 IP 주소로 다시 만드십시오.

이 절차를 수행하려면 Administrators 그룹 구성원이거나 적절한 권한을 위임 받아야 합니다.

예약을 삭제하고 새 IP 주소로 다시 만들려면:

제외 범위 다시 구성

이 절차를 수행하려면 Administrators 그룹 구성원이거나 적절한 권한을 위임 받아야 합니다.

주소 충돌을 방지하기 위해 정적으로 구성하는 장치(예: DHCP 서버)의 IP 주소는 정의하는 범위에서 제외되어야 합니다. 제외 범위를 설정함으로써 관리자는 범위 내에 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>