cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
0
Helpful
2
Replies

Design question for Disaster Recovery

nadeemr
Level 1
Level 1

Hi,

One of my customer needs a Disaster Recovery Solution for following scenario:

- Primary Data Center is at SITE A, and the Backup Data Center is at SITE B.

- Clients are located at multiple other branch offices.

- Interconnectivity b/w all sites is on MPLS VPN. All sites have point-to-point connection to MPLS cloud.

- SITE A connects to MPLS cloud using dual 7206VXR routers. Each 7206 has dual E3 links. SITE B also has similary scenario.

- Branch Offices connect to MPLS cloud using single 2800 router. Each 2800 has single E1 link.

- Traffic is IP only.

The customer wants to do this:

1. If SITE A is up and SERVER A is down, the client to server traffic should be redirected towards SERVER B at SITE B. When Server A becomes available again, traffic should be redirected back to Server A.

2. If SITE A is down (obviously SERVER A will also become unavailable) the traffic should again be redirected towards SERVER B at SITE B. When SITE A becomes available again, traffic should be redirected back to Server A.

Can anyone help?

regards,

2 Replies 2

mheusinger
Level 10
Level 10

Hello,

request 1) is about application redundancy, i.e. OSI layer4 or above; request 2) is about IP redundancy and routing.

So lets first look at request 2): this can be achieved through normal IP routing. In an MPLS VPN routes will be learned dynamically. So the redundancy and desaster recovery should not be a problem with respect to IP routing.

One question remaining is about the proposed IP addressing scheme: will SITE A and SITE B have identical IP addresses?

Assuming that this is not the case you need to investigate your clients. Are they capable of using primary/backup IPs of servers?

Are they using DNS solely? In case you have only the option of setting a single server IP in the clients, no backup server, then you need clustering options for servers across the WAN.

In case your clients use DNS you could have two IPs per DNS name pointing to primary/backup. This might also help with request 1). But understand, that in an IP solution like MPLS VPN you can not simply add "application awareness". There are new features like OER (Optimized Edge Routing) and objekt tracking, where you basically use SAA to adjust IP routing. I am however not sure if this will solve all your problems.

Hope this helps! Please rate all posts.

Regards, Martin

3dmooney
Level 1
Level 1

I am in a similar situation where I have an application that requires high availability and the application uses a heartbeat between the two servers. This heartbeat requires the two servers to be on the same subnet yet the client wants these servers at different data centers. So the dilemma is that the servers must reside at different data centers but be on the same IP subnet. I have posted a thread regarding this. Does one use GRE or L2TP?