Which set of actions does a network engineer perform to set the IPv6 address of a DHCP relay server at the VLAN interface level?
正解:D
Explanation/Reference: Explanation: You can accept DHCP requests from clients on the associated context or VLAN interface and enable the DHCP relay agent by using the ipv6 dhcp relay enable command (for IPv6) or the ip dhcp relay enable command (for IPv4). The DHCP relay starts forwarding packets to the DHCP server address specified in the ipv6 dhcp relay server command or the ip dhcp relay server command for the associated context or VLAN interface. An example of how to set the IPv6 address of a DHCP relay server at the VLAN interface level: host1/Admin(config)# interface vlan 50 host1/Admin(config-if)# ipv6 dhcp relay enable host1/Admin(config-if)# ipv6 dhcp relay server 2001:DB8:1::1/64 Reference: https://www.cisco.com/c/en/us/td/docs/interfaces_modules/services_modules/ace/vA5_1_0/ command/reference/ACE_cr/if.html