
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 05:27 AM - edited 03-06-2019 08:54 AM
hello all,
How to configure the automatic failover between two connection (access) internet in cisco routeur 2800 serie?
Best Regards,
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 05:51 AM
Hi,
If you have 2 internet connections terminating on 2800 router, you can simply configure 2 default static route pointing to next hop and have load balance the traffic to Internet.
or, you can configure 2 default static route, one with default Administrative Distance (Your Primary ISP) and other with higher Administrative Distance (Secondary ISP) as below,
ip route 0.0.0.0 0.0.0.0
ip route 0.0.0.0 0.0.0.0
HTH,
Nagendra

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 05:51 AM
Hi,
If you have 2 internet connections terminating on 2800 router, you can simply configure 2 default static route pointing to next hop and have load balance the traffic to Internet.
or, you can configure 2 default static route, one with default Administrative Distance (Your Primary ISP) and other with higher Administrative Distance (Secondary ISP) as below,
ip route 0.0.0.0 0.0.0.0
ip route 0.0.0.0 0.0.0.0
HTH,
Nagendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 06:43 AM
thanks naikumar,
How can i load balance the traffic to Internet ?
Best Regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 08:32 AM
Hi,
Configure 2 default static route without changing the administrative distance. Router will install both the default route in table and will perform load balancing.
HTH,
Nagendra
