A network engineer is configuring a static host entry on a datacenter firewall for a server deployed on the IPv6 subnet . The server interface uses the MAC address and generates its host portion automatically via the IEEE EUI-64 mechanism. Which of the following represents the fully compliant RFC 5952 IPv6 global unicast address for this server?
- 2001:db8:cafe:10:250:56ff:fea1:b2c3Cevap
- B2001:db8:cafe:10:50:56ff:fea1:b2c3
- C2001:db8:cafe:10::250:56ff:fea1:b2c3
- D2001:db8:cafe:10:0250:56ff:ffff:a1b2:c3
Cevap
The correct IPv6 address is 2001:db8:cafe:10:250:56ff:fea1:b2c3.
To construct an EUI-64 IPv6 interface identifier from a MAC address (00:50:56:A1:B2:C3), insert FF:FE into the middle (00:50:56:FF:FE:A1:B2:C3) and invert the 7th bit of the first byte (0x00 becomes 0x02). Grouping into 16-bit hextets yields 0250:56ff:fea1:b2c3. Appending this to the subnet prefix 2001:db8:cafe:10::/64 gives 2001:0db8:cafe:0010:0250:56ff:fea1:b2c3. Applying RFC 5952 rules suppresses leading zeros in each hextet (0db8 -> db8, 0010 -> 10, 0250 -> 250), producing 2001:db8:cafe:10:250:56ff:fea1:b2c3.
Adım Adım Çözüm
Anahtar Kavram
EUI-64 Interface Identifier Generation and RFC 5952 Address Compression
Tahmini Süre:2m 0s