A Cisco router is configured to run OSPFv2 without an explicitly set `router-id` under the OSPF process. The current interface IP address configurations and states are as follows:
- Loopback0: (Administratively Down)
- Loopback1: (Up / Up)
- Loopback2: (Up / Up)
- GigabitEthernet0/0: (Up / Up)
What IP address will OSPF select as the router ID when the OSPF process initializes?
Cevap: 192.168.100.1
Cevap
192.168.100.1
OSPFv2 uses a strict order of preference to establish its Router ID: 1) Explicitly configured `router-id` command, 2) Highest IP address among active (Up/Up) loopback interfaces, 3) Highest IP address among active physical interfaces. In this scenario, no manual router ID exists. Loopback0 is down so it is excluded. Loopback1 () and Loopback2 () are both active loopback interfaces. OSPF selects because it is the highest active loopback IP address.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 Router ID Selection Precedence
Tahmini Süre:1m 0s