Re: Command to Display Prefixes and Default router entries in Linux
Povl Ole Haarlev Olsen <[email protected]> Thu, 23 Jun 2022 19:24:56 +0200 (CEST)
| Newsgroups | gmane.linux.debian.devel.ipv6 |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 23 Jun 2022, Dheeraj Kandula wrote: > In FreeBSD we have the "ndp -p" and "ndp -r" to display the Prefixes > and the default router entries learned from Router Advertisements. > > Is there an equivalent command in Linux? > > I tried "ip neighbor" but that doesn't display the entries related to RA. Maybe "ip -6 route" has (some of) what you're looking for?