Match each OSPFv2 interface configuration command or operational trait on the left with its corresponding network type property or election behavior on the right.
- Interface command `ip ospf priority 0` applied on an Ethernet interfaceExcludes the interface from participating in DR/BDR election, forcing its state to DROTHER
- Interface command `ip ospf network point-to-point` applied on a multi-access Ethernet linkDisables DR/BDR election while retaining Hello/Dead timers of 10s/40s
- Default broadcast network type operation on an Ethernet interfacePerforms DR/BDR election using default Hello/Dead timers of 10s/40s
- Final tie-breaker when OSPF router priorities are equal on a shared segmentHighest OSPF Router ID among candidate routers with non-zero priority
Answer
The interface priority 0 command forces DROTHER state and excludes the router from elections; point-to-point network type on Ethernet suppresses DR/BDR election while using 10s/40s timers; broadcast network type enables DR/BDR election with 10s/40s timers; and equal priority elections break ties using the highest Router ID.
Each item matches its corresponding operational trait: priority 0 forces DROTHER status and excludes the interface from elections; configuring point-to-point on Ethernet suppresses DR/BDR election while using default 10s/40s timers; broadcast networks elect DR/BDR with 10s/40s timers; and equal priority ties are broken by the highest Router ID.
Step-by-Step Solution
Key Concept
OSPFv2 Network Types and DR/BDR Election Mechanics