Match each OSPFv2 interface scenario or configuration on the left to its corresponding election behavior or operational characteristic on the right.
- Interface configured with `ip ospf network broadcast`Performs DR/BDR elections and uses default Hello/Dead timers of 10s and 40s.
- Interface configured with `ip ospf network point-to-point`Establishes neighbor adjacencies without electing a DR/BDR using 10s/40s timers.
- Interface configured with `ip ospf priority 0` on a multiaccess linkPermanently remains a DROTHER and is excluded from DR/BDR election.
- Router with priority 255 added to a link with an active, established DRFails to take over the DR role due to the non-preemptive nature of OSPF elections.
Answer
Interface configured with `ip ospf network broadcast` matches 'Performs DR/BDR elections and uses default Hello/Dead timers of 10s and 40s.'
Interface configured with `ip ospf network point-to-point` matches 'Establishes neighbor adjacencies without electing a DR/BDR using 10s/40s timers.'
Interface configured with `ip ospf priority 0` on a multiaccess link matches 'Permanently remains a DROTHER and is excluded from DR/BDR election.'
Router with priority 255 added to a link with an active, established DR matches 'Fails to take over the DR role due to the non-preemptive nature of OSPF elections.'
Interface configured with `ip ospf network point-to-point` matches 'Establishes neighbor adjacencies without electing a DR/BDR using 10s/40s timers.'
Interface configured with `ip ospf priority 0` on a multiaccess link matches 'Permanently remains a DROTHER and is excluded from DR/BDR election.'
Router with priority 255 added to a link with an active, established DR matches 'Fails to take over the DR role due to the non-preemptive nature of OSPF elections.'
Each OSPF interface setting dictates specific operational properties: Broadcast links use 10s/40s timers and elect DR/BDR; Point-to-Point links use 10s/40s timers without electing DR/BDR; Priority 0 prevents any DR/BDR candidacy resulting in DROTHER status; and DR/BDR elections are non-preemptive, preventing new higher-priority routers from taking over an active DR role.
Step-by-Step Solution
Key Concept
OSPFv2 Network Types, Interface Priority, and Election Preemption Rules