CCNA • Mock Exam 76
Free CCNA mock exam — 25 questions with explanations. Set 76. No signup required.
You are connected to R1 via console. R1 and R2 are connected via two serial links: Serial0/0/0 (10.0.0.1/30) and Serial0/0/1 (10.0.0.5/30). OSPF is configured on both links. However, the OSPF neighbor adjacency is stuck in EXSTART/EXCHANGE state. You suspect a mismatch in OSPF parameters. You need to identify and fix the issue.
hostname R1 ! interface Serial0/0/0 ip address 10.0.0.1 255.255.255.252 no shutdown ! interface Serial0/0/1 ip address 10.0.0.5 255.255.255.252 no shutdown ! router ospf 1 network 10.0.0.0 0.0.0.3 area 0 network 10.0.0.4 0.0.0.3 area 0 !