A Cisco router is running OSPFv2 with an active Loopback 0 interface (10.10.10.1/32) and a GigabitEthernet0/0 interface (192.168.1.1/24). No explicit router ID command was configured under the OSPF process, so OSPF selected 10.10.10.1 as the Router ID when the process initialized. A network engineer subsequently configures a new Loopback 1 interface with IP address 172.16.100.1/32 and brings it into an operational up/up state. Which statement accurately describes the status of the OSPF Router ID immediately after Loopback 1 is brought up?
- The OSPF Router ID remains 10.10.10.1 until the OSPF process is restarted or the router is reloaded.Cevap
- BThe OSPF Router ID automatically changes to 172.16.100.1 because Loopback 1 has a higher IP address than Loopback 0.
- CThe OSPF Router ID automatically changes to 192.168.1.1 because active physical interfaces take precedence whenever interface changes occur.
- DThe OSPF process shuts down automatically because changing interface parameters while OSPF is active invalidates existing adjacencies.
Cevap
The OSPF Router ID remains 10.10.10.1 until the OSPF process is restarted or the router is reloaded.
OSPF Router ID selection is non-preemptive. Once the OSPF routing process selects a Router ID at startup (10.10.10.1 from the active Loopback 0), it retains that Router ID even if another interface with a higher IP address (such as Loopback 1 at 172.16.100.1) is subsequently configured and brought up. The new Router ID will only take effect if the OSPF process is manually reset (using 'clear ip ospf process') or if the router is rebooted.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 Router ID Non-Preemptive Election Logic