Click or drag to resize

TestPingRequest Properties

The TestPingRequest type exposes the following members.

Properties
  NameDescription
Public propertyAttempts
Specifies the number of times the system should repeat the test ping. The default value is 5.
Public propertyHosts
Specifies a comma-separated list of addresses or hostnames of devices to ping.
Public propertyInterface
Existing interface on which the temporary vlan interface is created
Public propertyPacketSize
Specifies the number of bytes to send in the ICMP packet that is sent to each IP. The number must be less than the maximum MTU specified in the network configuration.
Public propertyPingTimeoutMsec
Specifies the number of milliseconds to wait for each individual ping response. The default value is 500 ms.
Public propertyProhibitFragmentation
Specifies that the Do not Fragment (DF) flag is enabled for the ICMP packets.
Public propertySourceAddressV4
The ipv4 source address to be used in the ICMP ping packets sourceAddressV4 or sourceAddressV6 is required
Public propertySourceAddressV6
The ipv6 source address to be used in the ICMP ping packets sourceAddressV4 or sourceAddressV6 is required
Public propertyTotalTimeoutSec
Specifies the length of time the ping should wait for a system response before issuing the next ping attempt or ending the process.
Public propertyVirtualNetworkTag
VLAN on which host addresses reachability needs to be tested The temporary vlan interface is created with this tag
Top
See Also