A network administrator configures an OSPFv2 interface on a Multiaccess Ethernet network with the command `ip ospf priority 0`. What is the impact of this configuration on the DR/BDR election process on that segment?
- The router interface is completely excluded from becoming either a Designated Router (DR) or Backup Designated Router (BDR).Answer
- BThe router interface will become the DR if it has a higher Router ID than all other routers on the multiaccess segment.
- CThe router interface can only be elected as the Backup Designated Router (BDR) and cannot serve as the DR.
- DThe router interface will immediately win the election because priority 0 is evaluated before numerical priorities 1 through 255.
Answer
The router interface is completely excluded from becoming either a Designated Router (DR) or Backup Designated Router (BDR).
In OSPFv2 multiaccess networks, setting an interface's priority to 0 explicitly revokes its eligibility to participate in DR and BDR elections. The interface remains in the DROTHER state and forms adjacencies only with the elected DR and BDR.
Step-by-Step Solution
Key Concept
OSPF Interface Priority 0 and DR/BDR Ineligibility