An engineer initializes OSPFv2 process 10 on a Cisco router. At initialization, the router has active interfaces Loopback0 (IP address ) and GigabitEthernet0/0 (IP address ). No manual router ID is configured initially. Shortly after OSPF forms adjacencies, the engineer configures interface Loopback1 with IP address (up/up) and then executes the `router-id 1.1.1.1` command under the `router ospf 10` configuration prompt. Assuming the command `clear ip ospf process` has NOT been executed and the router has NOT been reloaded, what IP address is currently used as the active OSPF router ID?
Cevap: 10.10.10.10
Cevap
10.10.10.10
The active OSPF Router ID remains 10.10.10.10 because OSPF Router ID selection is non-preemptive. Upon initial process startup without a manual router ID, the router selected the highest IP address among operational loopback interfaces (10.10.10.10). Subsequent configuration changes—such as adding a loopback with a higher IP address or configuring the `router-id 1.1.1.1` command—do not alter the running OSPF Router ID until the OSPF process is restarted with `clear ip ospf process` or the router is reloaded.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 Router ID Non-Preemptive Election and Modification Behavior
Tahmini Süre:2m 0s