A network administrator executes the `show ip ospf interface GigabitEthernet0/1` command on router R1 connected to an enterprise Ethernet segment, yielding the following operational output:
text
GigabitEthernet0/1 is up, line protocol is up
Internet Address 10.10.10.1/24, Area 0
Process ID 1, Router ID 10.10.10.1, Network Type BROADCAST, Cost: 1
State DR, Priority 1
Designated Router (ID) 10.10.10.1, Interface address 10.10.10.1
Backup Designated Router (ID) 10.10.10.2, Interface address 10.10.10.2
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
If the administrator modifies the OSPF interface network type on all routers attached to this segment by executing the `ip ospf network point-to-point` command, which two operational changes will take effect on this interface? (Choose two.)
- OSPF will completely bypass the election of a Designated Router (DR) and Backup Designated Router (BDR) on the interface.Cevap
- Neighbors will continue to dynamically form adjacencies using 224.0.0.5 while maintaining the default 10-second Hello and 40-second Dead timers.Cevap
- CThe default OSPF Hello timer will automatically adjust to 30 seconds and the Dead timer to 120 seconds to reduce multicast overhead.
- DDynamic neighbor discovery via multicast will be disabled, requiring manual configuration of static OSPF neighbor statements.
- EA router configured with an OSPF interface priority of 0 will be unable to establish a FULL neighbor adjacency on the link.