A Cisco router initializes an OSPFv2 process without a manually configured router ID. The router currently has the following operational interfaces:
- Loopback0:
- Loopback10:
- GigabitEthernet0/1:
What IP address will OSPFv2 automatically select as the router ID?
Answer: 10.20.20.1
Answer
10.20.20.1
When an explicit OSPF router ID is not configured using the 'router-id' command, OSPFv2 selects the highest IPv4 address among all active loopback interfaces. Because loopback interfaces take priority over physical interfaces, the router compares 10.10.10.1 and 10.20.20.1, choosing 10.20.20.1 as the router ID.
Step-by-Step Solution
Key Concept
OSPFv2 Router ID Election Order
Estimated Time:45s