QuestionQ282

Infrastructure Services

Question Image

Refer to the exhibit. After the network administrator rebuilds the IPv6 DHCP server, clients are not getting the IPv6 address lease. Which action resolves the issue?

  • A Add ipv6 dhcp server MY_POOL under the interface ethernet 0/0 on H1.
  • B Remove FE80::A8BB:CCFF:FE00:5000 assigned by the IPv6 DHCP server.
  • C Configure FF02::1:2 to discover all IPv6 DHCP clients.
  • D Add ipv6 dhcp server MY_POOL under the interface ethernet 0/0 on R1.
Explanation

For a DHCP server to distribute addresses from a pool, the pool must be explicitly enabled on the router's outbound interface using the ipv6 dhcp server <pool-name> command. This command instructs the interface to serve addresses from that pool in response to DHCPv6 client requests. Without this configuration on the server's interface, the pool is defined but not active.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!