Two Cisco routers, R1 and R2, are connected via their GigabitEthernet0/0 interfaces over a point-to-point Ethernet link. A network engineer notices that OSPFv2 fails to establish a neighbor relationship between them. The engineer issues verification commands on both routers and observes the following command outputs:
R1# show ip ospf interface gigabitEthernet 0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 10.1.1.1/24, Area 0
Process ID 1, Router ID 1.1.1.1, Network Type BROADCAST
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
R2# show ip ospf interface gigabitEthernet 0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 10.1.1.2/24, Area 10
Process ID 2, Router ID 2.2.2.2, Network Type BROADCAST
Timer intervals configured, Hello 15, Dead 60, Wait 60, Retransmit 5
Which TWO configuration changes will resolve the neighbor adjacency failure between R1 and R2? (Select TWO.)
- Reconfigure R2's interface so that its OSPF Area ID matches Area 0.Answer
- Adjust R2's Hello and Dead timers to 10 seconds and 40 seconds respectively to match R1.Answer
- CChange R2's OSPF Process ID from 2 to 1 so that both routers use identical process numbers.
- DConfigure R2 with a Router ID of 1.1.1.1 to match R1's Router ID.