Soru

Zorluk: ZorOSPFv2 Neighbor Adjacencies and Router ID

A network engineer is administering an active OSPFv2 routing process on router R1. The router currently has the following interface IP addresses and operational statuses:

- Loopback 0: 192.168.10.1/24192.168.10.1/24 (Status: Up, Line Protocol: Down)
- Loopback 1: 172.16.1.1/24172.16.1.1/24 (Status: Up, Line Protocol: Up)
- GigabitEthernet0/0: 10.0.0.1/3010.0.0.1/30 (Status: Up, Line Protocol: Up)
- GigabitEthernet0/1: 10.0.0.5/3010.0.0.5/30 (Status: Up, Line Protocol: Up)

While OSPFv2 process 1 is actively running with active neighbor adjacencies, the engineer executes the command `router-id 1.1.1.1` under the OSPF router configuration mode. Which TWO statements accurately describe the resulting OSPF Router ID behavior and operational state on R1? (Select TWO.)

  1. The currently active OSPF Router ID will remain unchanged until the OSPF process is explicitly reset or the router is rebooted.Cevap
  2. Once the OSPF process is cleared, the statically configured value 1.1.1.1 will take precedence over all loopback and physical interface IP addresses.Cevap
  3. C
    The active OSPF Router ID immediately changes to 1.1.1.1 across all established neighbors without dropping existing adjacencies.
  4. D
    If the manual router ID command is removed and the process is reset, Loopback 0 (192.168.10.1) will be chosen because it has the highest numeric IP address among loopbacks.

Cevap

The active OSPF Router ID will remain unchanged until the process is reset or rebooted, and once cleared, the manually configured router-id command takes precedence over all interface IP addresses.
In OSPFv2, explicit manual configuration using the `router-id` command takes top priority over all loopback and physical interfaces once applied. However, OSPF Router ID evaluation is strictly non-preemptive on an active process. Changing the Router ID while neighbors are active will store the configured value in running-config without changing the operational Router ID until the OSPF process is cleared via `clear ip ospf process` or the device reboots.

Adım Adım Çözüm

1
Evaluate OSPF Router ID election precedence order
Order of precedence is: 1) Explicit `router-id` command, 2) Highest IP address among active (Up/Up) loopback interfaces, 3) Highest IP address among active (Up/Up) physical interfaces.
OSPF criteria mandate explicit manual configuration over dynamic interface evaluation.
2
Analyze non-preemptive behavior of an active OSPF process
When a new Router ID is configured on an already active OSPF process with existing adjacencies, OSPF does not dynamically tear down adjacencies to change the ID immediately.
Preventing unnecessary network instability and SPF re-computations requires manual invocation of `clear ip ospf process` to force re-election.
3
Verify interface operational readiness for default election
Loopback 0 (192.168.10.1192.168.10.1) has Line Protocol Down, making it ineligible. Loopback 1 (172.16.1.1172.16.1.1) would be selected if no manual ID existed.
Only interfaces in an operational Up/Up state participate in automatic Router ID selection.

Anahtar Kavram

OSPFv2 Router ID Selection Logic & Non-Preemptive Execution
Bu soruyu puanla