Exam 300-410 All QuestionsBrowse all questions from this exam
Question 251

Refer to the exhibit. Clients on ALS2 receive IPv4 and IPv6 addresses, but clients on ALS1 receive only IPv4 addresses and not IPv6 addresses. Which action on

DSW1 allows clients on ALS1 to receive IPv6 addresses?

    Correct Answer: B

    To allow clients on ALS1 to receive IPv6 addresses, you need to configure DSW1 to relay DHCPv6 requests to the DHCP server. This is done by using the command 'ipv6 dhcp relay destination'. The displayed option to configure DSW1 with 'ipv6 dhcp relay destination 2002:404:404::404:404 GigabitEthernet1/2' ensures that the DHCPv6 packets will be forwarded to the DHCP server, allowing ALS1 clients to receive IPv6 addresses.

Discussion
HungarianDishOption: B

DSW1(config)#int f0/0 DSW1(config-if)#ipv6 dhcp relay destination 2002:404:404::404:404 GigabitEthernet1/2 Explanation: https://www.cbtnuggets.com/blog/technology/networking/how-to-use-the-ipv6-dhcp-relay

SeMo0o0o0Option: B

B is correct

inteldarvidOption: B

B is correct

slcc99

Why do ALS2 clients receive IPv6 addresses?

Rob_CCNP000

DSW1 Fa0/0 and Fa0/1 are layer 3 interfaces so both need the dhcp relay configured.