cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
641
Views
0
Helpful
4
Replies

how to configure load balance in static route?

vinothlb1
Level 1
Level 1

how to configure load balance in static route?

4 Replies 4

andrew.prince
Level 10
Level 10

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>

How load balance work in default routing??/

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>

Review Cisco Networking products for a $25 gift card