An administrator enables IPv6 autoconfiguration on a network host interface with a burned-in hardware MAC address of 70-69-5A-12-34-B5. Which two statements regarding the generated EUI-64 interface identifier and link-local address are correct?
- The generated interface identifier is 7269:5aff:fe12:34b5.Answer
- The automatically assigned link-local address uses the prefix fe80::/10.Answer
- CThe 16-bit hexadecimal string ffff is inserted between the OUI and the device identifier.
- DThe 7th bit of the first byte remains unchanged as 0 to indicate a universally administered address.
Answer
The correct statements are that the generated interface identifier is 7269:5aff:fe12:34b5 and the link-local address uses the prefix fe80::/10.
Generating an IPv6 EUI-64 interface identifier from a 48-bit MAC address requires splitting the MAC address into two 24-bit halves, inserting fffe into the middle, and inverting the 7th bit (Universal/Local bit) of the first byte. For the MAC 70-69-5A-12-34-B5, the byte 70 (0111 0000) becomes 72 (0111 0010), producing the interface ID 7269:5aff:fe12:34b5. Furthermore, all IPv6 link-local autoconfigured addresses use the standardized prefix fe80::/10.
Step-by-Step Solution
Key Concept
IPv6 EUI-64 Interface Identifier Derivation and Link-Local Addressing
Estimated Time:1m 30s