OSPFIntermediate34 min read

What Does Backup Designated Router Mean?

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security
On This Page

Quick Definition

In a computer network using OSPF, routers need to share information with each other. The Backup Designated Router is like a standby helper. It listens to all the network updates but stays quiet unless the main helper, called the Designated Router, stops working. Then it immediately takes over, so the network keeps running smoothly.

Common Commands & Configuration

interface GigabitEthernet0/0 ip ospf priority 100

Sets the OSPF priority on an interface to 100, increasing the chance the router becomes the Designated Router (DR) or Backup Designated Router (BDR) on a broadcast multiaccess network. Use this to influence the DR/BDR election.

CCNA and Network+ exams test that higher priority values increase the likelihood of becoming DR or BDR, and that a priority of 0 means the router never participates in the election.

interface Serial0/0/0 ip ospf priority 0

Sets the OSPF interface priority to 0, ensuring the router is not eligible to become DR or BDR. Useful for spoke routers in a hub-and-spoke topology to force the hub to be DR.

Exams frequently ask: 'Which priority value prevents a router from becoming DR or BDR?' The answer is 0.

show ip ospf interface GigabitEthernet0/0

Displays OSPF interface details including the current DR and BDR router IDs and interface priority. Used to verify the election results and confirm which router is the BDR.

Tested in CCNA and Network+ as the command to check DR/BDR election state; candidates must interpret output showing 'BDR' and its router ID.

show ip ospf neighbor

Lists OSPF neighbors and their state. For a BDR, the neighbor state will show 'FULL/BDR' or '2WAY/BDR' depending on the neighbor relationship. Helps confirm adjacency with the DR and other routers.

In AWS SAA and AZ-104, this command is used to verify OSPF neighbor states; a 'BDR' router is expected to be in the 'FULL/BDR' state with the DR.

router ospf 1 router-id 3.3.3.3

Configures the OSPF router ID. In DR/BDR elections, the highest router ID becomes the tiebreaker when priorities are equal. Setting a higher router ID can ensure a router becomes BDR or DR.

CCNA and Google ACE exams emphasize that the router ID is used after priority; a router with a higher router ID wins if priorities are equal.

clear ip ospf process

Resets the OSPF process, forcing a new DR/BDR election. Used after changing interface priorities or router IDs to immediately trigger an election without waiting for OSPF timers.

Security+ and Network+ may ask how to force a DR/BDR re-election; this command is the correct answer.

interface GigabitEthernet0/1 ip ospf dead-interval 40 ip ospf hello-interval 10

Adjusts OSPF hello and dead timers on an interface. While not directly changing DR/BDR, mismatched timers prevent the BDR from maintaining adjacency and can cause false election changes.

CCNA troubleshooting questions often include mismatched timers as a reason why a router fails to become BDR; candidates must identify the symptom (neighbor stuck in INIT state).

debug ip ospf events

Enables OSPF event debugging. Useful to watch DR/BDR election in real time, especially when verifying that priority changes take effect. Output shows 'DR election' messages.

Network+ and CCNA practical labs test the ability to use debug to observe election processes; candidates must know this command and its risks.

Backup Designated Router appears directly in 8exam-style practice questions in Courseiva's question bank — one of the most-tested concepts on Cisco CCNA. Practise them →

Must Know for Exams

The Backup Designated Router is a common topic in several IT certification exams, particularly those that cover OSPF or general routing concepts. For the CCNA (Cisco Certified Network Associate), OSPF is a major topic. The CCNA exam often includes questions about the DR/BDR election process, the states of OSPF neighbors, and the multicast addresses used. You might be asked to identify which router becomes the BDR based on priority and Router ID, or to describe what happens when the DR fails. The CCNA also tests your ability to configure OSPF with priority values to influence the election.

For the CompTIA Network+ and Security+ exams, OSPF is covered at a conceptual level. You will not need to configure it, but you should understand the purpose of DR and BDR. Questions might ask why OSPF uses these roles on a broadcast network, or what the benefit is. You might see a scenario question where a router fails and you need to explain how OSPF recovers, mentioning the BDR.

The AWS Solutions Architect (AWS-SAA) and Azure (AZ-104) exams do not test OSPF deeply, but they may test general routing concepts. Understanding the BDR will help you grasp how network redundancy works, which is relevant for designing fault-tolerant VPCs and virtual networks. The Google ACE exam may touch on OSPF in the context of hybrid cloud networking.

For the A+ exam, the BDR is not directly covered as it is a networking concept that is more advanced. However, knowing it shows a deeper understanding of network protocols, which can help in the performance-based questions.

In exam questions, the BDR is often part of multiple-choice questions about OSPF neighbor states (e.g., what state do DROther routers have?), election criteria (what determines the BDR?), and failover behavior. You might also be presented with a topology diagram and asked to identify which router is the BDR based on priority and RID. Scenario-based questions might describe a network where the DR goes down and ask what happens next. The correct answer is that the BDR takes over immediately, and a new BDR is elected. Another common trap is asking whether the BDR sends LSAs. The correct answer is that the BDR does not send LSAs during normal operations; it only receives them from the DR.

To succeed, memorize the election rules: highest priority wins, then highest Router ID. Know that priority 0 means the router cannot be DR or BDR. Remember the multicast addresses: 224.0.0.6 for DR/BDR communication, 224.0.0.5 for all OSPF routers. Understand the difference between 2-WAY and FULL neighbor states. This knowledge is directly tested in CCNA and Network+.

Simple Meaning

Imagine you are in a large office building with many rooms, and everyone needs to know what is happening in all the other rooms. Instead of each person running to every single room to ask for news, you elect one person to be the news collector. That person sits in the center, and everyone sends their updates to them. That person is the Designated Router (DR). Now, what happens if that person goes on vacation or gets sick? Suddenly, no one knows who to send updates to, and the whole news system breaks down.

To prevent this problem, the group also elects a Backup Designated Router (BDR). The BDR does the same job as the DR in one key way: they also listen to all the news and updates. However, the BDR does not send out the collected news to everyone else. The BDR just quietly listens and waits. The BDR only starts sending out the news if the DR stops responding. At that moment, the BDR instantly takes over the DR role.

Think of it like a classroom project. The teacher picks one student to be the group leader who collects all the answers. That is the DR. But the teacher also picks a backup leader who gets a copy of every answer as it comes in. If the main leader has to leave, the backup leader already has all the answers and can immediately become the new leader. The rest of the students do not have to start from scratch.

In technical terms, OSPF is a routing protocol that helps routers find the best path to send data across a network. On a shared network segment like an Ethernet cable or a Wi-Fi network, having every router talk to every other router would be chaotic and slow. That is why OSPF uses the DR and BDR. The BDR forms a full neighbor relationship with the DR and with every other router on that segment. This way, the BDR has a complete copy of the network topology. If the DR fails, the BDR already has all the information needed to become the new DR immediately. The transition happens without any additional database synchronization, so the network barely notices the change.

The BDR concept is critical because it makes OSPF networks more reliable. Without a BDR, OSPF would have to hold a new election and then the new DR would have to rebuild its database from scratch. That takes time and creates a temporary blind spot where routers might not know the best path. The BDR eliminates that delay. It is a simple but powerful idea: always have a prepared backup ready to step in without missing a beat.

Full Technical Definition

The Backup Designated Router (BDR) is a fundamental concept within the Open Shortest Path First (OSPF) routing protocol, specifically defined in RFC 2328 (OSPF Version 2). OSPF is a link-state routing protocol that builds a complete topological map of the network by exchanging Link State Advertisements (LSAs) between routers. On broadcast multi-access networks, such as Ethernet segments with multiple routers, OSPF uses a mechanism to optimize the flooding of LSAs and reduce the number of adjacencies formed. Without this mechanism, every router on the segment would need to form a full adjacency with every other router, resulting in n*(n-1)/2 adjacencies, which becomes inefficient in larger networks.

The DR and BDR election process occurs on the multi-access segment. The BDR is elected as part of the same OSPF Hello protocol exchange. Routers send Hello packets that contain the Router ID (RID) and the priority value. The default priority is 1, but it can be set from 0 to 255. A router with priority 0 is never elected as DR or BDR. The router with the highest priority becomes the DR, and the router with the second highest priority becomes the BDR. If there is a tie in priority, the router with the highest RID wins. The RID is typically the highest IP address on a loopback interface, or the highest IP address on an active interface.

The BDR forms a full adjacency with the DR and with every other router (called DROther routers) on the segment. DROther routers form only a two-way neighbor state with each other, not a full adjacency. They do not exchange LSAs directly with each other. Instead, DROther routers send their LSAs to the DR and BDR using the multicast address 224.0.0.6 (AllDRouters). The DR then floods those LSAs to all other routers on the segment using the multicast address 224.0.0.5 (AllSPFRouters). The BDR listens to all these exchanges and maintains an identical link-state database as the DR, but it does not forward LSAs itself during normal operation. This ensures that the BDR always has an up-to-date copy of the network topology.

If the DR fails, the BDR immediately transitions to the DR role. This is detected by the expiration of the Router Dead Interval (typically 40 seconds, four times the Hello Interval of 10 seconds). The BDR then begins performing the DR functions, which includes flooding LSAs to all other routers. A new BDR election is then triggered for the segment. The new BDR is elected from the remaining DROther routers. Importantly, the OSPF database synchronization does not need to be redone because the BDR already had the full database. This makes the failover very fast, limited only by the time it takes for the DR failure to be detected.

The DR and BDR are elected based on the priority and RID, but the election is not preemptive. Once a router becomes DR or BDR, it retains that role even if a higher priority router joins the network later. The only way to force a new election is to reset the OSPF process on the DR or BDR, or shut down the interface. This is known as the "non-preemptive" nature of OSPF elections.

In a multi-access OSPF network, the DR and BDR are critical for scalability and stability. Without them, the number of full adjacencies would grow quadratically, consuming CPU and memory resources. The BDR specifically improves reliability by providing a hot standby. The failover time is predictable and minimal. For network engineers, understanding the BDR role is essential for designing resilient OSPF networks and for troubleshooting issues related to OSPF neighbor states and database synchronization.

In the context of IPv6, OSPFv3 (RFC 5340) uses the same DR/BDR concept, with the same election mechanism. The BDR exists in OSPFv3 as well, for the same reason: to provide redundancy on broadcast networks. The use of multicast addresses differs slightly, but the role of the BDR is identical.

Real-Life Example

Think of a town's emergency communication system. The town has a central fire station, a police station, and several volunteer groups. Everyone needs to share information about emergencies, road closures, and resources. If every person called every other person every time something happened, the phone lines would be jammed and no one would get anything done. So, they elect one person to be the central dispatcher. That dispatcher is the Designated Router (DR). All calls go to the dispatcher, and the dispatcher broadcasts the important news to everyone else.

But what if the dispatcher gets sick or the phone line goes down? The whole system would fall apart. People would stop reporting emergencies, and no one would know what is happening. So, the town also appoints a backup dispatcher. The backup dispatcher listens to every call that comes into the main dispatcher. The backup gets a copy of every message but does not forward anything. The backup just sits in a separate room, listening and taking notes.

Now, let's say the main dispatcher's phone line goes dead. The backup dispatcher instantly notices because they stop hearing the main dispatcher respond to calls. Immediately, the backup dispatcher picks up their own phone and announces, "I am now the primary dispatcher. Please send all future calls to me." Because the backup already has all the information about what was happening before the failure, they can continue managing the emergencies without missing a beat. The volunteers and police do not have to repeat themselves.

In your network, the BDR plays exactly this role. It is the backup dispatcher. The DR is the main dispatcher. All DROther routers (the volunteers) send their updates to the DR and BDR. The DR forwards the updates. The BDR just listens. If the DR fails, the BDR takes over immediately. The other routers do not have to resend their entire databases because the BDR already has it all. This is why OSPF networks are reliable and efficient. The BDR is the unsung hero that ensures the network stays operational even when the primary fails.

Why This Term Matters

The Backup Designated Router matters because it ensures network reliability and stability in OSPF environments. In real-world IT networks, especially in large enterprise and service provider environments, link failures and router crashes are not uncommon. Without a BDR, the failure of the Designated Router would cause a period of instability. All DROther routers would detect the DR's absence, a new election would be held, and the new DR would need to form full adjacencies with every other router and synchronize its link-state database from scratch. This process can take tens of seconds, during which time routing information may be incomplete, leading to routing loops or black holes.

The BDR eliminates this risk. It maintains a complete, synchronized database at all times. The failover is essentially instantaneous from a database perspective. The only delay is the time it takes to detect the DR failure, which is governed by the Router Dead Interval. This makes OSPF more suitable for mission-critical networks that require fast convergence.

For a network administrator, understanding the BDR is essential for network design. If you have a network segment with multiple routers, you must ensure that the routers with the highest processing power and most stable connections are elected as DR and BDR. This is done by adjusting the OSPF priority setting. Neglecting this can result in a low-end router becoming DR, which could become a bottleneck. Also, if you decommission a router that is the DR, you must know that the BDR will take over, but you should plan for the new BDR election. The BDR concept also helps in troubleshooting. If you see OSPF neighbor states stuck in "2-WAY" on a broadcast network, it is not necessarily an error; it simply means those routers are not DR or BDR. Knowing this saves time in diagnostics.

the BDR is a design choice that trades a small amount of extra CPU and memory on one router for significant gains in network stability and failover speed. It is a core feature of OSPF that any IT professional working with routed networks must understand.

How It Appears in Exam Questions

Exam questions about the Backup Designated Router appear in several common patterns. The first pattern is the direct definition question. For example: "Which of the following best describes the role of the Backup Designated Router in OSPF?" The options might include descriptions like "It forwards LSAs to all routers," "It maintains a full topology database but does not forward LSAs," or "It only communicates with DROther routers." The correct answer is the one that states it holds a full database but does not flood LSAs during normal operation.

The second pattern is the election scenario. You are given a table or a diagram showing four routers with their priorities and Router IDs. For example: Router A priority 10, RID 1.1.1.1; Router B priority 10, RID 2.2.2.2; Router C priority 5, RID 3.3.3.3; Router D priority 0, RID 4.4.4.4. The question asks: "Which router will become the BDR?" The answer is the router with the second highest priority that is not the DR. If priorities are equal, the highest RID becomes the DR, and the second highest becomes the BDR. In this example, Router A and B have same priority, so Router B (higher RID) is DR, and Router A is BDR. Routers with priority 0 are ineligible.

The third pattern is neighbor state questions. For example: "An OSPF router on a broadcast network shows a neighbor state of '2-WAY' with another router. What does this indicate?" The answer is that the two routers are not DR or BDR, but have exchanged Hello packets and are ready to become neighbors. They do not form a full adjacency because they will send their LSAs to the DR and BDR instead.

The fourth pattern is failover behavior. A question might say: "The Designated Router on an OSPF broadcast segment fails. Which of the following statements is true?" The correct answer might be: "The BDR immediately becomes the DR and a new BDR is elected." A distracter might say: "All routers re-elect a new DR and BDR, causing a delay." The key is that the BDR already has the database, so there is no need to re-synchronize.

The fifth pattern is configuration based. In the CCNA, you might be asked to configure an interface with a specific priority to ensure a router becomes the BDR. For example: "Which command should be used to set the OSPF priority to 100 on an interface?" The answer is `ip ospf priority 100`. You also need to know that the priority is set in interface configuration mode.

Finally, there are troubleshooting questions. A network administrator notices that the BDR is not forming a full adjacency with the DR. Possible causes include mismatched Hello timers, authentication failure, or the interface is configured as passive. You might be asked to identify the problem from a show command output.

Practise Backup Designated Router Questions

Test your understanding with exam-style practice questions.

Practise

Example Scenario

A company has a network with four routers connected to the same Ethernet switch. The routers are named R1, R2, R3, and R4. The network uses OSPF. The administrator wants a stable setup with a clear backup. R1 has a priority of 100. R2 has a priority of 50. R3 and R4 have the default priority of 1. The Router IDs are as follows: R1 is 10.0.0.1, R2 is 10.0.0.2, R3 is 10.0.0.3, and R4 is 10.0.0.4.

When the routers boot up and start sending OSPF Hello packets, they begin the election process. R1 has the highest priority (100), so it becomes the Designated Router (DR). R2 has the second highest priority (50), so it becomes the Backup Designated Router (BDR). R3 and R4 become DROther routers. Now, R3 and R4 will form full adjacencies only with R1 and R2. They will not form a full adjacency with each other. They will show the neighbor state "2-WAY" with each other.

A few days later, R1 experiences a hardware failure and goes offline. R2, which is the BDR, immediately detects the failure because it stops receiving Hello packets from R1. The Router Dead Interval expires. At that moment, R2 takes over as the new DR. R2 already has the full link-state database, so it can start flooding LSAs to R3 and R4 without any delay. Meanwhile, the OSPF process on the segment triggers a new BDR election. The remaining routers are R2, R3, and R4. R2 is now the DR, so it cannot be BDR. The new BDR will be elected from R3 and R4. They both have priority 1, so the tie is broken by the highest Router ID. R4 has 10.0.0.4, which is higher than R3's 10.0.0.3, so R4 becomes the BDR. The network continues to function with minimal disruption.

This scenario demonstrates the importance of the BDR. Without R2 as BDR, the failure of R1 would have caused the network to hold an election, and then the new DR (likely R4) would have needed to synchronize its database by exchanging LSAs with R2, R3, and R4. That would take time and could cause temporary routing issues. With the BDR, the transition is seamless.

Common Mistakes

Thinking the BDR sends LSAs to all routers just like the DR.

The BDR does NOT forward LSAs during normal operation. It only receives them. The BDR's role is to listen and maintain a synchronized database, not to flood. Only the DR floods LSAs. The BDR only starts flooding after it becomes the DR.

Remember: BDR = Backup. It backs up the database, not the traffic. The DR does the talking; the BDR does the listening.

Assuming the BDR is elected after the DR election, or that the BDR is the second router to boot up.

The DR and BDR are elected simultaneously based on the same Hello exchange. The router with the highest priority becomes the DR, and the router with the second highest priority becomes the BDR. It is not a sequential process.

Think of it as one election with two winners: first place is DR, second place is BDR.

Believing that a BDR can be preempted by a higher priority router joining later.

OSPF elections are non-preemptive. Once a router is elected as DR or BDR, it keeps that role even if a router with a higher priority joins the network later. The role only changes if the DR or BDR goes down, or if the OSPF process is reset.

Elections are 'set and forget' until failure. The new router with higher priority will only become DR/BDR after a failure or reset.

Confusing the BDR with the concept of a standby router in HSRP or VRRP (First Hop Redundancy Protocols).

HSRP and VRRP provide redundancy for the default gateway. The BDR is an OSPF concept for managing routing information on a network segment. The BDR does not forward data packets; it only participates in OSPF exchanges. HSRP/VRRP routers forward data traffic.

BDR is about routing protocol adjacencies, not about forwarding user traffic. They are different layers of redundancy.

Thinking that the BDR should have a full adjacency with every DROther router, but that the DR should not.

Both the DR and BDR must form full adjacencies with ALL DROther routers on the segment. The BDR needs this to have a complete database. The DR also needs it to collect LSAs. DROther routers only form 2-WAY state with each other.

Both DR and BDR are 'full neighbors' with everyone else. The BDR is not isolated; it is just less active in forwarding.

Assuming the Router Dead Interval is used only for the DR failure detection, but not for the BDR.

The Router Dead Interval applies to all OSPF neighbors. The BDR uses it just like any other router to detect the failure of the DR or any other neighbor.

The Dead Interval is a universal timer. Every router uses it to detect neighbor failures, including the BDR.

Setting the OSPF priority to 0 on a router that you want to be the BDR.

A priority of 0 means the router is ineligible to be elected as DR or BDR. That router will always be a DROther. To be a BDR, the priority must be at least 1, and you need to set it high enough to be the second highest.

If you want a router to be BDR, set its priority between 1 and 255. Avoid setting it to 0 unless you want to exclude it from elections.

Exam Trap — Don't Get Fooled

{"trap":"On a network with equal priority values, the exam might ask which router becomes the BDR, and learners often incorrectly choose the router with the second highest IP address, thinking it is the next highest Router ID. However, the election selects the DR as the highest Router ID among the highest priority routers, and the BDR as the second highest Router ID among the same priority group. But the trap is that learners think the BDR is simply the next highest after the DR, regardless of the fact that routers with lower priority are also in the mix.

For example, three routers with priority 10, and two routers with priority 5. The DR is the highest RID among the priority 10 routers. The BDR is the second highest RID among the priority 10 routers, not the highest RID among the priority 5 routers."

,"why_learners_choose_it":"Learners often mistakenly believe that the BDR is always the router with the second highest Router ID overall, without properly applying the priority rule first. They think \"DR has highest RID, so BDR has second highest RID\" but they ignore that priority is the primary criterion.","how_to_avoid_it":"Always apply the election rules in order: first, sort by priority (highest wins).

Then, if there is a tie in priority, sort by Router ID (highest wins for DR, second highest for BDR among that group). Do not consider routers with lower priority for DR or BDR roles. Use a mental checklist: 1) Highest priority is DR.

2) Second highest priority is BDR (if priority is the same, compare RID). 3) Ignore priority 0 routers. Practice with a few different sets of values until it becomes instinctive."

Commonly Confused With

Backup Designated RoutervsDesignated Router (DR)

The DR is the primary router on an OSPF broadcast segment that collects all LSAs from DROther routers and floods them to all routers. The BDR is the backup that maintains a synchronized database but does not flood LSAs during normal operation. The DR does the active work; the BDR is passive until needed.

In a group project, the DR is the team leader who presents the findings. The BDR is the assistant who has all the notes but only presents if the leader is absent.

Backup Designated RoutervsDROther Router

A DROther router is any non-DR, non-BDR router on the OSPF broadcast segment. It only forms full adjacencies with the DR and BDR, not with other DROther routers. It sends LSAs to the DR and BDR using multicast address 224.0.0.6. In contrast, the BDR has a full adjacency with everyone and listens to all traffic.

In a classroom, DROther routers are the students who only talk to the teacher (DR) and the teacher's assistant (BDR), not to each other. The BDR is the assistant who listens to every student but doesn't teach the class.

Backup Designated RoutervsActive Router in HSRP (Hot Standby Router Protocol)

HSRP is a First Hop Redundancy Protocol that provides redundancy for the default gateway. The Active Router forwards user data traffic. The Standby Router in HSRP is similar to a BDR in that it takes over if the Active fails. However, the BDR is for OSPF route advertisement, not for forwarding user packets. HSRP works at the network layer for default gateway redundancy, while OSPF is a routing protocol.

HSRP is like having two doors to a building; if one door is locked, you use the other. The BDR is like having a backup secretary who knows all the meetings but doesn't schedule them unless the main secretary is out.

Backup Designated RoutervsPassive Interface in OSPF

A passive interface in OSPF means the router does not send or receive OSPF Hello packets on that interface, so no neighbors are formed. The BDR is still an active OSPF participant that forms adjacencies. A passive interface is completely silent in terms of OSPF, while the BDR is very active in listening and maintaining state.

A passive interface is like a radio that is turned off. The BDR is like a radio that is always on, listening to every station, but only broadcasting if the main station goes off air.

Backup Designated RoutervsVLAN Trunking (802.1Q)

802.1Q is a standard for tagging Ethernet frames to carry multiple VLANs over a single link. It has nothing to do with OSPF routing or router elections. The BDR is a concept within a routing protocol, while 802.1Q is a layer 2 switching technology.

802.1Q is like labeling your luggage for different destinations. The BDR is like having a backup flight attendant who knows all the procedures.

Step-by-Step Breakdown

1

Router Initialization

Four routers are connected to the same Ethernet segment. They all boot up and enable OSPF on their interfaces. Each router begins sending OSPF Hello packets out of the interface every 10 seconds (default). The Hello packets contain the Router ID, the priority value, and the list of neighbors the router has already heard.

2

Hello Packet Exchange

The routers listen for Hello packets from other routers. They add each discovered router to their neighbor table. Initially, all routers are in the DOWN state, then transition to INIT state when a Hello is received from another router. When they receive a Hello that contains their own Router ID, they move to 2-WAY state.

3

DR/BDR Election Trigger

On a broadcast multi-access network, the election of DR and BDR is triggered by the Hello exchange. The routers examine the priority and Router ID fields in the Hello packets. The election happens when a router transitions out of the WAITING state, which occurs after the Router Dead Interval has passed without seeing a higher-priority router claim the role.

4

Priority Comparison

The router with the highest priority value becomes the Designated Router (DR). If priorities are equal, the router with the highest Router ID wins. The router with the second highest priority (or second highest Router ID if priorities are equal) becomes the Backup Designated Router (BDR). Routers with priority 0 are excluded from election.

5

Formation of Adjacencies

Once the DR and BDR are elected, the routers form full adjacencies with them. The DR and BDR form full adjacencies with every DROther router. DROther routers form only a 2-WAY neighbor state with each other. The adjacency state progresses through EXSTART, EXCHANGE, and LOADING, eventually reaching FULL state for the DR and BDR.

6

Database Synchronization

During the EXCHANGE and LOADING states, the routers exchange Database Description packets and Link State Requests to synchronize their link-state databases. The BDR completes this synchronization with the DR and with all DROther routers. The BDR now has an identical copy of the OSPF database as the DR.

7

Normal Operation with DR and BDR

During normal operation, DROther routers send their LSAs to the DR and BDR using the multicast address 224.0.0.6 (AllDRouters). The DR receives them and floods them to all OSPF routers on the segment using 224.0.0.5 (AllSPFRouters). The BDR receives the LSAs but does not forward them. The BDR simply updates its database and remains synchronized.

8

DR Failure Detection

The DR fails or its interface goes down. The BDR and other routers stop receiving Hello packets from the DR. The Router Dead Interval (default 40 seconds) elapses. The BDR detects the failure first because it has a full adjacency with the DR.

9

BDR Takes Over as DR

As soon as the BDR detects the DR failure, it assumes the role of DR. The BDR immediately begins flooding LSAs to all other routers using the AllSPFRouters multicast. Because the BDR already has the full database, there is no need for database synchronization. The network continues without interruption.

10

New BDR Election

With the old BDR now acting as DR, the segment no longer has a BDR. The remaining DROther routers initiate a new election. The router with the highest priority among them becomes the new BDR. If priorities are equal, the highest Router ID wins. The new BDR forms full adjacencies with the new DR and all DROther routers.

Practical Mini-Lesson

Understanding the Backup Designated Router is not just about passing an exam; it is about designing and troubleshooting resilient networks. In practice, network engineers must carefully plan which routers become the DR and BDR. The default priority of 1 means that the router with the highest Router ID automatically becomes the DR, which may not be ideal. For example, a low-end router with a high Router ID could become the DR, creating a bottleneck because it has to process all the LSA flooding. To avoid this, engineers set a higher priority on more capable routers.

Configuration is straightforward. On Cisco IOS, you set the priority under the interface configuration mode with the command `ip ospf priority` followed by a number from 0 to 255. If you want a specific router to be the BDR, you set its priority to, say, 50, and set another router's priority to 100 to be the DR. This gives you control over the election. Remember, once elected, the roles are non-preemptive. So if you change priorities later, you must restart the OSPF process on the DR/BDR to force a new election. This can be done with `clear ip ospf process` but that is disruptive.

What can go wrong in practice? One common issue is that a router is accidentally configured with priority 0, making it ineligible for election. In a network where you only have two routers, both need to be eligible for DR/BDR. If one is priority 0, the other becomes DR but there is no BDR. If that single DR fails, there is no backup, and all adjacencies must be rebuilt. Another issue is mismatched Hello or Dead timers. If the DR has a different Dead Interval, the BDR might not detect the failure in time. Also, authentication must be consistent between the DR and BDR, or they will not form a full adjacency.

For troubleshooting, use commands like `show ip ospf neighbor` to see the state of neighbors. If a DROther router shows FULL with the DR and BDR, and 2-WAY with other DROther routers, it is correct. If you see FULL with a DROther router that should be 2-WAY, there may be a configuration error. The `show ip ospf interface` command shows the DR, BDR, and priority for that interface. This is useful for verifying who was elected.

Professionals also need to understand the impact on convergence time. The BDR allows sub-second convergence if BFD (Bidirectional Forwarding Detection) is used, but that is an advanced feature. Without BFD, the 40-second Dead Interval is the primary delay. In modern networks, engineers often reduce the Hello and Dead intervals to speed up detection. For example, a Hello of 1 second and Dead of 4 seconds are common for fast convergence. The BDR still works the same way, just faster.

Finally, remember that the DR and BDR concept only applies to broadcast and non-broadcast multi-access networks. On point-to-point links, there is no DR or BDR. So when designing your network, know which segments need this mechanism. The BDR is a simple but critical component of OSPF that ensures reliability through redundancy. Master this concept by practicing configuration and checking neighbor states.

Troubleshooting Clues

BDR Not Forming

Symptom: show ip ospf neighbor shows no neighbor in BDR state; only DR and DROTHER states appear.

On a broadcast network, the election requires at least two routers with priority > 0. If only one router has a non-zero priority, it becomes DR and no BDR is elected until another eligible router appears. Also, if all routers have priority 0, no DR or BDR is elected.

Exam clue: CCNA questions present a scenario with a single router with priority 100 and ask why no BDR exists; correct answer is 'only one eligible router'.

BDR Election Never Completes

Symptom: OSPF neighbors stay in the 2WAY state and never transition to FULL; no DR or BDR appear in show ip ospf interface.

This can happen when the subnet mask or network type mismatches between routers. OSPF requires consistent network type (e.g., broadcast vs. point-to-point) to perform DR/BDR election. A mismatch causes routers to ignore each other's hello packets for election purposes.

Exam clue: Network+ and AZ-104 exam scenarios describe OSPF neighbors not forming adjacency; the cause is often mismatched network type, which prevents BDR election.

Router Becomes DR Instead of BDR

Symptom: After configuration, a router with priority 50 (lower than another router's priority 100) becomes DR instead of BDR.

The existing DR and BDR are not preempted unless the OSPF process is reset. If a router with higher priority joins an already-established network with a DR and BDR, it will not become DR/BDR until the current DR or BDR fails. Also, if the router with priority 50 had a higher router ID and the other router's priority was actually equal, the tiebreaker is router ID.

Exam clue: CCNA exams test the 'non-preemptive' nature of DR/BDR election; a common wrong answer is that the higher priority immediately takes over.

BDR Router Failing to Send LSAs

Symptom: Other routers show incomplete OSPF databases; BDR is not flooding LSAs despite being in FULL state.

The BDR listens to LSAs from the DR and monitors the DR's health. If the BDR itself is experiencing high CPU or interface errors, it may fail to propagate LSAs. Also, if OSPF MTU mismatch exists, the BDR may drop large LSAs.

Exam clue: AWS SAA troubleshooting questions about OSPF database inconsistency often point to a BDR with MTU issues or interface errors as the cause.

BDR Router Unexpectedly Loses Role

Symptom: A router that was previously BDR now shows as DROTHER; another router becomes the new BDR.

This can occur if the BDR's interface priority is changed to 0 while OSPF is running (though OSPF typically requires a process restart to take effect). Alternatively, the BDR may have lost connectivity and then reconnected, triggering a new election that elected a different router due to a change in router IDs.

Exam clue: Security+ and Network+ exams ask about BDR role instability; the answer is often 'priority changed without OSPF reset' or 'router ID change.'

BDR Receives but Does Not Forward Hello Packets

Symptom: show ip ospf neighbor shows BDR neighbor is in INIT or EXSTART state; other routers cannot form full adjacency.

The BDR must process hellos and maintain bidirectional communication. If the BDR's interface has a multicast group membership issue (missing 224.0.0.6 for BDR), it will not receive hellos from other routers. This is rare but can occur due to ACLs or VRF configuration.

Exam clue: CCNA advanced troubleshooting questions describe a BDR stuck in INIT; the cause is often an ACL blocking OSPF multicast traffic to 224.0.0.6.

Duplicate BDR in Network

Symptom: show ip ospf neighbor shows two routers both claiming to be BDR in the same segment.

This is impossible in correct OSPF operation but can appear if the router IDs are the same due to misconfiguration, causing election confusion. Also, if VLAN misconfig splits the broadcast domain into two separate subnets, each subnet may elect its own BDR.

Exam clue: Google ACE and AZ-104 exams present a scenario with duplicate router IDs; the symptom is two BDRs in show output, and the fix is to assign unique router IDs.

Learn This Topic Fully

This glossary page explains what Backup Designated Router means. For a complete lesson with labs and practice, see the topic guide.

Covered in These Exams

Current Exam Context

Current exam versions that test this topic — use these objectives when studying.

Related Glossary Terms

Quick Knowledge Check

1.Which OSPF interface priority value ensures a router will never become a Backup Designated Router (BDR)?

2.On a broadcast multiaccess network, Router A has priority 10 and Router B has priority 20. Both have router IDs 1.1.1.1 and 2.2.2.2 respectively. Which router becomes the BDR if both routers boot up simultaneously?

3.An engineer changes the OSPF priority on an interface from 50 to 100. The current DR has priority 80 and BDR has priority 60. When will the router with the new priority become the new DR?

4.Which command can be used to verify the Backup Designated Router on an OSPF interface?

5.What is the primary role of the Backup Designated Router (BDR) in OSPF?