| Linux IPv6 HOWTO (en) | ||
|---|---|---|
| Prev | Chapter 8. Neighbor Discovery | Next |
With following command you can display the learnt or configured IPv6 neighbors
# ip -6 neigh show [dev <device>] |
The following example shows one neighbor, which is a reachable router
# ip -6 neigh show fe80::201:23ff:fe45:6789 dev eth0 lladdr 00:01:23:45:67:89 router nud reachable |
| Prev | Home | Next |
| Neighbor Discovery | Up | Manipulating neighbors table using "ip" |