A network administrator initializes OSPFv2 on Router R1 when only interface GigabitEthernet0/0 (10.0.12.1/24) and Loopback 1 (172.31.1.1/24) are active. Later, the administrator performs two additional configuration changes on R1 without restarting the OSPF process:
1. Brings up Loopback 0 with IP address 10.254.254.1/32.
2. Configures `router-id 192.168.1.1` under the OSPF routing process.
Directly connected to R1's GigabitEthernet0/0 interface is Router R2 (10.0.12.2/24). R1's GigabitEthernet0/0 interface is assigned to OSPF Area 0, whereas R2's GigabitEthernet0/0 interface is configured for OSPF Area 1. Both routers share identical Hello/Dead timers and MTU settings.
Assuming no OSPF process resets have occurred, what is R1's active OSPF Router ID, and what neighbor relationship status will R1 report for R2?
- R1's active Router ID is 172.31.1.1, and no OSPF neighbor entry is established for R2.Cevap
- BR1's active Router ID is 192.168.1.1, and the neighbor state is stuck in INIT.
- CR1's active Router ID is 10.254.254.1, and the neighbor state is stuck in 2-WAY.
- DR1's active Router ID is 172.31.1.1, and the neighbor state is stuck in EXSTART.