Lab 12: Implement DHCP Relay Agent (Module 8)
Which of the following commands do you run on Windows 10 to collect details, such as the IPv4 address of the DHCP server that issued the IPv4 address lease?
ipconfig /all
Which of the following statements correctly describes the function of a DHCP relay agent?
A DHCP relay agent is a computer with more than one network interface that forwards IP configuration to another network segment
Which of the following Windows PowerShell commands enables an administrator to configure Windows Remote Access service? [Choose all that apply]
Install-WindowsFeature -Name DirectAccess-VPN -IncludeManagementTools Add-WindowsFeature -Name DirectAccess-VPN -IncludeManagementTools
To configure a Windows Server computer to function as a DHCP relay agent host, which of the following Windows server roles or features must be installed?
DirectAccess-VPN
You have a DCHP server PLABDC01, connected to subnet 172.16.0.0/24, and a client computer PLABWIN101 connected to subnet 172.16.1.0/24. You also have a DHCP Relay Agent PLABSA02, which has two network interfaces - NIC1, connected to 172.16.0.0/24 and NIC2, connected to 172.16.1.0/24. Which interface do you select to enable PLABSA02 to forward DHCP packets to PLABWIN101?
NIC2