A Cisco router interface with MAC address 0011.4567.89ab is configured to dynamically derive its IPv6 interface identifier using EUI-64. What is the resulting 64-bit interface identifier in standard colon-separated hexadecimal IPv6 format?
Cevap: 0211:45ff:fe67:89ab / 211:45ff:fe67:89ab
Cevap
0211:45ff:fe67:89ab
To derive a 64-bit IPv6 interface identifier from the 48-bit MAC address 0011.4567.89ab using EUI-64: 1) Insert FFFE into the middle of the MAC address, yielding 0011:45FF:FE67:89AB. 2) Invert the 7th bit (Universal/Local bit) of the first octet. The first octet 0x00 (0000 0000 in binary) becomes 0x02 (0000 0010 in binary). Combining these steps yields the final interface identifier 0211:45ff:fe67:89ab (or 211:45ff:fe67:89ab without leading zero).
Adım Adım Çözüm
Anahtar Kavram
IPv6 EUI-64 Interface Identifier Derivation