Hi Wilson This is because CEF by default is performing per destination load balancing. Traffic between the same src and dst will use the same link. Try changing cef to load share per packet & rerun your ping
Under both interfaces on R1: *ip load-sharing per-packet* * * Alternatively, if you are able to run pings between multiple srcs & dsts with per destination load balancing, you should perhaps see the results you are after. Regards Roy @routeleaker On 7 May 2011 15:14, Wilson Tuma <[email protected]> wrote: > > Hi Guys > > In am trying to have eigrp on R1 share traffic for network 136.0.24.0 in > the > ratio 4:1 accross paths R1->R3->R2 and R1->R2. Route 136.0.24.0 is shared > in the > given ratio as shown below but the data keeps taking only one path > R1->R3->R2 > (Icmp pings). > > I need your help to have the data packets (i.e) pings shared in the same > ratio > as well. > > Thanks. > > > Topology > ======== > > R3---R2---R4 > \ / > R1 > > > > R1#sh ip route 136.0.24.0 > Routing entry for 136.0.24.0/24 > Known via "eigrp 1", distance 90, metric 2707456, type internal > Redistributing via eigrp 1 > Last update from 136.0.12.2 on Serial0/0, 00:32:40 ago > Routing Descriptor Blocks: > 136.0.13.3, from 136.0.13.3, 00:32:40 ago, via Serial0/1 > Route metric is 2707456, traffic share count is 4 > Total delay is 41000 microseconds, minimum bandwidth is 1544 Kbit > Reliability 255/255, minimum MTU 1500 bytes > Loading 1/255, Hops 2 > * 136.0.12.2, from 136.0.12.2, 00:32:40 ago, via Serial0/0 > Route metric is 10829824, traffic share count is 1 > Total delay is 120010 microseconds, minimum bandwidth is 330 Kbit > Reliability 255/255, minimum MTU 1500 bytes > Loading 1/255, Hops 1 > > > Config for R1. > > hostname R1 > ! > no ip cef > ! > interface Loopback0 > ip address 200.0.0.1 255.255.255.255 > ! > ! > interface Serial0/0 > bandwidth 330 > ip address 136.0.12.1 255.255.255.0 > no ip route-cache > delay 11901 > clock rate 2000000 > ! > > ! > interface Serial0/1 > ip address 136.0.13.1 255.255.255.0 > no ip route-cache > clock rate 2000000 > ! > router eigrp 1 > variance 4 > network 0.0.0.0 > no auto-summary > > > > Thanks. > > Wilson F. Tuma > ==================================== > CCNP, CCNA, MCSE, MCSA > > Box 1784 Douala > Cell : +237 77 7753 753 > Email : [email protected] > ==================================== > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > -- Regards Roy _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
