When an interface automatically constructs an IPv6 EUI-64 interface identifier using the MAC address 00:1A:2B:3C:4D:5E, which string represents the correctly generated 64-bit interface ID?
- 021a:2bff:fe3c:4d5eAnswer
- B001a:2bff:fe3c:4d5e
- C021a:2bff:ff3c:4d5e
- D021a:2b3c:4d5e:fffe
Answer
The correct interface identifier is 021a:2bff:fe3c:4d5e.
To create a 64-bit EUI-64 interface ID from a 48-bit MAC address, the 16-bit value FFFE is inserted between the third and fourth bytes of the MAC address. In addition, the 7th bit (universal/local bit) of the first byte must be inverted. Inverting the 7th bit of 0x00 results in 0x02, producing the complete interface ID 021a:2bff:fe3c:4d5e.
Step-by-Step Solution
Key Concept
EUI-64 Interface ID Generation
Estimated Time:45s