In this post we’ll be covering a couple of topics from the Inside Out of the link-state protocols that have always been ambiguous and full of details, we’ll try to make them as crystal clear as we can.
You are currently browsing the archives for the OSPF category.
|
|
May 22nd, 2010 mmahmoud Posted in Bury the hatchet, IGP, ISIS, Network Design, OSPF, Routing 2 Comments »
In this post we’ll be covering a couple of topics from the Inside Out of the link-state protocols that have always been ambiguous and full of details, we’ll try to make them as crystal clear as we can.
May 16th, 2010 mmahmoud Posted in Bury the hatchet, IGP, ISIS, Network Design, OSPF, Routing 1 Comment »
In this post we are going to cover the protocol packets and database structure for both routing protocols. To start let’s first highlight a couple of facts. OSPF runs on top of IP, that is it uses IP packets to exchange its messages (and thus it is vulnerable to spoofing and DoS attacks, and accordingly [...]
April 26th, 2010 mmahmoud Posted in Bury the hatchet, IGP, ISIS, Network Design, OSPF, Routing No Comments »
In our previous post we started consolidating the endless story of OSPF vs IS-IS, in this post we will cover the historical part of the story, it might not be interesting for some people, but I do believe that the history is what makes the future, so please bare with me through this post.
April 4th, 2010 mmahmoud Posted in Bury the hatchet, IGP, ISIS, Network Design, OSPF, Routing 1 Comment »
Whenever you have a little IGP chit chat you’ll hit this endless story. I’ve tried to reach a final solid conclusion my self but IMHO its all about personal preference and taste. It is something like a Ferrari vs Lamborghini story, they offer comparable performance, but totally different feeling. It is all about a good [...]
March 2nd, 2009 Wael Osama Posted in ISIS, OSPF 4 Comments »
When you think about Router ID in any link state protocol two requirements come to mind: Each router must be identified by a Router ID and an Area to exist in. This Router ID must be unique inside a single IGP domain. IS-IS refers to the this ID as a System ID (SysID) and OSPF [...]
February 23rd, 2009 Wael Osama Posted in ISIS, Network Design, OSPF 8 Comments »
Link state protocols have introduced the concept of multiple routing areas withing the same routing domain. Link state protocols depend on the fact that all routers must have an identical link state database and then each router will start calculating its very own routing table from this information. However, this rule sometimes introduce scalability limitations [...]
October 21st, 2008 Wael Osama Posted in OSPF No Comments »
Everyone who works in networking knows that every area in the OSPF domain must be connected to the backbone area (Area0). The reason behind this constrain is explained here. However it may be difficult for some reason to physically connect an area to the backbone; in such cases you will have to provide a logical [...]
October 18th, 2008 Wael Osama Posted in CISCO HOW-TO, OSPF 1 Comment »
The following example is showing how to use distribute-list with the gateway option for inbound route filtering in OSPF. The diagram below shows R1 directly connected to R2 with OSPF configured between them. Initial Configuration: !– R1 OSPF configuration router ospf 1 router-id 1.1.1.1 log-adjacency-changes network 172.16.12.1 0.0.0.0 area 0 network 172.16.101.1 0.0.0.0 area 0 [...]
August 13th, 2008 mmahmoud Posted in Bury the hatchet, OSPF 1 Comment »
OSPF DR/BDR election process is something that is full of many details, i hope that in the following thread i can cover its main aspects. Each multi-access segment (ex: Ethernet Segment), will have 1 DR and 1 BDR. Each router on the segment forms a Full adjacency with the DR/BDR. Keep in mind that a [...]
August 13th, 2008 mmahmoud Posted in Bury the hatchet, OSPF 2 Comments »
Understanding the need for OSPF RID and how to control it is indeed a very important aspect to take care of when dealing with OSPF. The RID is a dotted decimal value used by OSPF routers to identify the other OSPF routers. Beside being used in OSPF operations, and to identify the neighbors in the [...]