A network administrator executes the following configuration commands on a Cisco router interface connected to an Ethernet switch:
text
R1(config)# interface GigabitEthernet0/1
R1(config-if)# ip ospf network point-to-point
Prior to this change, GigabitEthernet0/1 was operating under the default Cisco IOS OSPF settings for Ethernet interfaces. Which statement accurately describes the effect of this configuration change on OSPF DR/BDR elections and timer values for GigabitEthernet0/1?
- OSPF DR and BDR elections are suppressed on the interface, while the default Hello timer remains 10 seconds.Answer
- BThe interface priority is automatically set to 0, causing the router to withdraw from DR/BDR elections while increasing the Hello timer to 30 seconds.
- CThe default OSPF Hello timer automatically changes from 10 seconds to 30 seconds, though DR and BDR elections continue as normal.
- DDR and BDR elections are still performed, but R1 automatically forces itself to become the Designated Router on the segment.
Answer
OSPF DR and BDR elections are suppressed on the interface, while the default Hello timer remains 10 seconds.
On Cisco routers, Ethernet interfaces default to the Broadcast network type, which elects a Designated Router (DR) and Backup Designated Router (BDR) and uses a 10-second Hello interval. Manually overriding the network type with `ip ospf network point-to-point` instructs OSPF to treat the link as a direct point-to-point connection. As a result, DR and BDR elections are completely suppressed on that interface. Because the standard Hello interval for OSPF Point-to-Point interfaces is also 10 seconds, the Hello timer remains unchanged.
Step-by-Step Solution
Key Concept
OSPFv2 Network Types and DR/BDR Suppression