CSN205 Assignment 3- DHCPv4
CSN205 Assignment 3- DHCPv4
Topology
Addressing Table:
Default
Device Interface IP Address Subnet Mask Gateway
Replace the <n> digit with your group number. Update this table and all the other
<n+ > IP addresses in this document.
Objectives
Part 1: Build the Network and Configure Basic Device Settings
Part 2: Configure a DHCPv4 Server and a DHCP Relay Agent
Part 1: Build the Network and Configure Basic Device Settings
In Part 1, you will set up the network topology and configure the routers and switches with basic settings, such as
passwords and IP addresses. You will also configure the IP settings for the PCs in the topology.
Checkpoint: At this point, it is important to verify that the host PCs are configured to use DHCP.
d. On R2, enter the show run | section dhcp command to view the DHCP configuration in the running
configuration.
Insert a screenshot of this command here [0.5 marks]
e. On R1, enter the show run | section interface command for interfaces G0/0 and G0/1 to view the DHCP relay
configuration in the running configuration.
Reflection
You are the network manager in a company with fourteen (14) branches distributed in five (5) provinces. What do you
prefer: using DHCP relay agents with a centralized DHCP server, or multiple routers acting as DHCP servers? Justify
your choice [0.5 mark]
_______________________________________________________________________________________
_______________________________________________________________________________________
Appendix A – DHCP Configuration Commands.
Router R1
R1(config)# interface g0/0
R1(config-if)# ip helper-address 192.168. <n+2>.254
R1(config-if)# exit
R1(config-if)# interface g0/1
R1(config-if)# ip helper-address 192.168. <n+2>.254
Router R2
R2(config)# ip dhcp excluded-address 192.168. <n+0>.1 192.168. <n+0>.9
R2(config)# ip dhcp excluded-address 192.168. <n+1>.1 192.168. <n+1>.9
R2(config)# ip dhcp pool R1G1
R2(dhcp-config)# network 192.168. <n+1>.0 255.255.255.0
R2(dhcp-config)# default-router 192.168. <n+1>.1
R2(dhcp-config)# dns-server 209.165. <n+200>.225
R2(dhcp-config)# domain-name ccna-lab.com
R2(dhcp-config)# lease 2
R2(dhcp-config)# exit
R2(config)# ip dhcp pool R1G0
R2(dhcp-config)# network 192.168. <n+0>.0 255.255.255.0
R2(dhcp-config)# default-router 192.168. <n+0>.1
R2(dhcp-config)# dns-server 209.165. <n+200>.225
R2(dhcp-config)# domain-name ccna-lab.com
R2(dhcp-config)# lease 2