OSPF Virtual-links vs GRE tunnels

October 21st, 2008 Wael Osama Posted in OSPF 1 Comment »

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 [...]

AddThis Social Bookmark Button

distribute-list gateway with OSPF

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 [...]

AddThis Social Bookmark Button

OSPF DR/BDR Election Myth

August 13th, 2008 mmahmoud Posted in Bury the hatchet, OSPF 4 Comments »

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 [...]

AddThis Social Bookmark Button

OSPF RID Story

August 13th, 2008 mmahmoud Posted in Bury the hatchet, OSPF 5 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 [...]

AddThis Social Bookmark Button

How OSPF selects best routes

August 7th, 2008 Wael Osama Posted in IGP, OSPF 1 Comment »

It is known for all of us that when two routes are received from the same routing protocol, the route with the lowest metric will be selected and installed in the routing table. In OSPF this is only true when the two routes are of the same type. OSPF has the following route types: Intra-area [...]

AddThis Social Bookmark Button

Passive-interface command behavior in RIP, EIGRP & OSPF

July 12th, 2008 Wael Osama Posted in EIGRP, IGP, OSPF, RIP 18 Comments »

Passive-interface command is used in all routing protocols to disable sending updates out from a specific interface. However the command behavior varies from o­ne protocol to another. In RIP this command will disable sending multicast updates via a specific interface but will allow listening to incoming updates from other RIP speaking neighbors. This simply means [...]

AddThis Social Bookmark Button