Match each OSPFv2 network configuration or interface state on the left with its correct DR/BDR election behavior and timer trait on the right.
- Broadcast Network TypeElects a Designated Router (DR) and Backup Designated Router (BDR) with default Hello/Dead timers of 10s/40s.
- Point-to-Point Network TypeForms neighbor adjacencies directly without electing a DR or BDR using default Hello/Dead timers of 10s/40s.
- Interface OSPF Priority set to 0Renders the router interface completely ineligible to become a DR or BDR on a multiaccess network.
Answer
Broadcast Network Type pairs with electing a DR/BDR using 10s/40s timers; Point-to-Point Network Type pairs with forming direct adjacencies without DR/BDR election using 10s/40s timers; Interface OSPF Priority set to 0 pairs with rendering the router interface completely ineligible for DR/BDR election.
Each OSPF network type has specific rules regarding DR/BDR elections and default timers. Broadcast networks elect DR/BDRs and use 10s/40s timers. Point-to-Point networks bypass DR/BDR elections entirely while sharing the 10s/40s timer defaults. Setting interface priority to 0 explicitly revokes DR/BDR eligibility.
Step-by-Step Solution
Key Concept
OSPFv2 Network Types and DR/BDR Selection Criteria