A network interface with a MAC address of is configured on a subnet with the assigned IPv6 prefix . The interface automatically generates its IPv6 addresses using IEEE EUI-64 format. Which two statements regarding the resulting IPv6 configuration on this interface are correct?
- The calculated EUI-64 interface identifier for the host is 7269:5aff:fe11:2233.Cevap
- The complete global unicast address formed by the interface is 2001:db8:1000:abc:7269:5aff:fe11:2233.Cevap
- CThe interface identifier is constructed as 7069:5aff:fe11:2233 because the first byte of the MAC address remains unmodified during EUI-64 generation.
- DThe /64 prefix allows usable host addresses because IPv6 reserves the first address for network identification and the last address for broadcast.
Cevap
The two correct statements are that the calculated EUI-64 interface identifier is 7269:5aff:fe11:2233 and the complete global unicast address formed by the interface is 2001:db8:1000:abc:7269:5aff:fe11:2233.
The EUI-64 process inserts 0xFFFE between the OUI and vendor portion of the MAC address and flips the 7th bit of the first byte (from 0x70 to 0x72), resulting in the interface ID 7269:5aff:fe11:2233. Appending this to prefix 2001:db8:1000:abc::/64 generates the global unicast address 2001:db8:1000:abc:7269:5aff:fe11:2233.
Adım Adım Çözüm
Anahtar Kavram
EUI-64 Interface Identifier Generation and IPv6 Addressing