An network engineer is configuring a Cisco router interface using IPv6 link-local autoconfiguration. The burned-in MAC address of the interface is `0800.279f.a1b2`. Which IPv6 link-local address will be automatically generated for this interface using the EUI-64 standard?
- fe80::a00:27ff:fe9f:a1b2Answer
- Bfe80::800:27ff:fe9f:a1b2
- Cfe80::a00:27ff:ffff:a1b2
- Dfe80::a00:279f:a1b2:fffe
Answer
fe80::a00:27ff:fe9f:a1b2
The address fe80::a00:27ff:fe9f:a1b2 is correct because the EUI-64 process takes the MAC address 0800.279f.a1b2, inserts FFFE between the 24th and 25th bits (0800:27FF:FE9F:A1B2), and flips the 7th bit of the first byte from 0 to 1 (converting 08 to 0A). Combining this 64-bit interface ID with the FE80::/64 link-local prefix yields fe80::a00:27ff:fe9f:a1b2.
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Generation