Configuring OSPF Priority in Cisco Last Updated : 18 Oct, 2022 Summarize Comments Improve Suggest changes Share Like Article Like Report The Open Shortest Path First (OSPF) protocol belongs to a family of IP routing protocols and is an internal protocol for the Internet used to send IP routing information through a single Autonomous System (AS) and distribute it across IP networks. Gateway Protocol (GP). Priority in OSPF is used in the DR/BDR election process. DR/BDR election is done per multi-segment, not per area. Configuration:Consider the following topology: In this topology, we can tell just by looking that R4 is the DR and R3 is the BDR and the rest are DRO. The first criterion in DR/BDR election is the priority. So, If we change R1 f0/0 priority it should become the DR. First, Let's look at the DR/BDR election from R4 perspective Now let's change R1 f0/0 OSPF priority and clear the OSPF process (on R4 and R3) ip ospf priority 255 clear ip ospf process Let's check DR/BDR election from R4's perspective, If we change the priority of an interface to 0 then the router can not participate in DR/BDR election So, now let's change R1 f0/0 OSPF priority to 0 ip ospf priority 0 And again check DR/VDR election from R4 perspective show ip ospf neighbor As we can see now R3 is the BDR and R4 is the new DR. We, do not need to clear the OSPF process when we change interface priority to 0. Comment More infoAdvertise with us Next Article Configuring OSPF Route Summarization in Cisco G guptaderron2001 Follow Improve Article Tags : Computer Networks Cisco CCNA Routing Practice Tags : Cisco Similar Reads Configuring OSPF Timers in Cisco Open Shortest Path First (OSPF) is a link-state routing protocol used to find the best path between a source and destination router using its own shortest path first). OSPF was developed by the Internet Engineering Task Force (IETF) as one of the Interior Gateway Protocols (IGPs). H. A protocol desi 2 min read Configuring OSPF Router-ID in Cisco OSPF is a Link State Routing Protocol. In this method of Routing the Router shares its neighbor knowledge with everyone in the router. In OSPF one router is elected as Designated Router and one router is elected as Backup Designated Router(BDR). They are elected so that we can control how much repet 2 min read Configuring OSPF Route Summarization in Cisco Pre-requisites: Open Shortest Path First (OSPF) protocol States and Configuring Multi-Area OSPF in Cisco Route summarization in any Interior Gateway Protocol (IGP) creates a single route entry with a prefix & prefix length larger than one or smaller component routes. For example summary route 10 3 min read Configuring Per Interface OSPF in Cisco A routing technique called OSPF (Open Shortest Path First) is used in computer networks to choose the optimum route for packet forwarding. As a link-state routing protocol, OSPF determines the shortest path between any two nodes using knowledge on the network topology, including the condition and pr 2 min read Configuring OSPF Network Types in Cisco Pre-requisites: Open shortest path first (OSPF) router roles and configuration, OSPF network types. In an OSPF routing domain, there can be multiple OSPF network types that can be configured to manipulate the OSPF operations as per the needs and requirements on a specific interface keeping in mind t 3 min read Configuring OSPF Stub Areas in Cisco Prerequisites: OSPF Implementation and Open Shortest Path First (OSPF) protocol States Open Shortest Path First (OSPF) is a link-state routing protocol used to find the best path between the source and destination router using its own shortest path first). OSPF was developed by the Internet Engineer 3 min read Like