1 | # -- host windows
|
---|
2 |
|
---|
3 | > ping -t fe80::a00:27ff:fe2b:1968%7
|
---|
4 |
|
---|
5 | Pinging fe80::a00:27ff:fe2b:1968%7 with 32 bytes of data:
|
---|
6 | Request timed out.
|
---|
7 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
8 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
9 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
10 | Request timed out.
|
---|
11 | Request timed out.
|
---|
12 | Request timed out.
|
---|
13 | Request timed out.
|
---|
14 | Request timed out.
|
---|
15 | Request timed out.
|
---|
16 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
17 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
18 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
19 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
20 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
21 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
22 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
23 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
24 | Reply from fe80::a00:27ff:fe2b:1968%7: time<1ms
|
---|
25 | Request timed out.
|
---|
26 | Request timed out.
|
---|
27 | Request timed out.
|
---|
28 |
|
---|
29 | Ping statistics for fe80::a00:27ff:fe2b:1968%7:
|
---|
30 | Packets: Sent = 22, Received = 12, Lost = 10 (45% loss),
|
---|
31 | Approximate round trip times in milli-seconds:
|
---|
32 | Minimum = 0ms, Maximum = 0ms, Average = 0ms
|
---|
33 | Control-C
|
---|
34 |
|
---|
35 | # -- guest linux
|
---|
36 |
|
---|
37 | # variations when spamming:
|
---|
38 |
|
---|
39 | # ip -6 neigh
|
---|
40 | fe80::6924:e5b0:7c18:8897 dev enp0s8 lladdr 0a:00:27:00:00:07 DELAY
|
---|
41 | # ip -6 neigh
|
---|
42 | fe80::6924:e5b0:7c18:8897 dev enp0s8 lladdr 0a:00:27:00:00:07 PROBE
|
---|
43 | # ip -6 neigh
|
---|
44 | fe80::6924:e5b0:7c18:8897 dev enp0s8 FAILED
|
---|
45 | # ip -6 neigh
|
---|
46 | fe80::6924:e5b0:7c18:8897 dev enp0s8 INCOMPLETE
|
---|