DHCP 서버 2016 및 1709 이상의 IPv6 개별 범위 여유 주소 수집

Microsoft.Windows.DHCPServer.10.0.Scope.IPV6.CollectIndividualFreeScopeAddresses (Rule)

범위 안에 있는 여유 주소 수를 수집합니다.

Knowledge Base article:

요약

이 DHCP 서버 2016 및 1709 이상의 규칙은 IPv6 개별 범위당 여유 주소 수를 수집합니다.

이 카운터는 10억 개의 주소까지 확장됩니다.

필요할 경우 이를 재정의하기 위한 매개 변수는 다음과 같습니다.

Element properties:

TargetMicrosoft.Windows.DHCPServer.10.0.IPv6Scope
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.DHCPServer.10.0.FilteredIndScopeStats.DS System.PrivilegedMonitoringAccount
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.DHCPServer.10.0.Scope.IPV6.CollectIndividualFreeScopeAddresses" Enabled="true" Target="Microsoft.Windows.DHCPServer.10.0.IPv6Scope" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Microsoft.Windows.DHCPServer.10.0.FilteredIndScopeStats.DS">
<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>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<InitialRow>0</InitialRow>
<FinalRow>0</FinalRow>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>