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

Load Balancing Network

sophaunsim
Level 1
Level 1

Can you explance me about the load balancing on cisco router, I need to have concept about that. I already have two connections from isp!

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Hi Sophaun

Simply put, when a router has more than one path to the same destination and these paths are equal cost paths then it can use both paths to send the traffic. ( Note that with EIGRP you have the capability to load balance traffic over unequal cost paths but most routing protocols only allow equal cost paths).

So within the routing table there will be 2 or more next hops for the same destination network. The router can then use per-packet or per-destination load-balancing. Per-destination load-balancing is often preferred because per-packet can result in packets arriving out of order and some applications are very sensitive to this.

If you have 2 connections from your ISP you could use one as the active connection and one as the backup or you could use both to send packets out. Without knowing your topology and routing details it is not possible to say how you can implement this.

Also note that load balancing is one way in effect ie. you could use both connections to send traffic out but this does not necessarily mean you will use both connections to receive packets.

HTH

Jon

bvsnarayana03
Level 5
Level 5

When a router has 2 or more paths to a destination with equal metric then you can use them all at sametime to forward pkts to destination. This method of using multiple links at sametime to forward pkts is called load-balancing.

The metrics can be defined by use of either static routes or routing protocols. With some protocols you can use links with same metric & some use links with unequal metrics for load-balancing traffic.

In your case of links from 2 ISP's, you can either use a default route pointing to each ISP's device for load-balancing. Or can use BGP. Remember that you can also use these links as active-backup.

Based on your requirements & topology experts on forum may help.

you may revert with specific requiremnts.

pls rate all helpful posts.

Pavel Bykov
Level 5
Level 5

p.s. CEF, which should be enabled on your router, load balances on default. So if you do a "sho ip cef x.x.x.x/y" (for some outside network) and you see several paths, then it load balances.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card