An engineer configures a Cisco router interface GigabitEthernet0/0 with a MAC address of 0011.2589.ABCD using the command `ipv6 address 2001:DB8:ACAD:1::/64 eui-64`. Which IPv6 address will be automatically generated on this interface via the EUI-64 process?
- 2001:DB8:ACAD:1:211:25FF:FE89:ABCDCevap
- B2001:DB8:ACAD:1:11:25FF:FE89:ABCD
- C2001:DB8:ACAD:1:211:25FF:FF89:ABCD
- D2001:DB8:ACAD:1:11:25FF:FF89:ABCD
Cevap
2001:DB8:ACAD:1:211:25FF:FE89:ABCD
The correct address is constructed by splitting MAC address 0011.2589.ABCD into 0011.25 and 89.ABCD, inserting FFFE into the center to get 0011.25FF.FE89.ABCD, and inverting the 7th bit of the first byte from 0 to 1 (changing 0x00 to 0x02). Appending this interface identifier to prefix 2001:DB8:ACAD:1::/64 yields 2001:DB8:ACAD:1:211:25FF:FE89:ABCD after suppressing leading zeros.
Adım Adım Çözüm
Anahtar Kavram
IPv6 EUI-64 Interface Identifier Generation
Tahmini Süre:1m 30s