1. Local Scope Multicast Addresses
- Multicast addresses that begin with FF02::/16 have a link-local scope i.e., routers will not forward these packets outside the local subnet.
- Multicast addresses that begin with FF08::/16 have an organizational-local scope i.e., packets sent to these addresses are forwarded throughout the enterprise but not out the internet.
- Command to verify the Local-scope Multicast addresses is show ipv6 interface G0/0
Key IPv6 Local-scope Multicast Addresses
2. Solicied-Node Multicast Addresses
- It is also a Link-local multicast address.
- If more than one host in a subnet happens to have equal values in the last six hex digits of its unicast addresses, they calculate and use the same solicited-node multicast address. Some protocols need this kind of logic of sending one multicast packet to all hosts that have these similar unicast IPv6 addresses.
- For each unicast address on each interface, the device must calculate its Solicited-node multicast address and listen for packets sent to those addresses. One for Global unicast address and other for Unique local address.
Comments