A network administrator modifies the OSPFv2 router ID on an operational Cisco router by issuing the command `router-id 10.50.1.1` under `router ospf 1`. A system message informs the administrator that the change will not take effect until the OSPF process is reset. Which privileged EXEC mode command must be executed to immediately apply the new router ID?
Cevap: clear ip ospf process / clear ip ospf 1 process / clear ip ospf process 1
Cevap
clear ip ospf process
When the `router-id` command is configured under an active OSPF process, Cisco IOS does not immediately change the operational Router ID in order to prevent unexpected disruption of established neighbor adjacencies. Executing the privileged EXEC command `clear ip ospf process` clears all OSPF structures and restarts the process, allowing the new router ID to take effect immediately.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 Router ID Modification and Process Reset