A Cisco router starts an OSPFv2 process without an explicitly configured router ID using the 'router-id' command. The router has the following active interfaces:
- Loopback 0: 10.1.1.1/32
- Loopback 1: 10.2.2.2/32
- GigabitEthernet 0/0: 172.16.10.1/24
- GigabitEthernet 0/1: 192.168.1.1/24
Which IPv4 address will OSPFv2 select as the router ID?
- 10.2.2.2Answer
- B192.168.1.1
- C10.1.1.1
- D172.16.10.1
Answer
10.2.2.2
When no manual router ID is specified via the 'router-id' command, OSPFv2 selects the highest IPv4 address of any active loopback interface. Between Loopback 0 (10.1.1.1) and Loopback 1 (10.2.2.2), 10.2.2.2 is the higher IP address and is selected as the Router ID.
Step-by-Step Solution
Key Concept
OSPFv2 Router ID Selection Priority