300-410 Exam QuestionsBrowse all questions from this exam

300-410 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?

Show Answer
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

4 comments
Sign in to comment
HungarianDishOption: B
May 9, 2023

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

slcc99
Jun 21, 2023

Why do ALS2 clients receive IPv6 addresses?

Rob_CCNP000
Jun 22, 2023

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

inteldarvidOption: B
Jul 14, 2023

B is correct

SeMo0o0o0Option: B
Jul 21, 2024

B is correct