[CCNAv6 S3] 10.2.2.3 Packet Tracer - Troubleshooting Single-Area OSPFv2



Packet Tracer – Troubleshooting Single-Area OSPFv2
Addressing Table


Scenario

In this activity, you will troubleshoot OSPF routing issues using ping and show commands to identify errors in the network configuration. Then, you will document the errors you discover and implement an appropriate solution. Finally, you will verify end-to-end connectivity is restored.

Troubleshooting Process

1.     Use testing commands to discover connectivity problems in the network and document the problem in the Documentation Table.

2.     Use verification commands to discover the source of the problem and devise an appropriate solution to implement. Document the proposed solution in the Documentation Table.

3.     Implement each solution one at a time and verify if the problem is resolved. Indicate the resolution status in the Documentation Table.

4.      If the problem is not resolved, it may be necessary to first remove the implemented solution before returning to Step 2.

5.     Once all identified problems are resolved, test for end-to-end connectivity.





Configuration R1:

enable
configure terminal
router ospf 1
 no network 172.16.10.4 0.0.0.3 area 0
 network 10.1.1.1 0.0.0.0 area 0
 network 192.168.10.4 0.0.0.3 area 0
 end
write memory
!
!


Configuration R2:

enable
configure terminal
router ospf 1
 network 10.2.2.2 0.0.0.0 area 0
 idefault-information originate
 end
write memory
!
!
Configuration R3:

enable
configure terminal
router ospf 1
 network 10.3.3.3 0.0.0.0 area 0
int s0/0/1
 no ip ospf hello-interval 20
 end
write memory
!

END !~!



Nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S4] 8.2.4.14 Packet Tracer - Troubleshooting Enterprise Networks 3

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 7.3.2.4 Packet Tracer - Troubleshooting Standard IPv4 ACLs