cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
418
Views
5
Helpful
1
Replies

Load Balances

Srinivas N
Level 1
Level 1

Dear Friends,

Please expline

Exatuall how many types of load balances are there

plz teach me how to configure the load balance for each tipe.

is there any complete meterials are there?

Thanks

Srinivas. N

Thanks & Regards, Srinivas. N.
1 Reply 1

jan.janovic.sk
Level 1
Level 1

Hello Srini,

as far as i know, there are 2 types of load balancing. In general, load balance occurs when there are multiple paths with the same metrics to the specific network in the routing table from the same routing protocol. You can configure per-packet or per-destination load balancing.

Per-destination

Deffault setting on Cisco devices, packets to one destination of specific network will take one path, packets to other destination of the same network will take second. This load balance uses route-cache so it offers fast balancing.

Per-packet

You can configure it on interface:

Router(config-if)#no ip route-cache

Router will now look at each packet and equally load balance them between paths. This type is much more cpu expensive, so low-end devices propably will not handle it properly. It is not recommended for them.

If CEF is in use on router, there are different commands. You can find them in this Cisco Document

http://www.cisco.com/en/US/products/hw/modules/ps2033/prod_technical_reference09186a00800afeb7.html

In routing protol such as EIGRP you can use variance command to set uequal load balancing. It means, EIGRP will load balance also in case of several paths to same network but with different metrics. Variance itself is number - multiplicator. How many times can path have worse metrics as the lovest metrics to that destination in table.

Router(config-router)#variance 2

For further informations about load-balancing you can also try to read these documents


http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094820.shtml

and

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009437d.shtml

Hope I helped at least a little bit If you have some specific questions, don't hesitate to ask

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