TestPingRequest Properties |
The TestPingRequest type exposes the following members.
Name | Description | |
---|---|---|
Attempts |
Specifies the number of times the system
should repeat the test ping. The default value is 5.
| |
Hosts |
Specifies a comma-separated list of addresses or hostnames of devices to ping.
| |
Interface |
Existing interface on which the temporary vlan interface is created
| |
PacketSize |
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.
| |
PingTimeoutMsec |
Specifies the number of milliseconds to wait for each individual ping response. The default value is 500 ms.
| |
ProhibitFragmentation |
Specifies that the Do not Fragment (DF) flag is enabled for the ICMP packets.
| |
SourceAddressV4 |
The ipv4 source address to be used in the ICMP ping packets
sourceAddressV4 or sourceAddressV6 is required
| |
SourceAddressV6 |
The ipv6 source address to be used in the ICMP ping packets
sourceAddressV4 or sourceAddressV6 is required
| |
TotalTimeoutSec |
Specifies the length of time the ping should wait for a system response before issuing the next ping attempt or ending the process.
| |
VirtualNetworkTag |
VLAN on which host addresses reachability needs to be tested
The temporary vlan interface is created with this tag
|