A network administrator enables OSPFv2 on router R3 without manually configuring an OSPF router ID. The router has the following operational interfaces:
- Loopback0:
- Loopback1:
- GigabitEthernet0/0:
- GigabitEthernet0/1:
What IPv4 address will OSPFv2 select as the router ID for router R3?
Answer: 172.16.1.1
Answer
172.16.1.1
OSPFv2 selects its Router ID using a specific three-step priority order: 1) Manually configured router ID using the router-id command, 2) The highest IPv4 address on any active loopback interface, 3) The highest IPv4 address on any active non-loopback (physical) interface. Since no manual ID is specified, OSPF checks the loopback interfaces. Loopback1 () is numerically higher than Loopback0 () and takes precedence over physical interfaces ().
Step-by-Step Solution
Key Concept
OSPFv2 Router ID Selection Logic
Estimated Time:45s