A network administrator is configuring SLAAC on a router interface for a host with the MAC address `0012.3456.789A`. What is the 64-bit interface identifier generated using the EUI-64 process?
- 0212:34ff:fe56:789aAnswer
- B0012:34ff:fe56:789a
- C0212:34fe:ff56:789a
- D0212:3456:789a:fffe
Answer
The correct interface identifier is 0212:34ff:fe56:789a.
The EUI-64 calculation process requires splitting the 48-bit MAC address (00:12:34:56:78:9A) into two equal halves, inserting FFFE in the middle (0012:34FF:FE56:789A), and flipping the 7th bit of the first byte (00000000 becomes 00000010, or 02 in hex). This yields 0212:34ff:fe56:789a.
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Generation
Estimated Time:45s