0% found this document useful (0 votes)
11 views

Lab-Activity-DHCP

This document outlines a lab activity for configuring a DHCP server on a Cisco router using Cisco Packet Tracer. It includes steps for setting up a network topology, configuring the router as a DHCP server, and verifying that client PCs receive IP addresses automatically. The activity aims to ensure successful communication between the devices in the network.
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)
11 views

Lab-Activity-DHCP

This document outlines a lab activity for configuring a DHCP server on a Cisco router using Cisco Packet Tracer. It includes steps for setting up a network topology, configuring the router as a DHCP server, and verifying that client PCs receive IP addresses automatically. The activity aims to ensure successful communication between the devices in the network.
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

Lab Activity

Configuring DHCP on a Router Using Cisco Packet Tracer

Objective:

In this lab, you will configure a DHCP server on a Cisco router to automatically assign IP addresses to
client devices in a network. You will verify that the clients successfully receive the IP addresses and can
communicate with each other.

Topology:

You will configure a basic network topology consisting of:

 1 Router

 1 Switch

 3 PCs

Steps to Follow: (Write your actual command in the space provided)

Step 1: Set Up the Network Topology

1. Open Cisco Packet Tracer.

2. Add Devices to the Workspace:

o Drag and drop one router, one switch, and three PCs onto the workspace.

3. Connect Devices:

o Use the appropriate cables (copper straight-through) to connect:

 Each PC to the switch.

 The switch to the router's GigabitEthernet0/0 interface.

Attached Your Packet Tracer Topology…


Step 2: Configure the Router as a DHCP Server

1. Access the Router CLI:

o Click on the router.

o Go to the CLI tab to access the command line interface.

2. Assign an IP Address to the Router Interface:

o Enter global configuration mode and assign an IP address to the router's


GigabitEthernet0/0 interface:

3. Configure the DHCP Pool:

o Define a DHCP pool of IP addresses that the router will assign to devices:

o
4. Exclude Specific IP Addresses (Optional):

o Exclude IP addresses from the DHCP pool

5. Save the Configuration:

o Save the current configuration:

Step 3: Configure PCs to Obtain IP Addresses Automatically

1. Click on each PC:

o Select a PC and go to the Desktop tab.

2. Configure DHCP on the PC:

o Click on IP Configuration.
o Set IP Configuration to DHCP.

3. Repeat this for the other PCs.

Step 4: Verify DHCP Assignment

1. Check Assigned IP Addresses:

o Go to the Desktop tab of each PC.

o Open the Command Prompt.

o Type the command ipconfig to view the assigned IP address, subnet mask, and default
gateway.

o Each PC should have received an IP address from the 192.168.1.11 to 192.168.1.254


range (since we excluded 192.168.1.1 to 192.168.1.10).

2. Test Network Connectivity:

o On one PC, open the Command Prompt.

o Use the ping command to test connectivity with the other PCs:

o All PCs should be able to successfully communicate with each other.

Step 5: Verifying and Troubleshooting DHCP on the Router

1. Verify DHCP Bindings:

o On the router's CLI, use the following command to display the list of IP addresses
assigned by DHCP:
o

2. Verify DHCP Pool Status:

o Use this command to check how many IP addresses are still available in the DHCP pool:

3. Debugging DHCP:

o If the PCs do not receive an IP address, use the following debug command to view
DHCP-related events on the router:

o
Conclusion:

Write Your Conclusion Here…

You might also like