A network engineer is deploying IPv6 across an enterprise LAN using Stateless Address Autoconfiguration (SLAAC). A client workstation on the subnet has the physical MAC address . Which of the following represents the correct 64-bit interface identifier generated for this host using the modified EUI-64 format?
- 0214:22ff:fe01:2345Answer
- B0014:22ff:fe01:2345
- C0214:22ff:ff01:2345
- D0114:22ff:fe01:2345
Answer
0214:22ff:fe01:2345
The interface identifier '0214:22ff:fe01:2345' correctly follows the modified EUI-64 conversion procedure. The MAC address 00:14:22:01:23:45 is divided into two 24-bit halves (00:14:22 and 01:23:45), the 16-bit hex string FFFE is inserted in the middle, and the 7th bit (Universal/Local bit) of the first byte is inverted from 0 to 1 (changing 0x00 to 0x02).
Step-by-Step Solution
Key Concept
Modified EUI-64 Interface Identifier Generation
Estimated Time:1m 30s