DHCP 서버 2016 이상 IPv6 개별 범위 주소 사용 가능 백분율 모니터

Microsoft.Windows.DHCPServer.10.0.IndScope.IPV6.FreeScopeAddresses.Percentage.Monitor (UnitMonitor)

이 모니터는 지정된 IPv6 범위의 여유 주소 백분율이 정의된 임계값보다 낮을 경우 경고를 표시합니다.

Knowledge Base article:

요약

Microsoft Windows Server DHCP 2016 이상 백분율 IPv6 개별 범위 모니터링은 지정된 범위의 여유 백분율 값을 포함하는 속성 모음을 반환합니다.

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

원인

사용 가능한 범위 주소를 확인합니다.

해결 방법

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

DHCP 범위 확장

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

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

임대 기간 축소

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

임대 기간을 축소하려면:

정리 간격 줄임

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

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

예제

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

netsh dhcp set databasecleanupinterval 10080

Element properties:

TargetMicrosoft.Windows.DHCPServer.10.0.IPv6Scope
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DHCPServer.10.0.IndScopeStats.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP 서버 2016 이상 IPV6 범위 사용 가능 주소 백분율이 낮음
지정된 IPV6 범위의 여유 주소 백분율이 {0} 서버에 정의된 임계값보다 낮음
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.10.0.IndScope.IPV6.FreeScopeAddresses.Percentage.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.10.0.IPv6Scope" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.DHCPServer.10.0.IndScopeStats.MonitorType" ConfirmDelivery="false" RunAs="System!System.PrivilegedMonitoringAccount">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.10.0.Scope.IPV6.FreeScopeAddresses.Percentage.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ScopeAddressesAvailable" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="ScopeAddressesLow" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="ScopeAddressesVeryLow" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Scope>$Target/Property[Type="DHCP!Microsoft.Windows.DHCPServer.Library.Scope"]/IPAddress$</Scope>
<CounterName>IPV6Scope-PercentageAvailable</CounterName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<NumSamples>3</NumSamples>
<WarningThreshold>30</WarningThreshold>
<ErrorThreshold>10</ErrorThreshold>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<InitialRow>0</InitialRow>
<FinalRow>0</FinalRow>
</Configuration>
</UnitMonitor>