CCNA • Practice Exam 60
Free CCNA practice exam — 20 questions with explanations. Set 60. No signup required.
You are connected to R1 via console. The network administrator has attempted to configure OSPFv2 between R1, R2, and R3 but OSPF neighbor adjacencies are failing. Configure R1 to correct all issues so that R1 becomes FULL neighbors with both R2 and R3. Do not modify any other device's configuration.
R1#show running-config | section router ospf router ospf 1 router-id 1.1.1.1 log-adjacency-changes network 10.0.0.0 0.0.0.3 area 0 network 10.0.0.4 0.0.0.3 area 0 passive-interface default passive-interface GigabitEthernet0/0 passive-interface GigabitEthernet0/1 ! R1#show ip ospf neighbor R1#show ip interface brief | exclude unassigned Interface IP-Address OK? Method Status Protocol GigabitEthernet0/0 10.0.0.1 YES manual up up GigabitEthernet0/1 10.0.0.5 YES manual up up R2#show running-config | section router ospf router ospf 1 router-id 2.2.2.2 log-adjacency-changes network 10.0.0.0 0.0.0.3 area 0 network 10.0.0.8 0.0.0.3 area 0 ! R3#show running-config | section router ospf router ospf 1 router-id 3.3.3.3 log-adjacency-changes network 10.0.0.4 0.0.0.3 area 0 network 10.0.0.8 0.0.0.3 area 0 ! Topology: R1 G0/0 (10.0.0.1/30) --- linkA (10.0.0.0/30) --- R2 G0/0 (10.0.0.2/30) R1 G0/1 (10.0.0.5/30) --- linkB (10.0.0.4/30) --- R3 G0/0 (10.0.0.6/30) R2 G0/1 (10.0.0.9/30) --- linkC (10.0.0.8/30) --- R3 G0/1 (10.0.0.10/30)