12-15-2019 02:24 PM
Hi all,
I am designing a network routing with OSPF and i need a high availibility network.
I have three areas as you can see in the picture attached, area 0, 1 and 2.
Both Areas 1 and 2 are connected to backbone, but i want to create backup link between area 1 and 2 if primary links fail.
My question : should this link be configured as a virtual link or normal link ?
Thank you in advance
Louey
12-15-2019 05:06 PM - edited 12-15-2019 05:12 PM
Cisco 2811 is a single point of failure in this network. That core router fails, backbone area fails.
If the virtual link is configured as backbone, it would be a non-contiguous backbone.
You may just use static routes for the two routers with AD higher than OSPF. You might as well just put all routers in a single area.
HTH.
12-16-2019 04:36 AM
12-16-2019 01:49 AM
Hello
@Louey wrote:
i want to create backup link between area 1 and 2 if primary links fail.
My question : should this link be configured as a virtual link or normal link ?
I would say neither, have the routers run a different routing protocol such as eigrp but with an higher admin distance metric so if the primary links fails then this secondary eigrp backup path would be preferred between those two rtrs, but looking at your topology those rtrs that dont have a link to each other in each area would need to be connected to the backup rtrs also otherwise they would be isolated when the core fails.
Example:
router eigrp xxx
distance eigrp 111 170
neighbor x.x.x.x 0.0.0.0
network x.x.x.x
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