
217
Field description
0% packet loss
Percentage of echo requests that failed to be echoed back.
round-trip min/avg/max =
0.717/1.101/2.243 ms
Minimum/average/maximum response time, in milliseconds.
ping ipv6
Use
ping
ipv6
to check the connectivity to an IPv6 address.
Syntax
ping ipv6
[
-c count
|
-s size
]
*
ipv6-address
Views
Any view
Parameters
-c
count
: Specifies the number of ICMPv6 echo requests to send, in the range of 1 to 2147483647.
The default is 5.
-s size
: Specifies the length (in bytes) of each ICMPv6 echo request, in the range of 20 to 8100. The
default is 56.
Ipv6-address
: Specifies the IPv6 address of the destination.
Usage guidelines
When you execute the
ping ipv6
command, the device sends ICMPv6 echo requests to the
destination. You can press
Ctrl+C
to abort the ping operation.
Examples
# Check the connectivity to the destination 2001::2.
<boot> ping ipv6 2001::2
ping ipv6 2001::2
PING 2001::2 (2001::2): 56 data bytes
56 bytes from 2001::2: seq=0 ttl=64 time=5.420 ms
56 bytes from 2001::2: seq=1 ttl=64 time=1.140 ms
56 bytes from 2001::2: seq=2 ttl=64 time=2.027 ms
56 bytes from 2001::2: seq=3 ttl=64 time=0.887 ms
56 bytes from 2001::2: seq=4 ttl=64 time=0.791 ms
--- 2001::2 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.791/2.053/5.420 ms
For more information about the fields, see
.
pwd
Use
pwd
to display the current path.
Syntax
pwd
Views
User view