A network engineer configures an OSPFv2 routing process on router R1. At startup, the router has two operational interfaces: Loopback0 configured with IP address and GigabitEthernet0/0 configured with IP address . The OSPF process initializes and elects as its Router ID. Later, the engineer configures a new interface, Loopback1, with IP address . Upon issuing the `show ip ospf` command, the engineer observes that the active OSPF Router ID remains . Which action must be taken for R1 to begin using as its active OSPF Router ID?
- Execute the clear ip ospf process command in privileged EXEC mode.Answer
- BConfigure the ip ospf priority 255 command under interface Loopback1.
- CChange the OSPF Area ID on interface Loopback1 to Area 0.
- DShut down interface GigabitEthernet0/0 to force OSPF to re-evaluate active interfaces.
Answer
The network engineer must execute the 'clear ip ospf process' command in privileged EXEC mode to restart the OSPF routing process and trigger a re-election of the Router ID.
OSPF Router ID election is non-preemptive. Once the OSPF process selects a Router ID during initialization, it retains that ID even if a new interface with a higher IP address becomes active. To force the router to evaluate interfaces again and select the newly configured higher loopback address, the administrator must reset the routing process using the privileged EXEC command 'clear ip ospf process'.
Step-by-Step Solution
Key Concept
OSPFv2 Router ID Election and Non-Preemptive Behavior