A network administrator executes the `show ipv6 interface gigabitethernet0/0/0` command on a Cisco IOS router. The interface has a burned-in MAC address of `3c4a.9211.2233` and is configured to generate its link-local address dynamically using the IEEE EUI-64 process. Which IPv6 link-local address will be assigned to this interface?
- fe80::3e4a:92ff:fe11:2233Answer
- Bfe80::3c4a:92ff:fe11:2233
- Cfe80::3e4a:92ff:ffff:2233
- Dfc00::3e4a:92ff:fe11:2233
Answer
fe80::3e4a:92ff:fe11:2233
IPv6 link-local addresses use the FE80::/10 prefix. When generating a 64-bit interface identifier using EUI-64 from a 48-bit MAC address (3c4a.9211.2233), FFFE is inserted between the 3rd and 4th bytes (after 92), and the 7th bit (Universal/Local bit) of the first byte (0x3C = 0011 1100) is inverted to 1 (0x3E = 0011 1110). Combining FE80:: with 3e4a:92ff:fe11:2233 produces fe80::3e4a:92ff:fe11:2233.
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Derivation and Link-Local Address Formation