IPV6 スコープの ping

Microsoft.Windows.DHCPServer.2012.R2.Tasks.TestIPV6Scope (Task)

このタスクは、IPV6 の ping を実行して対象 IP を再度テストします

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.IPv6Scope
AccessibilityPublic
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
TestIPV6Scope ProbeAction Microsoft.Windows.DHCPServer.2012.R2.TestIPV6Scope.WA Default

Source Code:

<Task ID="Microsoft.Windows.DHCPServer.2012.R2.Tasks.TestIPV6Scope" Accessibility="Public" Enabled="true" Target="DHCP2012!Microsoft.Windows.DHCPServer.2012.IPv6Scope" Timeout="300" Remotable="true">
<Category>Custom</Category>
<ProbeAction ID="TestIPV6Scope" TypeID="Microsoft.Windows.DHCPServer.2012.R2.TestIPV6Scope.WA">
<Type>INFO_REQ</Type>
<ServerIP>$Target/Property[Type="DHCP!Microsoft.Windows.DHCPServer.Library.Scope"]/IPAddress$</ServerIP>
<Prefix>$Target/Property[Type="DHCP!Microsoft.Windows.DHCPServer.Library.Scope"]/IPAddress$</Prefix>
<TargetIP>$Target/Property[Type="DHCP!Microsoft.Windows.DHCPServer.Library.Scope"]/IPAddress$</TargetIP>
<RetryTimes>2</RetryTimes>
<TimeoutSeconds>300</TimeoutSeconds>
</ProbeAction>
</Task>