02-25-2013 07:10 AM - edited 03-04-2019 07:07 PM
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?
02-25-2013 07:21 AM
Hi,
are you using static default routes or BGP learned default routes ?
Regards.
Alain
Don't forget to rate helpful posts.
02-25-2013 07:23 AM
BGP learned default routes, thanks
02-25-2013 07:23 AM
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**
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide