10-24-2010 09:44 PM - edited 03-04-2019 10:14 AM
I am sorry, this is not the right OSPF topology. My test OSPF setup is shown in the attachment and I am particularly interested in the routing table on RTR-3 and RTR-4.
In a normal situation the routing table on both the routers are fine. However when I shutdown the interface Fe0/1 on RTR-3, there are no routes(on RTR-4) for the the network 172.16.0.0/16.
I can see all the OSPF neighbours on RTR-4. What is the reason?
Solved! Go to Solution.
10-24-2010 09:58 PM
avilt wrote:
I am sorry, this is not the right OSPF topology. My test OSPF setup is shown in the attachment and I am particularly interested in the routing table on RTR-3 and RTR-4.
In a normal situation the routing table on both the routers are fine. However when I shutdown the interface Fe0/1 on RTR-3, there are no routes(on RTR-4) for the the network 172.16.0.0/16.
I can see all the OSPF neighbours on RTR-4. What is the reason?
When you shutdown the interface Fe0/1 on R3 you are breaking your OSPF Area 0 into two domains which is not good for OSPF. R4 still has a connection to Area 0 but this is now disconnected with the Area 0 on R2 and R1. While you will be seeing the required Summary LSA in R4 Area 1 database, R4 will not install it as it is itself an ABR (OSPF's loop prevention mechanism).
To avoid this OSPF Area 0 split in case of the R3 to R1 link failure (or shutdown) you can create a virtual-link between R4 and R2 through Area 1. This will keep your Area 0 contiguous and will allow R4 to install the required route.
Atif
10-25-2010 02:09 AM
Hi Atif,
Great answer. in face i have tried the same see below
when router is not ABR it install summary route...............
*Oct 25 13:13:39.231: OSPF: Add succeeded for summary route to 202.123.47.3/255.255.255.255, metric: 3, next-hop: GigabitEthernet1/0/10.10.10.2, area 1
when router is ABR it widraws this route
*Oct 25 13:19:54.571: OSPF-RIB-GLOBAL: Route delete succeeded 10.10.10.4/255.255.255.252 via 10.10.10.2 on GigabitEthernet1/0, source 10.10.10.2, return: 2.
This is because router expects this route to be injected from Area0 and not Area1
i must rate you
Regards
Mahesh
10-24-2010 09:58 PM
avilt wrote:
I am sorry, this is not the right OSPF topology. My test OSPF setup is shown in the attachment and I am particularly interested in the routing table on RTR-3 and RTR-4.
In a normal situation the routing table on both the routers are fine. However when I shutdown the interface Fe0/1 on RTR-3, there are no routes(on RTR-4) for the the network 172.16.0.0/16.
I can see all the OSPF neighbours on RTR-4. What is the reason?
When you shutdown the interface Fe0/1 on R3 you are breaking your OSPF Area 0 into two domains which is not good for OSPF. R4 still has a connection to Area 0 but this is now disconnected with the Area 0 on R2 and R1. While you will be seeing the required Summary LSA in R4 Area 1 database, R4 will not install it as it is itself an ABR (OSPF's loop prevention mechanism).
To avoid this OSPF Area 0 split in case of the R3 to R1 link failure (or shutdown) you can create a virtual-link between R4 and R2 through Area 1. This will keep your Area 0 contiguous and will allow R4 to install the required route.
Atif
10-25-2010 02:09 AM
Hi Atif,
Great answer. in face i have tried the same see below
when router is not ABR it install summary route...............
*Oct 25 13:13:39.231: OSPF: Add succeeded for summary route to 202.123.47.3/255.255.255.255, metric: 3, next-hop: GigabitEthernet1/0/10.10.10.2, area 1
when router is ABR it widraws this route
*Oct 25 13:19:54.571: OSPF-RIB-GLOBAL: Route delete succeeded 10.10.10.4/255.255.255.252 via 10.10.10.2 on GigabitEthernet1/0, source 10.10.10.2, return: 2.
This is because router expects this route to be injected from Area0 and not Area1
i must rate you
Regards
Mahesh
10-25-2010 05:38 PM
Now I remember reading somewhere that area 0 must be contiguous. Anyway thank you for the good technical explanation.
10-25-2010 08:52 PM
avilt wrote:
Now I remember reading somewhere that area 0 must be contiguous. Anyway thank you for the good technical explanation.
Yes Area 0 needs to be contiguous.
Mahesh,
Thank you for the feedback.
Atif
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide