Two Cisco routers, R1 and R2, are connected via their GigabitEthernet0/0 interfaces on the 192.168.12.0/24 subnet in OSPF Area 0.
R1 operational status:
- Loopback 0: IP 10.10.10.1/32 (up/up)
- Loopback 1: IP 172.16.1.1/32 (up/down)
- GigabitEthernet0/0: IP 192.168.12.1/24 (up/up, MTU 1500)
- OSPF Process 1 was initialized while only Loopback 0 was active. Later, the command `router-id 1.1.1.1` was added under `router ospf 1`, but `clear ip ospf process` has not been executed.
R2 operational status:
- Loopback 0: IP 10.20.20.1/32 (up/up)
- GigabitEthernet0/0: IP 192.168.12.2/24 (up/up, MTU 1400)
- Hello and Dead timers match R1 on GigabitEthernet0/0.
Which TWO statements accurately describe the OSPF operational state and Router ID behavior between R1 and R2?
- R1 currently uses 10.10.10.1 as its active OSPF Router ID because the `router-id` command requires clearing the OSPF process to take effect.Answer
- R1 and R2 will establish a neighbor relationship up to the 2-Way state but will remain stuck in the ExStart/Exchange state.Answer
- CR1 currently uses 172.16.1.1 as its active OSPF Router ID because it is the highest loopback IP address configured on the router.
- DR1 and R2 will remain stuck in the INIT state because MTU values must match during the initial Hello packet exchange.