CCNA IP Routing • Set 22
CCNA IP Routing Practice Test 22 — 15 questions with explanations. Free, no signup.
You are connected to R1 via console. R1 is connected to R2 via GigabitEthernet0/0 and to R3 via GigabitEthernet0/1. OSPF has been configured, but R1 is not forming a full adjacency with R2. You run `show ip ospf neighbor` on R1 and see R2 stuck in EXSTART state. You also run `show ip ospf interface GigabitEthernet0/0` and see the network type is broadcast. You need to identify and resolve the issue.
hostname R1 ! interface GigabitEthernet0/0 ip address 10.0.0.1 255.255.255.252 no shutdown ! interface GigabitEthernet0/1 ip address 10.0.1.1 255.255.255.252 no shutdown ! router ospf 1 network 10.0.0.0 0.0.0.3 area 0 network 10.0.1.0 0.0.0.3 area 0 !