A network administrator initializes OSPFv2 on a Cisco router named R1. The router has the following interface states and IP addresses configured prior to starting the OSPF process:
- Interface GigabitEthernet0/0: IP address 172.16.10.1/24 (Up/Up)
- Interface GigabitEthernet0/1: IP address 192.168.1.254/24 (Up/Up)
- Interface Loopback0: IP address 10.1.1.1/32 (Up/Up)
- Interface Loopback1: IP address 10.2.2.1/32 (Administratively Down)
The administrator enables OSPF process 1 without explicitly setting a router ID. After OSPF initializes, the administrator enters `router-id 1.1.1.1` under the `router ospf 1` process configuration prompt and changes Loopback1 to the Up/Up state. No further commands are entered.
Which two statements correctly describe the resulting OSPF Router ID behavior on router R1? (Select two.)
- The active OSPF Router ID remains 10.1.1.1 until the OSPF process is reset or restarted.Cevap
- Executing the clear ip ospf process command is required to apply 1.1.1.1 as the active OSPF Router ID.Cevap
- CThe active OSPF Router ID automatically updates to 1.1.1.1 as soon as the router-id command is entered.
- DThe active OSPF Router ID dynamically changes to 10.2.2.1 when Loopback1 transitions to the Up/Up state.