A network engineer is inspecting an IPv6 neighbor discovery cache entry on a Cisco switch and identifies a connected host with the SLAAC-generated link-local address . Based on the EUI-64 address generation standard, what is the original burned-in MAC address of the host's network interface card?
- 1c1b.0d44.5566Cevap
- B1e1b.0d44.5566
- C1d1b.0d44.5566
- D1c1b.0dff.5566
Cevap
The original burned-in MAC address of the host is 1c1b.0d44.5566.
To reverse the EUI-64 process for the interface ID , first remove the 16-bit inserted in the middle to restore 48 bits: . Next, convert the first byte to binary () and invert the 7th bit (counted from left to right), changing it from 1 to 0 to get (). Reassembling the MAC address yields 1c1b.0d44.5566.
Adım Adım Çözüm
Anahtar Kavram
Reversing EUI-64 Interface Identifier Derivation to Extract Original MAC Address