2-2 
Examples 
# Test whether destination 2001::1 is accessible. 
<Sysname> ping ipv6 2001::1 
  PING 2001::1 : 56  data bytes, press CTRL_C to break 
    Reply from 2001::1 
    bytes=56 Sequence=1 hop limit=64  time = 20 ms 
    Reply from 2001::1 
    bytes=56 Sequence=2 hop limit=64  time = 0 ms 
    Reply from 2001::1 
    bytes=56 Sequence=3 hop limit=64  time = 0 ms 
    Reply from 2001::1 
    bytes=56 Sequence=4 hop limit=64  time = 0 ms 
    Reply from 2001::1 
    bytes=56 Sequence=5 hop limit=64  time = 0 ms 
 
  --- 2001::1 ping statistics --- 
    5 packet(s) transmitted 
    5 packet(s) received 
    0.00% packet loss 
    round-trip min/avg/max = 0/4/20 ms 
Table 2-1 Description on the fields of the ping ipv6 command 
Field  Description 
PING 2001::1  Verify whether the device at 2001::1 is reachable 
56  data bytes  Number of bytes in the ICMPv6 echo request 
press CTRL_C to break 
Press Ctrl + C to terminate the ping operation after the ping ipv6 
command is executed.  
Reply from 2001::1 
An ICMPv6 reply message is received from the device at 2001::1. 
If no ICMPv6 reply is received within the timeout time, “Request time 
out” is displayed. 
bytes=  Number of data bytes in the ICMPv6 reply message 
Sequence=  Packet sequence number 
hop limit= 
TTL in the ICMP reply message, similar to the TTL in the output 
information of IPv4 ping operations. 
time =  Round-trip response time 
--- 2001::1 ping statistics ---  Statistics obtained by pinging the IPv6 address 2001::1 
5 packet(s) transmitted  Number of sent packets 
5 packet(s) received  Number of received packets 
0.00% packet loss  Packet loss percentage 
round-trip min/avg/max = 
0/4/20 ms 
Minimum/average/maximum response time, in milliseconds.