MrXpert wrote: » I have three routers setup in a full mesh serial link topology. All interfaces have the same T1 bandwidth. Problem i'm having is that I can't seem to get load balancing working.For example R1 has two paths to get to the network between R2 and R3. R1's routing table is this C 192.168.12.0/24 is directly connected, Serial0/0 C 192.168.13.0/24 is directly connected, Serial0/1 D 192.168.23.0/24 [90/2681856] via 192.168.13.3, 00:17:52, Serial0/1 [90/2681856] via 192.168.12.2, 00:17:52, Serial0/0 However when I ping 192.168.23.2 or 192.168.23.3 he ALWAYS sends each packet to R3. He seems to love R3. R2's routing table is this: C 192.168.12.0/24 is directly connected, Serial0/0 D 192.168.13.0/24 [90/2681856] via 192.168.23.3, 00:19:44, Serial0/1 [90/2681856] via 192.168.12.1, 00:19:44, Serial0/0 C 192.168.23.0/24 is directly connected, Serial0/1 to reach the 192.168.13.0/24 network R2 sends every packet to 192.168.12.1 (R1). Why won't he send it to 192.168.23.3(R3). I verified this with debug ip packet. Have they had a fight? am i missing something?
unclerico wrote: » Disable CEF and set load balancing per packet. That string of pings is a single flow so each one will go the same route. Edit: disable CEF only to watch load balancing in action. Re-enable it after your done.