As long as both DSL lines are from the same company, simply use two static default routes using the two respective interfaces.
Example
ip route 0.0.0.0 0.0.0.0 ATM 0.1
ip route 0.0.0.0 0.0.0.0 ATM 1.1
Internet traffic will load-balance, and if one fails, all traffic goes out the other.
Main Topics
Browse All Topics





by: snoopy13Posted on 2003-06-23 at 06:30:03ID: 8781391
Well I think the only way to do this would be a manual switch over ie if the normal default route is dialer0 you would change it to dialer1. Normally you would do this using a routing protocol like EIGRP but I do not think that your ISP will support this. Another thing to keep in mind is that if you want to use this as a back-up circuit you need to make sure that the two lines are not going to one POP if they are and that POP goes down both your lines will be down this would be your single point of failure.