A network engineer is configuring an interface on a Cisco router for VLAN 270 using the assigned IPv6 block . Per organization policy, the 16-bit subnet ID field in the prefix must be the exact hexadecimal equivalent of the decimal VLAN ID (). The router interface has a hardware MAC address of `3C4A.9211.2233` and is configured with the command `ipv6 address 2001:db8:abcd:10e::/64 eui-64`. Which IPv6 global unicast address will be dynamically generated on this interface?
- 2001:db8:abcd:10e:3e4a:92ff:fe11:2233Answer
- B2001:db8:abcd:10e:3c4a:92ff:fe11:2233
- C2001:db8:abcd:270:3e4a:92ff:fe11:2233
- D2001:db8:abcd:270:3c4a:92ff:fe11:2233
Answer
2001:db8:abcd:10e:3e4a:92ff:fe11:2233
The correct option correctly converts decimal VLAN 270 into hexadecimal 010E (`10e`), inserts `FFFE` into the MAC address `3C4A.9211.2233`, and flips the 7th bit of the first byte (`3C` = `0011 1100` -> `0011 1110` = `3E`), producing the full IPv6 address `2001:db8:abcd:10e:3e4a:92ff:fe11:2233`.
Step-by-Step Solution
Key Concept
EUI-64 Interface Identifier Generation & IPv6 Hexadecimal Subnetting