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

Internet at 2 locations

mbjohnson
Level 1
Level 1

I have the following scenario:

Site A has a link to the Internet

Site B also has a link to the Internet.

Site A & B have a point-2-point link between them and running EIGRP.

Each site has a default route pointed to a Pix firewall.

Let's say Site A is 192.168.1.0/24 and Site B is 192.168.2.0/24 and running EIGRP. What's the easiest way for Site A to go through Site B in case it loses its Internet link and vice-versa for Site B?

Thanks!

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Easiest way would be to use floating statics ie.

Site A

ip route 0.0.0.0 0.0.0.0

ip route 0.0.0.0 0.0.0.0 250

Site B

ip route 0.0.0.0 0.0.0.0 < site B pix>

ip route 0.0.0.0 0.0.0.0 250

Jon

Another variation, might be injection of the default route into EIGRP at both sites. Each site should chose the "closest" Internet exit, but if either site withdraws its default, then all Internet traffic should flow toward the remaining Internet exit.

An issue with both these approaches, is "knowing" the Internet link is down. If Internet "down" can be more than link drop, you might also need to use some form of object tracking.