A network administrator configures the command `ip ospf network point-to-point` on interface GigabitEthernet0/1 of router R1, which connects directly to router R2 over an Ethernet segment in OSPFv2 Area 0. Which operational change occurs on this interface as a result of this configuration?
- OSPF suppresses Designated Router (DR) and Backup Designated Router (BDR) elections on the interface while maintaining the default 10-second Hello timer.Answer
- BOSPF automatically changes the interface priority to 0, preventing R1 from participating in the DR/BDR election process.
- COSPF alters the default Hello and Dead timers to 30 seconds and 120 seconds respectively, requiring manual timer adjustments on R2.
- DOSPF converts the underlying Ethernet segment into separate collision domains, blocking multicast Hello packets from reaching R2.
Answer
OSPF suppresses Designated Router (DR) and Backup Designated Router (BDR) elections on the interface while maintaining the default 10-second Hello timer.
On point-to-point OSPF networks, DR and BDR elections are completely suppressed because only two routers reside on the link. The default Hello and Dead timers for point-to-point network types on Ethernet media remain 10 seconds and 40 seconds, respectively.
Step-by-Step Solution
Key Concept
OSPFv2 Network Types and DR/BDR Election Behavior