Two Cisco routers are directly connected through an Ethernet switch on the 192.168.10.0/24 subnet and are currently operating in OSPFv2 Area 0 using default Ethernet interface settings. A network engineer enters the interface configuration mode on both routers and executes the command `ip ospf network point-to-point`. Which statement correctly describes the operational impact of this configuration change on the link?
- OSPFv2 will suppress Designated Router (DR) and Backup Designated Router (BDR) elections while preserving neighbor adjacency.Answer
- BOSPFv2 will automatically reset the interface priority to 0, causing both routers to enter the DROTHER operational state.
- COSPFv2 neighbor adjacency will immediately drop due to a mismatch between default broadcast and point-to-point Hello and Dead timers.
- DOSPFv2 will continue electing a DR and BDR based on highest Router ID, but multicast traffic will be converted to unicast.
Answer
OSPFv2 will suppress Designated Router (DR) and Backup Designated Router (BDR) elections while preserving neighbor adjacency.
When an OSPF interface is explicitly configured as a point-to-point network type (`ip ospf network point-to-point`), OSPF recognizes that only two devices share the link. Consequently, Designated Router (DR) and Backup Designated Router (BDR) elections are bypassed, streamlining neighbor relationships while maintaining normal multicast OSPF communications and full adjacency.
Step-by-Step Solution
Key Concept
OSPFv2 Point-to-Point Network Type Characteristics and DR/BDR Elimination