0% found this document useful (0 votes)
92 views6 pages

Implementing A DHCP Relay Agent

Uploaded by

usaidesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
92 views6 pages

Implementing A DHCP Relay Agent

Uploaded by

usaidesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

20410D Module 06 Lab: Implementing DHCP

2 Hr 25 Min Remaining
Instructions

Resources

Help
100%
Implementing a DHCP Relay Agent (Optional Exercise)

Scenario

In this exercise you will:

 Install a DHCP relay agent


 Configure a DHCP relay agent
 Test the DHCP relay agent with a client

Scenario
To avoid configuring an additional DHCP server on the subnet, your manager has
asked you to configure a DHCP relay agent for another subnet in your branch
office.

Important
If you are not going to complete this optional exercise, click Done on each step to
advance to the end of the lab. This will ensure you get credit for completing the
lab.

1. Switch to LON-SVR1-Reverted

Switch to 20410D-LON-SVR1-Reverted.

You can also select the machine using the Resources tab.

2. Start LON-SVR1-Reverted

Click the Start button to start the virtual machine.

3. Switch to LON-RTR

Switch to 20410D-LON-RTR.

You can also select the machine using the Resources tab.

Screenshot

4. Activate Windows Logon

Press Ctrl + Alt + End to activate the Windows Logon screen.


You need to activate the Ctrl + Alt + Delete sequence to bring up the logon page.
You can do this in one of two ways:

a. By pressing Ctrl + Alt + End within the virtual machine.


b. By selecting Ctrl + Alt + Deletefrom the Commands menu in the Upper-
left hand corner of the screen.

Screenshot

5. Sign In to LON-RTR

Sign in to 20410D-LON-RTR as Adatum\Administrator with the following


password: Pa$$w0rd and press Enter.

Screenshot

6. Open Routing and Remote Access

In Server Manager, click Tools, and then click Routing and Remote Access.

Screenshot

7. Open New Routing Protocol Window

In the navigation pane, expand LON-RTR (local), expand IPv4, right-


click General, and then click New Routing Protocol.

Screenshot

8. Add DHCP Relay Agent to Router

In the Routing protocols list, click DHCP Relay Agent, and then click OK.

Screenshot

9. Open New Interface for DHCP Relay Agent Dialog Box

In the navigation pane, right-click DHCP Relay Agent, and then click New
Interface.

Screenshot

10. Set to Run Protocol on Ethernet 2

In the New Interface for DHCP Relay Agentdialog box, click Ethernet 2, and
then click OK.

Screenshot
11. Close Properties Dialog Box

In the DHCP Relay Agent Properties - Ethernet 2 Properties dialog box,


click OK.

Screenshot

12. Open DHCP Relay Agent Properties

Right-click DHCP Relay Agent, and then click Properties.

Screenshot

13. Set Server Address: 172.16.0.11

In the DHCP Relay Agent Properties dialog box, in the Server address box,
type: 172.16.0.11 and click Add, then click OK.

Screenshot

14. Close Routing and Remote Access

Close Routing and Remote Access.

Screenshot

15. Switch to LON-SVR1-Reverted

Switch to 20410D-LON-SVR1-Reverted.

You can also select the machine using the Resources tab.

Screenshot

16. Sign In as Adatum\Administrator

Sign in to 20410D-LON-SVR1 as Adatum\Administrator with the password Pa$


$w0rd.

Screenshot

17. Run PowerShell as Administrator

From the desktop, right-click the PowerShellicon and select Run as


administrator.

Screenshot

18. Create DHCP Scope


To test how a client receives an IP address from the DHCP relay agent in another
subnet, you need to create another DHCP scope. At a Windows
PowerShell command prompt, type the code listed in the Idea box,
pressing Enterafter each line.

Add-WindowsFeature -IncludeManagementTools dhcp

netsh dhcp add securitygroups

Restart-service dhcpserver

Add-DhcpServerInDC LON-SVR1 172.16.0.11

Add-DhcpServerv4Scope -Name "Branch Office 2" -StartRange 10.10.0.100 -


EndRange 10.10.0.200 -SubnetMask 255.255.0.0

Add-Dhcpserverv4ExclusionRange -ScopeID 10.10.0.0 -StartRange 10.10.0.190 -


EndRange 10.10.0.200

Set-DhcpServerv4OptionValue -Router 10.10.0.1

Set-DhcpServerv4Scope -ScopeID 10.10.0.0 -State Active


more...

Screenshot

19. Switch to LON-CL2

Switch to 20410D-LON-CL2.

You can also select the machine using the Resources tab.

Screenshot

20. Activate Windows Logon

Press Ctrl + Alt + End to activate the Windows Logon screen.

You need to activate the Ctrl + Alt + Delete sequence to bring up the logon page.
You can do this in one of two ways:

a. By pressing Ctrl + Alt + End within the virtual machine.


b. By selecting Ctrl + Alt + Deletefrom the Commands menu in the Upper-
left hand corner of the screen.
21. Sign In to LON-CL2

Sign in to 20410D-LON-CL2 as Adatum\Administrator with the following


password: Pa$$w0rd and press Enter.
Screenshot

22. Open Control Panel

On the Start screen, type: Control Panel and then press Enter.

Screenshot

23. Open Network and Sharing Center

Under Network and Internet, click View network status and tasks.

Screenshot

24. Access Network Connections

In the Network and Sharing Center window, click Change adapter settings.

Screenshot

25. Open Ethernet Properties

Right-click Ethernet, and then click Properties.

Screenshot

26. Open TCP/IPv4 Properties

In the Ethernet Properties window, click Internet Protocol Version 4


(TCP/IPv4) and then click Properties.

Screenshot

27. Set to Obtain Addresses Automatically

In the Internet Protocol Version 4 (TCP/IPv4) Properties dialog box,


click Obtain an IP address automatically, click Obtain DNS server address
automatically, click OK, and then click Close.

Screenshot

28. Open Command Prompt

Right-click the Start button and then click Command Prompt.

Screenshot

29. Renew IP Configuration


In the Command Prompt window, at a command prompt, type the following,
and then press Enter:
ipconfig /renew

Screenshot

30. Verify LON-CL2 Addresses

Verify that IP address and DNS server settings on LON-CL2 are obtained
from DHCP Serverscope Branch Office 2, installed on LON-SVR1. The IP address
should be in the following range: 10.10.0.100/16 to 10.10.0.200/16.

Screenshot

31. Close All Windows

Close all open windows.

Screenshot

Congratulations!

You have successfully:

 Installed a DHCP relay agent


 Configured a DHCP relay agent
 Tested the DHCP relay agent with a client

You have successfully completed this Module, to mark the lab as complete click on the
menu in the upper right-hand corner and select End.

Previous
19%
Next

You might also like