A network administrator configures the command `ip ospf network point-to-point` on a GigabitEthernet interface of a Cisco router connected to a switch segment with another router. Previously, the interface operated using default OSPFv2 interface parameters for Ethernet interfaces. Which two operational changes occur on this interface as a result of this configuration change? (Select two.)
- OSPF halts the election of Designated Router (DR) and Backup Designated Router (BDR) roles on the interface.Answer
- Routers on the segment stop sending and listening to packets on the AllDRouters multicast address (224.0.0.6).Answer
- CThe default Hello and Dead timers automatically increase from 10/40 seconds to 30/120 seconds.
- DThe router automatically forces the interface priority value to 0 to prevent election participation.
- EManual neighbor statements using the `neighbor` router configuration command become required to establish adjacencies.
Answer
Configuring an Ethernet interface as an OSPF point-to-point network type stops the DR/BDR election process on that interface and disables the use of the AllDRouters multicast destination address (224.0.0.6).
When an Ethernet interface is converted to an OSPF point-to-point network type, OSPF bypasses the DR and BDR election phase completely because the topology assumes a direct link between two routers. Because no DR or BDR exists, non-DR routers no longer send packets to the 224.0.0.6 (AllDRouters) multicast address; all OSPF control packets are sent exclusively to 224.0.0.5 (AllSPFRouters).
Step-by-Step Solution
Key Concept
OSPF Network Types (Broadcast vs. Point-to-Point) and DR/BDR Operational Differences