An administrator is verifying IPv6 stateless address autoconfiguration (SLAAC) on an Ethernet interface with a burned-in MAC address of 0011.2233.4455. Which TWO statements accurately describe the standard EUI-64 interface identifier generation process for this interface? (Select two.)
- The hexadecimal value fffe is inserted into the middle of the 48-bit MAC address between the third and fourth bytes.Answer
- The resulting 64-bit interface identifier derived from the MAC address is 0211:22ff:fe33:4455.Answer
- CThe hexadecimal value ffff is inserted into the middle of the 48-bit MAC address to expand it to 64 bits.
- DThe 7th bit of the first byte of the MAC address remains unchanged to preserve original burned-in MAC formatting, resulting in 0011:22ff:fe33:4455.
Answer
The correct statements are that the hexadecimal value fffe is inserted into the middle of the MAC address between the third and fourth bytes, and the resulting derived 64-bit interface identifier is 0211:22ff:fe33:4455.
Generating an IPv6 EUI-64 interface identifier from a 48-bit MAC address requires two key steps: inserting the 16-bit hex value fffe into the middle of the MAC address between the 3rd and 4th bytes, and inverting the 7th bit (Universal/Local bit) of the first byte. For MAC 0011.2233.4455, the first byte 0x00 (0000 0000) becomes 0x02 (0000 0010), and inserting fffe produces 0211:22ff:fe33:4455.
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Derivation