cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
483
Views
4
Helpful
1
Replies

Load sharing

nur_selim1980
Level 1
Level 1

I have 8 E1 links.I want to equal per packet load sharing of that 8 links using static route.is it possible to loadsharing to that 8 links,if possibe what will be the command?pls help

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Nur,

first of all you need to install 8 equal cost and AD static routes in the routing table.

Something like

ip route 0.0.0.0 0.0.0.0 ser0/0

ip route 0.0.0.0 0.0.0.0 ser0/1

ip route 0.0.0.0 0.0.0.0 ser0/2

ip route 0.0.0.0 0.0.0.0 ser0/3

ip route 0.0.0.0 0.0.0.0 ser0/4

ip route 0.0.0.0 0.0.0.0 ser0/5

ip route 0.0.0.0 0.0.0.0 ser0/6

ip route 0.0.0.0 0.0.0.0 ser0/7

Notice: that depending on the IOS version of device the maximum number of parallel static routes installed in routing table can be less then 8 see later about MLPPP that can solve this issue.

The limit for parallel static routes can be less then that for dynamic protocols like OSPF or EIGRP.

on all serial intefaces and on the lan interfaces you need to enable per packet load sharing.

ip load-sharing per-packet

However, the better results can be achieved using MLPPP that build a single L3 link and then has its own load balancing per packet procedures

Hope to help

Giuseppe

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