Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023

7.4.1 Packet Tracer – Implement DHCPv4 Answers

Posted on November 15, 2020 By Admin

Last Updated on November 15, 2020 by Admin

7.4.1 Packet Tracer – Implement DHCPv4 Answers

Packet Tracer – Implement DHCPv4 (Answers Version)

Answers Note: Red font color or gray highlights indicate text that appears in the instructor copy only.

Addressing Table

Device

Interface

IPv4 Address

Subnet Mask

Default Gateway

R1

G0/0

192.168.10.1

255.255.255.0

N/A

R1

S0/0/0

10.1.1.1

255.255.255.252

N/A

R2

G0/0

192.168.20.1

255.255.255.0

N/A

R2

G0/1

DHCP Assigned

DHCP Assigned

N/A

R2

S0/0/0

10.1.1.2

255.255.255.252

N/A

R2

S0/0/1

10.2.2.2

255.255.255.252

N/A

R3

G0/0

192.168.30.1

255.255.255.0

N/A

R3

S0/0/1

10.2.2.1

255.255.255.0

N/A

PC1

NIC

DHCP Assigned

DHCP Assigned

DHCP Assigned

PC2

NIC

DHCP Assigned

DHCP Assigned

DHCP Assigned

DNS Server

NIC

192.168.20.254

255.255.255.0

192.168.20.1

Objectives

Part 1: Configure a Router as a DHCP Server

Part 2: Configure DHCP Relay

Part 3: Configure a Router as a DHCP Client

Scenario

As the network technician for your company, you are tasked with configuring a Cisco router as a DHCP server to provide dynamic allocation of addresses to clients on the network. You are also required to configure the edge router as a DHCP client so that it receives an IP address from the ISP network. Since the server is centralized, you will need to configure the two LAN routers to relay DHCP traffic between the LANs and the router that is serving as the DHCP server.

Instructions

Part 1:  Configure a Router as a DHCP Server

Step 1:  Configure the excluded IPv4 addresses.

Configure R2 to exclude the first 10 addresses from the R1 and R3 LANs. All other addresses should be available in the DHCP address pool.

Step 2:  Create a DHCP pool on R2 for the R1 LAN.

  1. Create a DHCP pool named R1-LAN. The pool name must match this value in order for you to get credit for your configuration.
  2. Configure the DHCP pool to include the network address, the default gateway, and the IP address of the DNS server.

Step 3:  Create a DHCP pool on R2 for the R3 LAN.

  1. Create a DHCP pool named R3-LAN (case-sensitive).
  2. Configure the DHCP pool to include the network address, the default gateway, and the IP address of the DNS server.

Part 2:  Configure DHCP Relay

Step 1:  Configure R1 and R3 as a DHCP relay agent.

Step 2:  Set PC1 and PC2 to receive IP addressing information from DHCP.

Part 3:  Configure R2 as a DHCP Client

Step 1:  Configure the Gigabit Ethernet 0/1 interface on R2 to receive IP addressing from DHCP.

Step 2:  Activate the interface.

End of document

Answer Scripts

Router R1

enable

conf t

interface GigabitEthernet0/0

 ip helper-address 10.1.1.2

end

Router R2

enable

conf t

ip dhcp excluded-address 192.168.10.1 192.168.10.10

ip dhcp excluded-address 192.168.30.1 192.168.30.10

ip dhcp pool R1-LAN

 network 192.168.10.0 255.255.255.0

 default-router 192.168.10.1

 dns-server 192.168.20.254

ip dhcp pool R3-LAN

 network 192.168.30.0 255.255.255.0

 default-router 192.168.30.1

 dns-server 192.168.20.254

interface GigabitEthernet0/1

 ip address dhcp

end

Router R3

enable

conf t

interface GigabitEthernet0/0

 ip helper-address 10.2.2.2

end

 

CCNA2 v7 – SRWE – Packet Tracer Answers

Post navigation

Previous Post: 7.2.10 Packet Tracer – Configure DHCPv4 Answers
Next Post: 9.3.3 Packet Tracer – HSRP Configuration Guide Answers
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.