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

Load Balancing when multihome to 2 ISP's with Default Routes

borman.bravo
Level 1
Level 1

Just wondering what options I have when trying to load share traffic across 2 ISP's from a multihome router that only accepts default routes, the goal is to utilize links from both ISP A and ISP B, any suggestions?

3 Replies 3

cadet alain
VIP Alumni
VIP Alumni

Hi,

are you using static default routes or BGP learned default routes ?

Regards.

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

BGP learned default routes, thanks

jawad-mukhtar
Level 4
Level 4
ip nat inside source route-map fixed-nat interface Dialer0 overload
ip nat inside source route-map dhcp-nat interface FastEthernet0 overload
! 

!
access-list 110 permit ip 192.168.108.0 0.0.0.255 any
! 

!
route-map fixed-nat permit 10
 match ip address 110
 match interface Dialer0
!
route-map dhcp-nat permit 10
 match ip address 110
 match interface FastEthernet0

See the Links that will help u

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080950834.shtml

** Do Rate Helpful Posts**

Jawad