A network switch interface has a burned-in MAC address of `3464.a912.3456`. When calculating an IPv6 address using the standard IEEE EUI-64 process, what is the generated 64-bit interface identifier expressed in standard colon-separated IPv6 hexadecimal notation?
Cevap: 3664:a9ff:fe12:3456 / 3664:A9FF:FE12:3456
Cevap
3664:a9ff:fe12:3456
Converting the MAC address 34-64-A9-12-34-56 to EUI-64 format requires inserting FFFE into the middle (34-64-A9-FF-FE-12-34-56) and inverting the 7th bit of the first byte (0x34 becomes 0x36). Grouping into 16-bit hexadecimal blocks separated by colons yields 3664:a9ff:fe12:3456.
Adım Adım Çözüm
Anahtar Kavram
EUI-64 Interface Identifier Derivation