A network administrator is configuring IPv6 auto-configuration using SLAAC and EUI-64 process on Cisco router interfaces. Match each 48-bit MAC address on the left to its corresponding EUI-64 derived IPv6 Link-Local address on the right.
- 0012.3456.789Afe80::212:34ff:fe56:789a
- 0212.3456.789Afe80::12:34ff:fe56:789a
- 1012.3456.789Afe80::1212:34ff:fe56:789a
- 1212.3456.789Afe80::1012:34ff:fe56:789a
Cevap
MAC 0012.3456.789A matches fe80::212:34ff:fe56:789a; MAC 0212.3456.789A matches fe80::12:34ff:fe56:789a; MAC 1012.3456.789A matches fe80::1212:34ff:fe56:789a; MAC 1212.3456.789A matches fe80::1012:34ff:fe56:789a.
Each MAC address is correctly converted to EUI-64 format by inserting FFFE into the middle of the 48-bit address and inverting the 7th bit (the Universal/Local bit) of the first byte. The resulting 64-bit interface ID is appended to the Link-Local prefix fe80::/64, with leading zeros in any 16-bit block omitted per standard IPv6 address formatting rules.
Adım Adım Çözüm
Anahtar Kavram
EUI-64 Interface Identifier Generation and SLAAC Link-Local Addressing