A network administrator executes the command `show interface GigabitEthernet0/0` on a Cisco router and notes a MAC address of `a1b2.c3d4.e5f6`. The interface is then configured with the command `ipv6 address 2001:db8:1111:2222::/64 eui-64`. Which IPv6 global unicast address will be generated on this interface?
- 2001:db8:1111:2222:a3b2:c3ff:fed4:e5f6Cevap
- B2001:db8:1111:2222:a1b2:c3ff:fed4:e5f6
- C2001:db8:1111:2222:a3b2:c3fe:ffd4:e5f6
- D2001:db8:1111:2222:a3b2:c3d4:e5f6:fffe
Cevap
2001:db8:1111:2222:a3b2:c3ff:fed4:e5f6
Generating an IPv6 EUI-64 interface identifier requires splitting the 48-bit MAC address (a1:b2:c3:d4:e5:f6) into two 24-bit halves, inserting FFFE in the middle (a1b2:c3ff:fed4:e5f6), and flipping the 7th bit (Universal/Local bit) of the first byte. Converting 0xa1 (10100001 in binary) to invert the 7th bit yields 0xa3 (10100011 in binary). Combining the prefix 2001:db8:1111:2222::/64 with the modified interface ID gives 2001:db8:1111:2222:a3b2:c3ff:fed4:e5f6.
Adım Adım Çözüm
Anahtar Kavram
EUI-64 Interface Identifier Generation
Tahmini Süre:1m 30s