A network administrator is configuring a router interface for IPv6 stateless address autoconfiguration (SLAAC) using EUI-64. The interface is assigned the IPv6 prefix and has a MAC address of . Which complete IPv6 global unicast address will be generated for this interface?
- 2001:db8:cafe:10:b6a9:5aff:fe12:3456Answer
- B2001:db8:cafe:10:b4a9:5aff:fe12:3456
- C2001:db8:cafe:10:b6a9:5aff:ff12:3456
- D2001:db8:cafe:10:fffe:b6a9:5a12:3456
Answer
2001:db8:cafe:10:b6a9:5aff:fe12:3456
The address ending in 'b6a9:5aff:fe12:3456' is correct because EUI-64 splits the MAC address B4:A9:5A:12:34:56 into two equal parts, inserts the 16-bit hex value FFFE into the middle, and flips the 7th bit of the first byte (changing 0xB4, which is 1011 0100 binary, into 0xB6, which is 1011 0110 binary).
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Generation
Estimated Time:1m 15s