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?
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?
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.
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
B is correct
B is correct
Why do ALS2 clients receive IPv6 addresses?
DSW1 Fa0/0 and Fa0/1 are layer 3 interfaces so both need the dhcp relay configured.