DHCP 대범위 주소 사용 가능

Microsoft.Windows.DHCPServer.Library.Superscope.UnitMonitor.ScopeSpaceAvailable (UnitMonitor)

이 모니터는 지정된 대범위에 대한 모든 범위의 전체 여유 주소 수가 정의된 임계값보다 적을 경우 경고를 표시합니다.

Knowledge Base article:

요약

Microsoft Windows Server DHCP 라이브러리 범위 모니터링은 지정된 범위/대범위에서 여유 주소를 포함하는 속성 모음을 반환합니다.

필요할 경우 재정의할 수 있는 매개 변수는 다음과 같습니다.

해결 방법

해당 클라이언트를 위해 제공할 수 있는 IP 주소가 DHCP Server에 없는 경우 새 할당된 IP 주소를 가져오지 못할 수 있습니다. 이 경우 다음 해결 방법을 사용하십시오.

DHCP 범위 확장

DHCP 범위가 이미 있고 시작 주소 및 끝 주소가 특정 서브넷에 대한 모든 주소를 현재 포함하고 있지 않은 경우에는 범위 속성에서 시작 주소 및 끝 주소를 확장하여 범위 내 주소 수를 늘릴 수 있습니다.

클라이언트가 사용할 수 있는 주소 수를 늘리려면:

임대 기간 축소

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

임대 기간을 축소하려면:

정리 간격 감소

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

Netsh 명령을 사용하여 정리 간격 시간을 설정하려면:

다음 예제에서 이 명령은 데이터베이스 정리 간격을 10,080분(7일마다)으로 설정합니다.

netsh dhcp set databasecleanupinterval 10080

Element properties:

TargetMicrosoft.Windows.DHCPServer.Library.Superscope
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DHCPServer.Library.MonitorType.ScopeSpaceAvailable
RemotableTrue
AccessibilityPublic
Alert Message
DHCP 대범위 주소 사용 가능 경고

대범위에서 사용 가능한 모든 범위 주소의 전체 수가 지정된 임계값 미만입니다.
{0}
RunAsMicrosoft.Windows.DHCPServer.Library.ActionAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.Library.Superscope.UnitMonitor.ScopeSpaceAvailable" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.Library.Superscope" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.DHCPServer.Library.MonitorType.ScopeSpaceAvailable" ConfirmDelivery="false" RunAs="Microsoft.Windows.DHCPServer.Library.ActionAccount">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.Library.Superscope.UnitMonitor.ScopeSpaceAvailable_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Microsoft.Windows.DHCPServer.Library.Superscope"]/Name$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ScopeAddressesAvailable" MonitorTypeStateID="ScopeAddressesAvailable" HealthState="Success"/>
<OperationalState ID="ScopeAddressesLow" MonitorTypeStateID="ScopeAddressesLow" HealthState="Warning"/>
<OperationalState ID="ScopeAddressesExhausted" MonitorTypeStateID="ScopeAddressesExhausted" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<TargetComputer>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</TargetComputer>
<Name>$Target/Property[Type="Microsoft.Windows.DHCPServer.Library.Superscope"]/Name$</Name>
<Threshold>10</Threshold>
</Configuration>
</UnitMonitor>