Match each OSPFv2 interface scenario or configuration on the left to its corresponding election behavior or timer characteristics on the right.
- GigabitEthernet interface manually configured with 'ip ospf network point-to-point'Uses 10-second Hello / 40-second Dead timers and dynamically forms adjacencies without electing a DR or BDR.
- Ethernet interface configured with 'ip ospf priority 0' on a broadcast multi-access segmentRemains in the DROTHER state and is completely excluded from participating in DR/BDR elections regardless of Router ID.
- Physical main interface configured for Frame Relay with default OSPF network type settingsDefaults to Non-Broadcast (NBMA) mode using 30-second Hello / 120-second Dead timers and requires manual unicast neighbor statements.
- Interface with 'ip ospf priority 200' connected to an active broadcast segment where a router with priority 100 is already the operational DRDoes not preempt the operational DR upon initialization, assuming BDR or DROTHER status until an election event occurs.
Answer
The correct pairings are: 1) GigabitEthernet interface with 'ip ospf network point-to-point' matches 'Uses 10-second Hello / 40-second Dead timers and dynamically forms adjacencies without electing a DR or BDR.'; 2) Ethernet interface with 'ip ospf priority 0' matches 'Remains in the DROTHER state and is completely excluded from participating in DR/BDR elections regardless of Router ID.'; 3) Frame Relay main interface with default OSPF network type matches 'Defaults to Non-Broadcast (NBMA) mode using 30-second Hello / 120-second Dead timers and requires manual unicast neighbor statements.'; 4) Interface with priority 200 added to a segment with an active DR (priority 100) matches 'Does not preempt the operational DR upon initialization, assuming BDR or DROTHER status until an election event occurs.'
Each OSPF network type and interface parameter dictates distinct neighbor discovery methods, timer values, and election roles. Converting a broadcast interface to point-to-point maintains 10-second timers while removing DR/BDR election. Setting priority to 0 explicitly forces a DROTHER state. Default Frame Relay main interfaces employ NBMA mode with 30-second timers requiring unicast neighbor commands. Finally, introducing a high-priority router to a segment with an existing active DR honors OSPF's non-preemptive election rule.
Step-by-Step Solution
Key Concept
OSPFv2 Network Types, Timers, Priority Exclusions, and Non-preemptive Election Behavior