INFORMATION SESSION SESI 1 2023/2024
TECHNOLOGY AND COURSE DFN40283 – ROUTING ESSENTIALS
COMMNUNICATION ASSESSMENT
DEPARTMENT PRACTICAL TASK 1
METHOD
TOPIC 1.0 Dynamic Host Configuration Protocol (DHCP)
Name MARKS
Matric No CLO1, P1 100
Dynamic Host Configuration Protocol (DHCP)Topology
Addressing table
Device Interface IP Address Default Gateway
Se0/1/0 172.16.1.1/30 N/A
R1
Se0/1/1 172.16.2.1/30 N/A
Se0/1/0 172.16.1.2/30 N/A
R2
Gig0/0/0 192.168.10.1/25 N/A
Se0/1/1 172.16.2.2/30 N/A
R3
Gig0/0/0 192.168.20.1/24 N/A
PCA - PCF NIC DHCP DHCP
Objectives
1- Construct a DHCPv4 using packet tracer.
Background / Scenario
In this lab, DHCP is used to automatically assign IP addresses to PCs. As a network administrator,
you are responsible for configuring DHCP on the network. You need to configure R1 as a DHCP
server to assign IPv4 addresses to two different subnets referring to the given topology and
addressing table. Construct a DHCP using packet tracer based on requirements as below. (CLO1,
P3)
1. Assign an IP address to all interface on R1, R2 and R3 based on addressing table
2. Configure default static route on R1, R2 and R3 to enable route to the remote network.
R1: ip route 192.168.10.0 255.255.255.128 172.16.1.2
Ip route 192.168.20.0 255.255.255.0 172.16.2.2
R2: ip route 0.0.0.0 0.0.0.0 172.16.1.1
R2: ip route 0.0.0.0 0.0.0.0 172.16.2.1
3. Configure DHCP server on R1 based on the information below.
i) Exclude 5 last IP addresses of 192.168.10.0/25 with a DHCP pool name as SUB1Pool
ii) Exclude 5 first IP addresses of 192.168.20.0/24 with a DHCP pool name as SUB2Pool
iii) Configure network address, default gateway by referring to addressing table
iv) Configure domain name as www.practicaltask1.com
4. Configure relay on appropriate interface.
5. Assign All IP address to all PCs using DHCP