Hi Again Guys,
I am currently trying to summarize some Routes in my Area Border Router (ABR).The goal is to be able to summarize the following Networks from my Area 0 so Area 1 Routers can just have Two Routes (One route via CENTR1 and One Route Via CENTR2) instead of 16 routes (Eight routes via CENTR1 and Eight Routes Via CENTR2 - As it's now).
VLAN
Network
Vlan 10
172.16.16.0 / 20
Vlan 20
172.16.32.0 / 20
Vlan 30
172.16.48.0 / 20
Vlan 40
172.16.64.0 / 20
Vlan 50
172.16.80.0 / 20
Vlan 60
172.16.96.0 / 20
Vlan 70
172.16.112.0 / 20
Vlan 80
172.16.128.0 / 20
My Network topology is as follows:
http://imageshack.com/a/img540/140/Xc6YTU.pngProcess:I think that the best option to summarize would be 172.16.0.0 / 16. However, this route will include all the networks so I am not quite sure if it is really the most effective way to summarize those networks.My ABR in the Left (CENTR1) and my ABR in the right (CENTR2) are the routers on which I am doing the route summarization.
1 - Before the Summarization the Routers in Area 1 (Border 1 - Router in the Left) and (Border 2 - Router in the right) have the following routes in their Routing Tables (Learned via OSPF). I Just want to summarize at this point networks 172.16.0.0 / 16
http://imagizer.imageshack.us/a/img911/1786/dyT4hZ.png2 - After Configuring Summarization on CENTR 1 (LEFT ABR) the summarisation seems good since the Routers in AREA 1, have now one Route (Summarized Via CENTR 1) and all the other more specific Routes (Not Summarized via CENTR2).CENTR1#show runrouter ospf 1 router-id 10.0.0.0 log-adjacency-changes
area 0 range 172.16.0.0 255.255.0.0 area 0 authentication message-digest auto-cost reference-bandwidth 1000000 network 192.168.1.0 0.0.0.255 area 0 network 30.10.1.0 0.0.0.255 area 1
http://imagizer.imageshack.us/a/img673/5167/Wj8jH1.png3 - After Configuring Summarization on CENTR 2 (RIGHT ABR)router ospf 1 router-id 9.0.0.0 log-adjacency-changes
area 0 range 172.16.0.0 255.255.0.0 area 0 authentication message-digest auto-cost reference-bandwidth 1000000 network 192.168.1.0 0.0.0.255 area 0 network 30.10.1.0 0.0.0.255 area 1The problem comes when I configure Summarisation in CENTR 2 (RIGT ABR) since now the Routers in Area 1 Just have one Route to the networks in 172.16.0.0
Via just CENTR1 and not via CENTR2 as they had before. My goal is to load balance the traffic destined to my Vlans via CENTR1 and CENTR2. If a packet was going from Area 1 to area 0 the routers would have two routes to Reach my VLANs 10 -80 Networks.
http://imagizer.imageshack.us/a/img911/4332/X1MWTB.png
Can you notice any mistake or do you have any idea why is this happening, why now I have just one route instead of two?.I have done some debugs to give me a clue but I have not get anything.Thanks for your comments as usual guys!