Solicited Node Multicast Address
Last updated
Last updated
In IPv4, discovery at layer 2 takes pace by means of address resolution protocol or ARP. An Ethernet frame is broadcast with the source address of the node doing discovery and the destination address FF:FF:FF:FF:FF:FF
In IPv6 a Solicited Node Multicast Address is used by Neighbour Discovery Protocol (NDP) to discover the MAC address of an IPv6 address, the process is called DAD (Duplicate Address Detection).
The targeted host responds with a neighbour advertisement.
Setting up IPv6 may still be inconsistent and require some hidden switches. Once IPv6 is enabled on a router the command
shows a default configuration and the neighbour discovery addresses.
Note that the last 6 hexadecimal characters (6B:E3C0) are a consistent across the link local address and the solicited node multicast group address and before that are the values FF:FE. These are EUI-64 generated addresses, I'll explain EUI-64 later.