cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
461
Views
3
Helpful
4
Replies

Load Balance / Failover

Amin Shaikh
Level 1
Level 1

Hi,

I have Two DSL connection with Static Public-IP-address terminated on a 3640 Router and need help in configuring load-balancing and failover of links and services.

Would like to run the following services

1. Internet browsing

2. Client VPN

3. SMTP Gateway

4. Natted IP to access Server

IS there a cisco sample config for my requirement.

Currently all are working on a single DSL connection...

4 Replies 4

jj27
Spotlight
Spotlight

You can configure IP SLA monitors to do a ping of the next-hop address of your primary DSL provider. If the ping fails, the route for the primary DSL will be yanked from the routing table and the other default route installed. This is simply a configuration for failover. Load-balancing is another beast.

Example: (may vary by IOS level)

ip sla 1

icmp-echo 1.2.3.4 source-interface fastethernet0/0

ip sla schedule 1 life forever start-time now

track 1 ip sla 1 reachability

route 0.0.0.0 0.0.0.0 2.3.4.5 track 1

route 0.0.0.0 0.0.0.0 3.4.5.6 254

1.2.3.4 would be the next-hop of your ISP, source-interface obviously the interface on your router where the DSL is plugged in.

2.3.4.5 would be your default gateway of the primary ISP.

3.4.5.6 would be the default gateway of the backup ISP.

Please rate this post if it is helpful.

Load Balancing and backup with one Router makes sense only for Internet Browsing (1). For other duties (SMTP(3), client VPN (2), NAT (4)) you need the second Router. Should both DSL connections be active? if so, try with IP CEF (for Internet Browsing) and and routes with the same metric

can i get sample config to load balance & failover over dsl connection....

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: