A network administrator configures a Cisco router interface using the command `ipv6 address 2001:db8:4444:5555::/64 eui-64`. If the MAC address of the interface is , which full IPv6 global unicast address is generated for this interface?
- 2001:db8:4444:5555:a00:27ff:fe65:4321Answer
- B2001:db8:4444:5555:800:27ff:fe65:4321
- C2001:db8:4444:5555:a00:27ff:ffff:4321
- D2001:db8:4444:5555:a00:27ff:fe65:4320
Answer
2001:db8:4444:5555:a00:27ff:fe65:4321
The correct IPv6 address is constructed by taking the MAC address 0800.2765.4321, inserting FFFE between the third and fourth bytes to form 0800:27FF:FE65:4321, and flipping the 7th bit of the first byte (changing 08 to 0A). Compressing the leading zero of 0A00 produces a00:27ff:fe65:4321, which appends to the prefix 2001:db8:4444:5555::/64.
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Generation
Estimated Time:1m 30s