cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1167
Views
0
Helpful
3
Replies

Backup Internet Routing

vpi_is
Level 1
Level 1

I have two locations, each with their own individual Internet connection via DSL.  They are also connected to one another via wireless WAN.  Each location has a Cisco 2841 router with one interface connected to the DSL connection and the other interface connected to the wireless wan.   I want to setup a backup Internet route on each router so that if one the locations loses its DSL Internet connection it can automatically route traffic destined for the Internet over the wireless lan and out the other locations DSL connection.   I'm pretty sure this is possible, so can anyone assist me with this?

I've attached a simple drawing of the network.

Thanks.

3 Replies 3

Marwan ALshawi
VIP Alumni
VIP Alumni

you may use two default route with diffrent admenstrative distance

ip route 0.0.0.0 0.0.0.0

ip route 0.0.0.0 0.0.0.0 5

the second defualt route will not be used unless the local internet link is failed ( i am assuming you are using defautl routes for internet connectivity)

good luck

if helpful Rate

Agree with marwanshawi about routing and in your case of DSL Internet connection, there will be private IP Addresses in the LAN and if both locations use different IP Address range.

then you need to think about NAT also.

**As there is no supporting data about topology & uploaded drawing is also not very helpful , there are some assumptions

e.g.

Location A

LAN IP Address - 10.10.10.0/24

Location B

LAN IP Address - 192.168.1.0/24

you need to make sure that at both location DSLs have NAT configuration for both LAN IP range.

HTH

rate the helpful posts

Reza Sharifi
Hall of Fame
Hall of Fame

Hello,

Since your two routers are connected together, you would need to run IBGP between your routers and EBGP with your service provide. This will provide failover for you in case one of the locations go down.

Have a look at this document for examples and configurations:

http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00800945bf.shtml

HTH

Reza

Review Cisco Networking products for a $25 gift card