Match each OSPFv2 network type or interface configuration setting to its corresponding DR/BDR election behavior.
- Broadcast network typeElects a Designated Router (DR) and Backup Designated Router (BDR)
- Point-to-Point network typeDoes not elect a DR or BDR despite forming adjacencies
- OSPF interface priority set to 0Ineligibility for DR/BDR election, forcing the router to remain DROTHER
Answer
Broadcast network type matches with electing a DR and BDR. Point-to-Point network type matches with not electing a DR or BDR. An OSPF interface priority set to 0 matches with ineligibility for DR/BDR election.
Broadcast network types require a Designated Router (DR) and Backup Designated Router (BDR) to minimize adjacency traffic across shared multiaccess segments. Point-to-Point network types connect only two routers, so DR and BDR elections are omitted completely. Configuring an OSPF interface priority of 0 excludes that router from participating in elections, forcing its role to DROTHER.
Step-by-Step Solution
Key Concept
OSPF DR/BDR Election Mechanics and Interface Types
Estimated Time:45s