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

2.5.3 Packet Tracer – Propagate a Default Route in OSPFv2 Answers

Posted on November 15, 2020 By Admin

Last Updated on November 15, 2020 by Admin

2.5.3 Packet Tracer – Propagate a Default Route in OSPFv2 Answers

Packet Tracer – Propagate a Default Route in OSPFv2 (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

172.16.1.1

255.255.255.0

N/A

R1

S0/0/0

172.16.3.1

255.255.255.252

N/A

R1

S0/0/1

192.168.10.5

255.255.255.252

N/A

R2

G0/0

172.16.2.1

255.255.255.0

N/A

R2

S0/0/0

172.16.3.2

255.255.255.252

N/A

R2

S0/0/1

192.168.10.9

255.255.255.252

N/A

R2

S0/1/0

209.165.200.225

255.255.255.224

N/A

R3

G0/0

192.168.1.1

255.255.255.0

N/A

R3

S0/0/0

192.168.10.6

255.255.255.252

N/A

R3

S0/0/1

192.168.10.10

255.255.255.252

N/A

PC1

NIC

172.16.1.2

255.255.255.0

172.16.1.1

PC2

NIC

172.16.2.2

255.255.255.0

172.16.2.1

PC3

NIC

192.168.1.2

255.255.255.0

192.168.1.1

Web Server

NIC

64.100.1.2

255.255.255.0

64.100.1.1

Objectives

Part 1: Propagate a Default Route

Part 2: Verify Connectivity

Background

In this activity, you will configure an IPv4 default route to the Internet and propagate that default route to other OSPF routers. You will then verify the default route is in downstream routing tables and that hosts can now access a web server on the Internet.

Instructions

Part 1:  Propagate a Default Route

Step 1:  Test connectivity to the Web Server

  1. From PC1, PC2, and PC3, attempt to ping the Web Server IP address, 64.100.1.2.

Questions:

Were any of the pings successful?

Type your answers here.

No.

What message did you receive, and which device issued the message?

Type your answers here.

Destination unreachable from R2.

  1. Examine the routing tables on routers R1, R2, and R3.

Open configuration window

Question:

What statement is present in the routing tables that indicates that the pings to the Web Server will fail?

Type your answers here.

Gateway of last resort is not set

Step 2:  Configure a default route on R2.

Configure R2 with a directly attached default route to the Internet.

R2(config)# ip route 0.0.0.0 0.0.0.0 Serial0/1/0

Note: Router will give a warning that if this interface is not a point-to-point connection, it may impact performance. You can ignore this warning because it is a point-to-point connection.

Step 3:  Propagate the route in OSPF.

Configure OSPF to propagate the default route in OSPF routing updates.

R2(config)# router ospf 1

R2(config-router)# default-information originate

Step 4:  Examine the routing tables on R1 and R3.

Examine the routing tables of R1 and R3 to verify that the route has been propagated.

R1> show ip route

<output omitted>

Gateway of last resort is 172.16.3.2 to network 0.0.0.0

<output omitted>

O*E2 0.0.0.0/0 [110/1] via 172.16.3.2, 00:00:08, Serial0/0/0

!——————-

R3> show ip route

<output omitted>

Gateway of last resort is 192.168.10.9 to network 0.0.0.0

<output omitted>

O*E2 0.0.0.0/0 [110/1] via 192.168.10.9, 00:08:15, Serial0/0/1

Close configuration window

Part 2:  Verify Connectivity

Verify that PC1, PC2, and PC3 can ping the web server.

End of document

Answer script

Router R2

enable

config terminal

ip route 0.0.0.0 0.0.0.0 Serial0/1/0

router ospf 1

 default-information originate

 

CCNA3 v7 – ENSA – Packet Tracer Answers

Post navigation

Previous Post: 2.4.11 Packet Tracer – Modify Single-Area OSPFv2 Answers
Next Post: 2.6.6 Packet Tracer – Verify Single-Area OSPFv2 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.