A network engineer configures an OSPFv2 process on a router interface connected to a broadcast multiaccess Ethernet network. The engineer issues the command `ip ospf priority 0` on the interface. How does this specific priority configuration affect the router's role in the OSPF DR/BDR election process?
- The interface is strictly prohibited from participating in the election and remains in the DROTHER state.Answer
- BThe interface will still be elected as DR if it has a higher Router ID than all other routers on the multiaccess segment.
- CThe interface automatically defaults to the BDR role while letting the router with priority 1 become the DR.
- DThe interface becomes the DR only if no other neighboring router has an active loopback interface configured.
Answer
Setting an OSPF interface priority to 0 disqualifies the router from participating in elections, forcing its state to DROTHER.
In OSPFv2, interface priority ranges from 0 to 255. A priority of 0 specifically signifies that the router is disqualified from becoming either the Designated Router (DR) or the Backup Designated Router (BDR) on a multiaccess network segment. As a result, the interface transitions to and stays in the DROTHER state.
Step-by-Step Solution
Key Concept
OSPF Interface Priority 0 Selection Ineligibility
Estimated Time:45s