IPv6 Solicited-Multicast - what is the query really for?
Hello, my question:
It often states: "The solicited-node multicast address facilitates the efficient querying of network nodes to resolve a link-layer address from a known IPv6 address, known as link-layer address resolution."
For me "link-layer address" means the MAC address of the NIC.
For me "from a known IPv6 address" means the fe80::/64 link-local address.
Normally the fe80::/64 link-local address is built from the IEEE 802 or EUI-64 address. So, if the IPv6 address is already known, the interface ID of the fe80::/64 address is already known, so why to try to re-resolve the MAC address via sending a solicited-node multicast address constructed from the prefix FF02::1:FF00:0/104?
Example:
If I know FE80::2AA:FF:FE28:9C5A I can build the multicast address FF02::1:FF28:9C5A to send it out. But why? In this case I already know the rest (upper 24 bit) which in this case is 0x0002AA.
Thanks in advance for each note.
It often states: "The solicited-node multicast address facilitates the efficient querying of network nodes to resolve a link-layer address from a known IPv6 address, known as link-layer address resolution."
For me "link-layer address" means the MAC address of the NIC.
For me "from a known IPv6 address" means the fe80::/64 link-local address.
Normally the fe80::/64 link-local address is built from the IEEE 802 or EUI-64 address. So, if the IPv6 address is already known, the interface ID of the fe80::/64 address is already known, so why to try to re-resolve the MAC address via sending a solicited-node multicast address constructed from the prefix FF02::1:FF00:0/104?
Example:
If I know FE80::2AA:FF:FE28:9C5A I can build the multicast address FF02::1:FF28:9C5A to send it out. But why? In this case I already know the rest (upper 24 bit) which in this case is 0x0002AA.
Thanks in advance for each note.
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 461759
Url: https://administrator.de/forum/ipv6-solicited-multicast-what-is-the-query-really-for-461759.html
Ausgedruckt am: 15.04.2025 um 19:04 Uhr
3 Kommentare
Neuester Kommentar
Did maybe that answer your question ?!
https://en.wikipedia.org/wiki/Solicited-node_multicast_address
https://en.wikipedia.org/wiki/Solicited-node_multicast_address
Hallo,
https://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/113328-i ...
You may use manually configured link-local-addresses.
You may not use EUI-64: https://tools.ietf.org/html/rfc4291?referring_site=bodynav#section-2.5.1
lcer
https://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/113328-i ...
Link-local addresses are not necessarily bound to the MAC address (configured in a EUI-64 format). Link-local addresses can also be manually configured in the FE80::/10 format using the ipv6 address link-local command.
You may use manually configured link-local-addresses.
You may not use EUI-64: https://tools.ietf.org/html/rfc4291?referring_site=bodynav#section-2.5.1
lcer