T1-Configuring Basic DHCPv4 Mannai Karim
T1-Configuring Basic DHCPv4 Mannai Karim
Topology
Figure 1: topology
1
d. Configure the IPv4 addresses on the router as shown in the topology.
R1 :
2
R2 :
ISP :
3
R2 :
c. Configure a summary static route on ISP to reach the networks on the R1 and R2 routers.
4
Step 5: Verify network connectivity between the routers.
R1 :
5
R2 :
6
ISP :
7
PC1 :
On PC-A or PC-B, open a command prompt and enter the ipconfig /all command. Did either
of the host PCs receive an IP address from the DHCP server? Why?
The host computers will not receive ip adresses from DHCP server at R2 until R1is
configured as a DHCP relay agent.
Step 2: Configure R1 as a DHCP relay agent.
8
Based on the DHCP pool that was configured on R2, what are the first available IP addresses
that PC-0 and PC-1 can lease?
PC-0 : 192.168.1.10 / PC-1 : 192.168.0.10
9
Step 4: Verify DHCP services and address leases on R2.
a. On R2, enter the show ip dhcp binding command to view DHCP address leases.
Along with the IP addresses that were leased, what other piece of useful client identification
information is in the output?
The client hardware addresses identify the specific computers that have joined the network.
b. On R2, enter the show ip dhcp server statistics command to view the DHCP pool
statistics and message activity.
10
In the output of the show ip dhcp pool command, what does the current index refer to?
The next available address for leasing.
d. On R2, enter the show run | section dhcp command to view the DHCP configuration
in the running configuration.
e. On R1, enter the show run interface command for interfaces G0/0 and G0/1 to view
the DHCP relay configuration in the running configuration.
R1# show run
11