A network administrator enters the command `ipv6 address 2001:db8:1111:2222::/64 eui-64` on a Cisco router interface. If the MAC address of the interface is `1422.db88.99aa`, which IPv6 address will be automatically configured on the interface?
- 2001:db8:1111:2222:1622:dbff:fe88:99aaCevap
- B2001:db8:1111:2222:1422:dbff:fe88:99aa
- C2001:db8:1111:2222:1622:db88:fffe:99aa
- D2001:db8:1111:2222:1622:dbff:fe88:99ab
Cevap
The IPv6 address automatically configured on the interface is 2001:db8:1111:2222:1622:dbff:fe88:99aa.
The correct option demonstrates the precise three-step EUI-64 calculation process: splitting MAC address 1422.db88.99aa into two 24-bit halves, inserting FFFE in the center to form 64 bits, and flipping the seventh bit of the first byte (converting 0x14 to 0x16), resulting in 2001:db8:1111:2222:1622:dbff:fe88:99aa.
Adım Adım Çözüm
Anahtar Kavram
Modified EUI-64 Interface Identifier Generation