06-10-2017 01:30 PM - edited 03-05-2019 08:41 AM
Dears,
I have Cisco routers with 4 lte SIMs, I want to do load balance so I do the following
ip route 0.0.0.0 0.0.0.0 cellul 0/0/0
ip route 0.0.0.0 0.0.0.0 cellul 0/1/0
ip route 0.0.0.0 0.0.0.0 cellul 0/2/0
ip route 0.0.0.0 0.0.0.0 cellul 0/3/0
inter range cell 0/0/0 , cell 0/1/0 , cell 0/2/0 , cell 0/3/0
ip load-sharing per-packet
but when I come to ping i got the following result !....!....!....! means only the following one reply while all are working fine when they are alone means only cell 0/1/0 is working it replys
so what is wrong?!
I tried it on GNS I git the same output till I change the default route to be with next hop ip address not the exit interface
BUT in the real environment the ip of cellular interface is ip address negotiated means I cant use the same approach on GNS
THANKS
06-10-2017 02:19 PM
There are options to deal with negotiated interface addresses such as
ip route 0.0.0.0 0.0.0.0 dhcp
I would also suggest that specifying load balance per packet is likely to be problematic.
HTH
Rick
06-11-2017 04:14 AM
Dear,
I tried it doesnt work
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide