An engineer inspects the IPv6 neighbor discovery table on a Cisco router and observes the dynamically generated link-local address fe80::2e0:a3ff:fe14:5678 assigned to an auto-configured host interface. Based on the standard EUI-64 calculation process, what is the original burned-in MAC address of the host network interface card?
- 00e0.a314.5678Answer
- B02e0.a314.5678
- C00e0.a3ff.5678
- D04e0.a314.5678
Answer
The original burned-in MAC address of the host network interface card is 00e0.a314.5678.
To reverse the EUI-64 process for the interface ID 02e0:a3ff:fe14:5678, first remove the 16-bit 'FFFE' inserted into the middle, which leaves 02e0.a314.5678. Next, invert the 7th bit (Universal/Local bit) in the first byte. Hexadecimal 02 is binary 00000010; inverting the 7th bit produces binary 00000000 (hexadecimal 00). Therefore, the original MAC address is 00e0.a314.5678.
Step-by-Step Solution
Key Concept
Reversing standard IPv6 EUI-64 interface identifier generation to recover the original 48-bit MAC address
Estimated Time:1m 30s