Check out these additional IPv6 Resources: |
Our IPv6 overview course at Udemy |
Our IPv6 Custom Profiles for Wireshark |
Our IPv6 classes at the Online School |
A great question I was asked in class was:
“If Neighbor Discovery processes have replaced ARP in ICMPv6, how do you look at the equivalent of the ARP cache?”
Great question.
Here is the answer for Windows:
- Click START> RUN> and type cmd in the box to open Command Prompt. in your Windows environment.
- Type netsh at the command prompt, and then press ENTER.
- Now type interface ipv6, and then press ENTER.
- Lastly, type show neighbors, and then press ENTER.
Here is a sample output (though I was not connected to an IPv6 network):
Here is a Windows example output on Windows 10 connected to an IPv6 network (it is long):
For Linux, you can view IPv6 neighbors using the following command:
# ip -6 neighbor show
On a MAC, use the following:
Andrews-iMac:~ andrew$ ndp -a
I hope you find this article and its content helpful. Comments are welcomed below. If you would like to see more articles like this, please support us by clicking the patron link where you will receive free bonus access to courses and more, or simply buying us a cup of coffee!, and all comments are welcome!