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.4.11 Packet Tracer – Modify Single-Area OSPFv2 Answers

Posted on November 15, 2020 By Admin

Last Updated on November 15, 2020 by Admin

2.4.11 Packet Tracer – Modify Single-Area OSPFv2 Answers

Packet Tracer – Modify Single-Area 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: Modify OSPF Default Settings

Part 2: Verify Connectivity

Scenario

In this activity, OSPF is already configured and all end devices currently have full connectivity. You will modify the default OSPF routing configurations by changing the hello and dead timers and adjusting the bandwidth of a link. Then you will verify that full connectivity is restored for all end devices.

Instructions

Part 1:  Modify OSPF Default Settings

Step 1:  Test connectivity between all end devices.

Before modifying the OSPF settings, verify that all PCs can ping the web server and each other.

Step 2:  Adjust the hello and dead timers between R1 and R2.

  1. Enter the following commands on R1.

Open configuration window

R1(config)# interface s0/0/0

R1(config-if)# ip ospf hello-interval 15

R1(config-if)# ip ospf dead-interval 60

  1. After a short period of time, the OSPF connection with R2 will fail, as shown in the router output.

00:02:40: %OSPF-5-ADJCHG: Process 1, Nbr 209.165.200.225 on Serial0/0/0 from FULL to DOWN, Neighbor Down: Dead timer expired

 

00:02:40: %OSPF-5-ADJCHG: Process 1, Nbr 209.165.200.225 on Serial0/0/0 from FULL to DOWN, Neighbor Down: Interface down or detached

Both sides of the connection need to have the same timer values in order for the adjacency to be maintained. Identify the interface on R2 that is connected to R1. Adjust the timers on the R2 interface to match the settings on R1.

R2(config)# interface s0/0/0

R2(config-if)# ip ospf hello-interval 15

R2(config-if)# ip ospf dead-interval 60

After a brief period of time you should see a status message that indicates that the OSPF adjacency has been reestablished.

00:21:52: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.5 on Serial0/0/0 from LOADING to FULL, Loading Done

Step 3:  Adjust the bandwidth setting on R1.

  1. Trace the path between PC1 and the web server located at 64.100.1.2. Notice that the path from PC1 to 64.100.1.2 is routed through R2. OSPF prefers the lower cost path.

C:\> tracert 64.100.1.2

 

Tracing route to 64.100.1.2 over a maximum of 30 hops:

 

1 1 ms 0 ms 8 ms 172.16.1.1

2 0 ms 1 ms 0 ms 172.16.3.2

3 1 ms 9 ms 2 ms 209.165.200.226

4 * 1 ms 0 ms 64.100.1.2

 

Trace complete.

  1. On the R1 Serial 0/0/0 interface, set the bandwidth to 64 Kb/s. This does not change the actual port speed, only the metric that the OSPF process on R1 will use to calculate best routes.

R1(config-if)# bandwidth 64

  1. Trace the path between PC1 and the web server located at 64.100.1.2. Notice that the path from PC1 to 64.100.1.2 is redirected through R3. OSPF prefers the lower cost path.

C:\> tracert 64.100.1.2

 

Tracing route to 64.100.1.2 over a maximum of 30 hops:

 

1 1 ms 0 ms 3 ms 172.16.1.1

2 8 ms 1 ms 1 ms 192.168.10.6

3 2 ms 0 ms 2 ms 172.16.3.2

4 2 ms 3 ms 1 ms 209.165.200.226

5 2 ms 11 ms 11 ms 64.100.1.2

 

Trace complete.

Close configuration window

Part 2:  Verify Connectivity

Verify that all PCs can ping the web server and each other.

End of document

Answer scripts

Router R1

interface s0/0/0

 ip ospf hello-interval 15

 ip ospf dead-interval 60

 bandwidth 64

Router R2

interface s0/0/0

 ip ospf hello-interval 15

 ip ospf dead-interval 60

 

CCNA3 v7 – ENSA – Packet Tracer Answers

Post navigation

Previous Post: 2.3.11 Packet Tracer – Determine the DR and BDR Answers
Next Post: 2.5.3 Packet Tracer – Propagate a Default Route in 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.