IPv6 EUI-64 Explained | SLAAC
IPv6 EUI-64 is explained in this video.
When creating link-local address or using SLAAC method, we need to create interface ID part of IPv6 address.
Interface ID is created by IPv6 EUI-64 method. Following steps are required to achieve that.
(1) Take MAC address of the interface
(2) Split MAC into two parts
(3) Insert FFFE between MAC parts
(4) Invert the 7th bit of first MAC part
#EUI64
#SLAAC
ipv6
there are very few videos on this topic
Thank you sir
Great explanation except, what is the hexidecimal value of the first MAC part? We see the binary 1011 0101 1010 1101 1100 1101 but not its hexidecimal value. Is it "B5ADCD"?