ping6-option
Use this command to configure behavior of ping6.
Syntax
execute ping6-option data-size <bytes_int>
execute ping6-option pattern <bufferpattern_hex>
execute ping6-option repeat-count <repeat_int>
execute ping6-option source {auto | <interface_ipv4>}
execute ping6-option timeout <seconds_int>
execute ping6-option tos {default | lowcost | lowdelay | reliability | throughput}
execute ping6-option ttl <hops_int>
execute ping6-option validate-reply {yes | no}
execute ping6-option view-settings
Variable |
Description |
Default |
Enter datagram size in bytes.This allows you to send out packets of different sizes for testing the effect of packet size on the connection. If you want to configure the pattern that will be used to buffer small datagrams to reach this size, also configure pattern <bufferpattern_hex>. |
56 |
|
Enter a hexadecimal pattern, such as |
|
|
Enter the number of times to repeat the ping. |
5 |
|
Select the network interface from which the ping is sent. Enter either |
auto |
|
Enter the ping response timeout in seconds. |
2 |
|
tos {default | lowcost | lowdelay | reliability | throughput} |
Enter the IP type-of-service option value, either:
|
default |
Enter the time-to-live (TTL) value. |
64 |
|
Select whether or not to validate ping replies. |
no |
|
Display the current ping option settings. |
|