Router Solicitation and Router Advertisement are the IPv6 mechanisms by which a device discovers routers on its local network and receives prefix and configuration information. This content uses a live Wireshark capture to show how these ICMPv6 messages work in practice.
Router Solicitation & Advertisement
Let's take a look at that router solicitation and the router advertisement. The router solicitation is the device reaching out and saying, who belongs to the router group, and what information can you give me? Then the response comes back in the form of a router advertisement.
We can see right here I've already made a capture using Wireshark, and we can see right here that this is coming from the fe8, so this is a link local address, and it ends in 6a74. If I were to bring this up in ipconfig, we can see that that's the link local address of this machine.
So it's sending this out, and it's sending it to the ff02::2 group, and this is the all routers group. So it sends it out to the all routers group, and it's a router solicitation, so it's asking for information from the routers.
Then in response we see this router advertisement that happens, and it's going from the link local address of that router - so if we were to jump on that router we would see this link local address on there - and it's going to ff02:1, so it's going to all nodes and gets sent to all devices on the network.
Within there we can actually see some information. We see information such as the prefix length is 64, we can see how long the lifetime should be of it, and the prefix for this. The prefix essentially is the network address, which is fc00:1:
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →