A network engineer executes the command `ipv6 address 2001:db8:abcd:1000::/64 eui-64` on a Cisco IOS router interface. The interface has a MAC address of `cc01.1a2b.3c4d`. Which IPv6 global unicast address will be assigned to this interface?
- 2001:db8:abcd:1000:ce01:1aff:fe2b:3c4dCevap
- B2001:db8:abcd:1000:cc01:1aff:fe2b:3c4d
- C2001:db8:abcd:1000:ce01:1aff:ffff:3c4d
- D2001:db8:abcd:1000:cd01:1aff:fe2b:3c4d
Cevap
The address 2001:db8:abcd:1000:ce01:1aff:fe2b:3c4d will be assigned to the interface.
The IPv6 address ending in ce01:1aff:fe2b:3c4d correctly applies both EUI-64 modifications: inserting FFFE into the middle of the 48-bit MAC address and inverting the 7th bit of the first byte (0xCC becomes 0xCE).
Adım Adım Çözüm
Anahtar Kavram
EUI-64 Interface Identifier Derivation
Tahmini Süre:1m 15s