Technical data
Using Operating Commands
303561-A Rev 00
3-13
Examples:
ping -ipv6
3FFE:1300:0003:0011:0000:0001:
A2A5:2159
Pings the device at the IPv6 address
3FFE:1300:0003:0011:0000:0001:A2A5:2159
and waits up to 5 seconds (default) for a
response.
ping -ipv6
3FFE:1300:0003:0011:0000:0001:
A2A5:2159 -p
Same as above, but displays the intervening hop
addresses to the destination and the time it took
to reach them before displaying the response
message for each ping. For example, the
console displays the following messages:
1 (If 2):
[3FFE:1300:0100:0005::004C:3F6A], time =
5 ms.
2 (If 2):
[3FFE:1300:0100:000B:0000:5E10:AF4B:010
1], time = 8 ms.
3 (If 2):
[3FFE:1300:0002:0024:0200:A2FF:FE0B:AE7
E], time = 1 ms.
4 (If 2):
[3FFE:1300:0003:0011:0000:0001:A2A5:215
9], time = 1 ms.
ping -ipv6 FE80::004C:3F6A -i2
-r3 -v
Provides additional information about the
repeated ping of a link-local IPv6 address
FE80::004C:3F6A from interface index 2. For
example, the console displays the following
messages:
16 bytes from (FE80::004C:3F6A) via
If 2: icmp_seq=0, time= 5 ms
16 bytes from (FE80::004C:3F6A) via
If 2: icmp_seq=1, time= 6 ms
16 bytes from (FE80::004C:3F6A) via
If 2: icmp_seq=2, time= 6 ms
---- IPV6 PING Statistics----
IPV6 ping: [FE80::004C:3F6A]
responded to 3 out of 3: 100%
success.
round-trip (ms) min/avg/max = 5/5/6