Ping IPV6 Scope

Microsoft.Windows.DHCPServer.10.0.Tasks.TestIPV6Scope (Task)

This task executes a IPV6 ping to test again a Target IP

Element properties:

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

Member Modules:

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

Source Code:

<Task ID="Microsoft.Windows.DHCPServer.10.0.Tasks.TestIPV6Scope" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.DHCPServer.10.0.IPv6Scope" Timeout="300" Remotable="true">
<Category>Custom</Category>
<ProbeAction ID="TestIPV6Scope" TypeID="Microsoft.Windows.DHCPServer.10.0.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>