Match each OSPFv2 network type or interface configuration on the left to its corresponding DR/BDR election requirement and default timer profile on the right.
- BroadcastElects a DR and BDR; defaults to 10-second Hello and 40-second Dead timers.
- Point-to-PointSuppresses DR/BDR election; defaults to 10-second Hello and 40-second Dead timers.
- Point-to-MultipointSuppresses DR/BDR election; defaults to 30-second Hello and 120-second Dead timers.
- OSPF Interface Priority set to 0Explicitly prevents a router interface from becoming a DR or BDR on multiaccess segments.
Cevap
Broadcast pairs with DR/BDR election and 10s/40s timers; Point-to-Point pairs with no DR/BDR election and 10s/40s timers; Point-to-Multipoint pairs with no DR/BDR election and 30s/120s timers; Priority 0 explicitly excludes the interface from DR/BDR election.
Broadcast network types perform DR/BDR elections with 10s/40s timers to minimize link-state information flooding across shared multiaccess media. Point-to-Point network types suppress DR/BDR elections since only two endpoints exist, using 10s/40s timers. Point-to-Multipoint network types also suppress DR/BDR elections but use 30s/120s timers suitable for WAN connections. Configuring an OSPF priority of 0 explicitly forces the interface to act strictly as a DROther, avoiding DR or BDR role assignment.
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 Network Types and DR/BDR Selection Rules