how to configure load balance in static route?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 01:02 AM - edited 03-06-2019 01:47 AM
how to configure load balance in static route?
- Labels:
-
Other Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 01:14 AM
ip route <
ip route <
eg
ip route 172.16.1.0 255.255.255.0 172.16.1.254
ip route 172.16.1.0 255.255.255.0 172.16.254.254
or
ip route 192.168.1.0 255.255.255.0 e1
ip route 192.168.1.0 255.255.255.0 e2
HTH>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 03:37 AM
How load balance work in default routing??/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 03:43 AM
Using static load balancing, you can configure traffic load balancing on a per-packet basis without using a dynamic routing protocol. Most routers will perform load balancing automatically if several equal cost paths to a destination exist on multiple interfaces. To configure this using static routing, you need only create multiple static routes for more than one interface. This creates more than one equal cost path which will balance the load.
Cisco routers perform load balancing on a per-destination, per-source-destination and per-packet basis. Load can be balanced across up to six equal cost paths.
HTH>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2008 03:46 AM
