A Cisco router initializes an OSPFv2 routing process without an explicitly configured router ID. The router currently has the following operational interfaces and statuses:
- Loopback 0: 10.254.254.1/24 (Administratively Down / Down)
- Loopback 1: 172.16.40.1/24 (Up / Up)
- Loopback 2: 172.16.100.1/24 (Up / Up)
- GigabitEthernet0/0: 192.168.10.1/24 (Up / Up)
What IP address will be selected as the OSPFv2 router ID for this router?
Answer: 172.16.100.1
Answer
172.16.100.1
When no manual router ID is configured, OSPFv2 selects the highest IPv4 address among active (up/up) loopback interfaces. Loopback 0 is administratively down, so it is ignored. Between the operational loopbacks (172.16.40.1 and 172.16.100.1), 172.16.100.1 is the highest IP address.
Step-by-Step Solution
Key Concept
OSPFv2 Router ID Election Order