nerdexam
Cisco

200-301 · Question #522

Refer to the exhibit. An engineer is configuring the HO router. Which IPv6 address configuration must be applied to the router fa0/1 interface for the router to assign a unique 64-brt IPv6 address to

The correct answer is A. ipv6 address 2001:DB8:0:1:C601:42FF:FE0F:7/64. To assign a unique 64-bit IPv6 address using EUI-64, the router's MAC address is extended with FFFE and a specific bit in the first byte is inverted.

Submitted by chen.hong· Mar 5, 2026IP Connectivity

Question

Refer to the exhibit. An engineer is configuring the HO router. Which IPv6 address configuration must be applied to the router fa0/1 interface for the router to assign a unique 64-brt IPv6 address to Itself?

Exhibits

200-301 question #522 exhibit 1
200-301 question #522 exhibit 2

Options

  • Aipv6 address 2001:DB8:0:1:C601:42FF:FE0F:7/64
  • Bipv6 address 2001:DB8:0:1:C601:42FE:800F:7/64
  • Cipv6 address 2001:DB8:0:1:FFFF:C601:420F:7/64
  • Dipv6 address 2001:DB8:0:1:FE80:C601:420F:7/64

How the community answered

(43 responses)
  • A
    44% (19)
  • B
    30% (13)
  • C
    9% (4)
  • D
    16% (7)

Why each option

To assign a unique 64-bit IPv6 address using EUI-64, the router's MAC address is extended with FFFE and a specific bit in the first byte is inverted.

Aipv6 address 2001:DB8:0:1:C601:42FF:FE0F:7/64Correct

The EUI-64 process takes the 48-bit MAC address `C401.420F.0007` and inserts `FFFE` in the middle to form `C4:01:42:FF:FE:0F:00:07`. The 7th bit (0-indexed from left, bit 6) of the first byte (`C4`, which is `11000100` in binary) is then inverted (the `0` becomes `1`), resulting in `11000110` (`C6` in hex), yielding the interface ID `C601:42FF:FE0F:7` combined with the given prefix.

Bipv6 address 2001:DB8:0:1:C601:42FE:800F:7/64

This option contains an incorrect interface identifier, as it does not correctly apply the EUI-64 bit inversion rule to the MAC address's first octet.

Cipv6 address 2001:DB8:0:1:FFFF:C601:420F:7/64
Dipv6 address 2001:DB8:0:1:FE80:C601:420F:7/64

Concept tested: IPv6 EUI-64 address generation

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6/configuration/xe-3s/ipv6-xe-3s-book/ip6-eui64.html

Topics

#IPv6 EUI-64#IPv6 SLAAC#Router IPv6 configuration

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice