DGS-6604
m
ping
CLI Reference Guide
480
ping
Use ping to diagnose basic network connectivity.
ping [
OPTIONS
] {
IP
-
ADDRESS
|
IPV6
-
ADDRESS
}
Default
-s:
56 bytes
-c:
5 count packets
-i:
1 second
-Q:
0 TOS
Syntax Description
OPTIONS
(Optional) The option can be any combination of the following parameters:
-A
Adapt to return interval of packets. That is to send packets at approximately the
rate at which they are received.
-c
COUNT
Stop after sending count ECHO_RESPONSE packets.
-i
WAIT
Wait WAIT seconds between sending each packet. Default is to wait one second
between each packet. This option is incompatible with -A option and it will be
ignored when it is along with -A option.
-
Q
TOS
Set Quality of Service on ICMP data grams.
-
s
PACKETSIZE
Specifies the number of data bytes to be sent. Default is 56, which translates into
64 ICMP data bytes when combined with the 8 bytes of ICMP header data. It
does not include any VLAN or IEEE802.1Q tag length.
-
w
N
Stop ping after N seconds.
-
W
N
When waiting for a response, time out after N seconds. If N is not specified, the
default is one second.
IP-ADDRESS
IPv4 address in dot notation (a.b.c.d) of the destination host.
IPV6-ADDRESS
IPv6 address of the destination host.