DHCP Server 2012 IPV6 個別スコープ アドレス使用可能モニター

Microsoft.Windows.DHCPServer.2012.IndScope.IPV6.FreeScopeAddresses.Quantity.Monitor (UnitMonitor)

このモニターは、指定した IPV6 スコープの使用可能なアドレスの数が定義されたしきい値を下回った場合に警告します

Knowledge Base article:

概要

Microsoft Windows Server DHCP 2012 IPV6 個別スコープ監視は、指定されたスコープ内の使用可能なアドレスの数を含むプロパティ バッグを返します。

このカウンターは、10 億アドレスに増加します。

これらのパラメーターは必要に応じて上書きできます。

原因

使用可能なスコープ アドレスをチェックしてください。

解決方法

DHCP Server 2012 にそのクライアントに提供できる IP アドレスがない場合、クライアントは割り当てられた新しい IP の取得に失敗します。この場合は、考えられる次の解決策を検討してください。

DHCP スコープの拡張

DHCP スコープが既にあり、現在、[開始アドレス] と [終了アドレス] の間に、特定のサブネットのすべてのアドレスが含まれていない場合は、スコープ プロパティの [開始アドレス] または [終了アドレス] を拡張してスコープ内のアドレス数を増やすことができます。

クライアントが使用できるアドレス数を増やすには、次の手順を実行します。

リース期間の短縮

これらの手順を実行するには、Administrators グループのメンバーであるか、適切な権限が委任されている必要があります。

リース期間を短縮するには、次の手順を実行します。

クリーンアップ間隔の短縮

これらの手順を実行するには、Administrators グループのメンバーであるか、適切な権限が委任されている必要があります。

Netsh コマンドを使用してクリーンアップ間隔を設定するには、次の手順を実行します。

次の例では、このコマンドによってデータベース クリーンアップ間隔が 10,080 分 (7 日ごと) に設定されます。

netsh dhcp set databasecleanupinterval 10080

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.IPv6Scope
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.DHCPServer.2012.IndScopeStats.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DHCP Server 2012 IPV6 スコープの使用可能なアドレスが低くなっています
指定した IPV6 スコープの使用可能なアドレスの数が、サーバー {0} で定義されたしきい値を下回っています。
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.DHCPServer.2012.IndScope.IPV6.FreeScopeAddresses.Quantity.Monitor" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.DHCPServer.2012.IPv6Scope" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.DHCPServer.2012.IndScopeStats.MonitorType" ConfirmDelivery="false" RunAs="System!System.PrivilegedMonitoringAccount">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.DHCPServer.2012.Scope.IPV6.FreeScopeAddresses.Quantity.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-AddressesAvailable-ScaledByBillion</CounterName>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<NumSamples>3</NumSamples>
<WarningThreshold>50</WarningThreshold>
<ErrorThreshold>10</ErrorThreshold>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<InitialRow>0</InitialRow>
<FinalRow>0</FinalRow>
</Configuration>
</UnitMonitor>