Routing200-301 Exam Term

What Does DR Mean in 200-301?

Full form: Designated Router

Also known as: Designated Router

Quick Definition

The elected OSPF router on a multi-access network that collects and distributes LSAs on behalf of all neighbours.

Full Definition

On multi-access networks (such as Ethernet LANs), OSPF routers elect a Designated Router (DR) and a Backup Designated Router (BDR) to reduce the number of OSPF adjacencies. Instead of each router forming full adjacency with every other router (N × (N-1)/2 adjacencies), all routers form full adjacency only with the DR and BDR. The DR collects LSAs from all routers and floods them to the multicast address 224.0.0.5. DR election is based on highest OSPF priority (default 1), then highest Router ID as a tiebreaker.

CLI Command

ip ospf priority 200  ! on the interface — higher wins DR election
show ip ospf neighbor

Exam Trap — Don't Get Fooled

Setting OSPF priority to 0 prevents a router from becoming DR or BDR. DR/BDR election is non-preemptive — the DR does not change unless it fails, even if a higher-priority router joins later.

Related 200-301 Terms

Frequently Asked Questions

What does DR mean on the 200-301 exam?

On multi-access networks (such as Ethernet LANs), OSPF routers elect a Designated Router (DR) and a Backup Designated Router (BDR) to reduce the number of OSPF adjacencies. Instead of each router forming full adjacency with every other router (N × (N-1)/2 adjacencies), all routers form full adjacency only with the DR and BDR. The DR collects LSAs from all routers and floods them to the multicast address 224.0.0.5. DR election is based on highest OSPF priority (default 1), then highest Router ID as a tiebreaker.

How does DR appear as a trap on the 200-301?

Setting OSPF priority to 0 prevents a router from becoming DR or BDR. DR/BDR election is non-preemptive — the DR does not change unless it fails, even if a higher-priority router joins later.

How important is DR on the 200-301 exam?

DR falls under the Routing domain of the 200-301 exam. Understanding it in context with related terms like bdr and ospf is essential for answering scenario-based questions correctly.