A network engineer is deploying IPv6 across an enterprise branch using the assigned global unicast prefix . Interfaces are set to use SLAAC with EUI-64 interface identifier generation. Which two statements correctly describe the prefix subnetting and EUI-64 address generation for this implementation? (Select TWO.)
- Subnetting the prefix into standard subnets yields () unique subnets.Answer
- A host with MAC address using EUI-64 auto-configuration generates the interface identifier .Answer
- CSubnetting the prefix into subnets yields usable subnets because the first and last subnets are reserved for network and broadcast identities.
- DGenerating an EUI-64 interface ID from a 48-bit MAC address requires inserting the 16-bit hex value between the OUI and vendor-assigned serial number.
- EThe prefix falls within the Unique Local IPv6 address block allocated for non-routable private enterprise networks.
Answer
Subnetting a prefix into subnets produces unique subnets, and converting the MAC address via EUI-64 produces .
Subnetting a prefix to provides subnet bits (), giving subnets without subtracting any reserved subnets. Additionally, converting the MAC address to EUI-64 splits the address into and , inserts to form , and flips the 7th bit of () to (), giving .
Step-by-Step Solution
Key Concept
IPv6 Subnetting & EUI-64 Address Generation