cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
711
Views
0
Helpful
12
Replies

config For backup link

arjunsawant
Level 1
Level 1

Hi...

DR user accessing branch via 45 MB link DC Router.We configured EIGRP between DR and DC.Also configure a BGP between DR and ISP.Branch router having static route.

ip route 10.0.0.0 255.255.255.0 10.5.1.38

ip route 10.1.0.0 255.255.255.0 10.5.1.38

ip route 10.3.0.0 255.255.255.0 10.5.1.38

We proposed a backup link 5 MB for branch in case of DR Router Failure.

can any one tell me how it will be possible?

What config is required on DR, DC and branch router.

Thanx in Advance...

12 Replies 12

kwillacey
Level 3
Level 3

I think you would need to turn on dynamic routing on the back up link interface on the DR router in that case it looks like it would be BGP. Assuming of course that the MPLS cloud has static routes to the branch and redistributes them into BGP that is.

It seems your EIGRP routes on DR would be external with an AD of 170 so when you learn those same branch routes via eBGP it will have an AD of 20 and use the backup as the primary path. The easiest thing to do to fix that would be to change the eBGP routes AD to something greater than 170. I'm sure there must be a better way to do it but I just can't think of it right now..... I'm sure a real expert could tell you.

Thanx...for reply.

I appreciate with u.

can u pls brief config.

Is there any another soln?

I don't know what your AS number would be but your BGP config would look similar to what you currently have on the DC router, with the following command added 'distance bgp 200 200 20'.

I suppose depending on how the MPLS cloud is setup that you could use poisoned static routes on the DR router, which could work based on how your branch is setup.

ip route x.x.x.x y.y.y.y 10.2.30.2 200

where x.x.x.x and y.y.y.y is the subnet and mask of the branch office.

hope this helps

Thanx......

I am going to configure BGP for my backup link.

On which router i have to put static route as u mentioned.

ip route x.x.x.x y.y.y.y 10.2.30.2 200

Is it on DR router?

If yes, my branch network is learn via BGP.

can u pls explaine the command "distance bgp 200 200 20".

Thanx for ur reply.....pls be in touch.

If you are going to run BGP on the DR router then you would not need the static route/s.

However the BGP routes would be used as primary because they would have a better administrative distance than the EIGRP routes that point to the branch, the lower the AD the better. So to ensure that the BGP routes are only used when the DR router loses the EIGRP routes you would need to change the AD of BGP.

router BGP XXX

neighbor 10.2.30.2 remote-as xxx

distance bgp 200 200 20

That command modifies the AD of BGP which works as follows.

bgp (external) (internal) (local route)

So now that the external BGP AD has been changed to 200 the EIGRP routes with an AD of 170 will be in the routing table.

Hope this helps.

Great........

Thanx a lot for ur explanation...

I'll try.

Ok, glad i could be of some help.

Hi...have a good Day.

I have some doubt.

1.If i access any branch pc from DR,it takes path through DC(EIGRP), how it will take return path.(Via DC or via backup link)?

2.If i access any server in DR from Branch,how it will take path(via DC or via Backup link).Is there required any floating static route on branch router?

I m very thankful to U......

Can somebody help me on this issue.....

cisco.com123
Level 1
Level 1

Hi Arjunsawant,

i have one doubt that you are saying and as per your diagram, you have puchased 5mb backup link but i am not understanding your sentense as below

"We proposed a backup link 5 MB for branch in case of DR Router Failure"

Hi..Thanx...

Just go thr my net Diag which i attached.

My backup 5 MB Link is at DR which is used when my DC router fail (Router redundancy).

Any Reply.............?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card