A Cisco router interface with a burned-in MAC address of `d46d.5012.abcd` is configured with the command `ipv6 address 2001:db8:100:1::/64 eui-64`. What is the complete 128-bit IPv6 global unicast address assigned to this interface?
Cevap: 2001:db8:100:1:d66d:50ff:fe12:abcd / 2001:DB8:100:1:D66D:50FF:FE12:ABCD / 2001:db8:100:1:d66d:50ff:fe12:abcd/64 / 2001:0db8:0100:0001:d66d:50ff:fe12:abcd
Cevap
2001:db8:100:1:d66d:50ff:fe12:abcd
To derive the IPv6 global unicast address using EUI-64, the router takes the assigned `/64` prefix `2001:db8:100:1::/64` and appends a 64-bit interface identifier generated from the interface's MAC address (`d46d.5012.abcd`). The MAC address is split into `d46d:50` and `12:abcd`, `FFFE` is inserted into the middle (`d46d:50ff:fe12:abcd`), and the 7th bit of the first byte is inverted (`d4` = `1101 0100` becomes `d6` = `1101 0110`). The final address is `2001:db8:100:1:d66d:50ff:fe12:abcd`.
Adım Adım Çözüm
Anahtar Kavram
Derivation of IPv6 EUI-64 Interface Identifier from a 48-bit MAC address
Tahmini Süre:2m 0s