Match each OSPFv2 network type or election property on the left to its corresponding default operation or behavior on the right.
- Broadcast MultiaccessElects a DR/BDR and defaults to 10-second Hello and 40-second Dead timers.
- Point-to-PointForms neighbor adjacency without electing a DR/BDR, using 10-second Hello and 40-second Dead timers.
- Interface Priority 0Excludes the router interface from participating in Designated Router elections completely.
- Equal Priority Tie-BreakerUses the highest OSPF Router ID to select the Designated Router.
Answer
Broadcast Multiaccess matches electing a DR/BDR with 10s/40s timers; Point-to-Point matches forming adjacencies without DR/BDR election with 10s/40s timers; Interface Priority 0 matches excluding the router from DR elections; Equal Priority Tie-Breaker matches using the highest Router ID.
Each OSPF network type operates with specific election rules and default timers under standard Cisco OSPFv2 behavior: Broadcast multiaccess requires a DR/BDR with 10-second Hello timers; Point-to-Point bypasses DR selection with 10-second Hello timers; priority 0 excludes a device from election; and highest Router ID breaks priority ties.
Step-by-Step Solution
Key Concept
OSPFv2 Network Types and DR/BDR Selection Rules