cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
226
Views
0
Helpful
1
Replies

Traffic load balancing over 2 DSL cards

ffranco123
Level 1
Level 1

Hi.

I need a little bit of help.I have configured on my router 2 dsl cards,one of them with Dynamic IP,and the other with DHCP.I want to configure 20%(Dynamic Ip)of traffic it goes for the first circuit ,and 80% for the secundary line(DHCP)using load balancing.Can somebody help me?

Thanks in advance.

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

hello Francisco,

>> configure 20%(Dynamic Ip)of traffic it goes for the first circuit ,and 80% for the secundary line

you cannot achieve this

you can perform load balancing if you add two default static routes with same AD

ip route 0.0.0.0 0.0.0.0 next-hop-ip-link1

ip route 0.0.0.0 0.0.0.0 next-hop-ip-link2

or you can have a primary and a backup path

ip route 0.0.0.0 0.0.0.0 next-hop-ip-link1

ip route 0.0.0.0 0.0.0.0 next-hop-ip-link2 200

in this second case until link1 is up link2 is not used for outbound traffic

Hope to help

Giuseppe

Review Cisco Networking for a $25 gift card