On R2, enter the show ip dhcp server statistics command to view the DHCP pool statistics and On R2, enter the show ip dhcp pool command to view the DHCP pool settings. R2 show ip dhcp pool

Lab - Configuring Basic DHCPv4 on a Router © 2013 Cisco andor its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 15 R1config-if exit R1config interface g01 R1config-if ip helper-address 192.168.2.254 Step 3: Record IP settings for PC-A and PC-B. On PC-A and PC-B, issue the ipconfig all command to verify that the PCs have received IP address information from the DHCP server on R2. Record the IP and MAC address for each PC. _______________________________________________________________________________________ Answers may vary. Based on the DHCP pool that was configured on R2, what are the first available IP addresses that PC-A and PC-B can lease? _______________________________________________________________________________________ PC-B: 192.168.0.10, and PC-A: 192.168.1.10 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. R2 show ip dhcp binding Bindings from all pools not associated with VRF: IP address Client-ID Lease expiration Type Hardware address User name 192.168.0.10 011c.c1de.91c3.5d Mar 13 2013 02:07 AM Automatic 192.168.1.10 0100.2170.0c05.0c Mar 13 2013 02:09 AM Automatic 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. R2 show ip dhcp server statistics Memory usage 42175 Address pools 2 Database agents 0 Automatic bindings 2 Manual bindings 0 Expired bindings 0 Malformed messages 0 Secure arp entries 0 Message Received BOOTREQUEST 0 DHCPDISCOVER 2 DHCPREQUEST 2 DHCPDECLINE 0 DHCPRELEASE 0 Lab - Configuring Basic DHCPv4 on a Router © 2013 Cisco andor its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 15 DHCPINFORM 2 Message Sent BOOTREPLY 0 DHCPOFFER 2 DHCPACK 4 DHCPNAK 0 How many types of DHCP messages are listed in the output? ____________________________________________________________________________________ Ten different types of DHCP messages are listed.

c. On R2, enter the show ip dhcp pool command to view the DHCP pool settings. R2 show ip dhcp pool

Pool R1G1 : Utilization mark highlow : 100 0 Subnet size firstnext : 0 0 Total addresses : 254 Leased addresses : 1 Pending event : none 1 subnet is currently in the pool : Current index IP address range Leased addresses 192.168.1.11 192.168.1.1 - 192.168.1.254 1 Pool R1G0 : Utilization mark highlow : 100 0 Subnet size firstnext : 0 0 Total addresses : 254 Leased addresses : 1 Pending event : none 1 subnet is currently in the pool : Current index IP address range Leased addresses 192.168.0.11 192.168.0.1 - 192.168.0.254 1 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