Hi Roy

Thanks. Your solution worked. With traffic-shared balanced ping are actually 
being sent out at the ratio of 4:1  caption below.


Mar  1 00:49:51.427: IP: tableid=0, s=136.0.12.1 (Serial0/1), d=136.0.24.2 
(FastEthernet0/0), routed via RIB
*Mar  1 00:49:51.431: IP: s=136.0.12.1 (Serial0/1), d=136.0.24.2, len 100, rcvd 
4
*Mar  1 00:49:51.435:     ICMP type=8, code=0
*Mar  1 00:49:51.435: IP: tableid=0, s=136.0.24.2 (local), d=136.0.12.1 
(Serial0/1), routed via FIB
*Mar  1 00:49:51.439: IP: s=136.0.24.2 (local), d=136.0.12.1 (Serial0/1), len 
100, sending
*Mar  1 00:49:51.443:     ICMP type=0, code=0
*Mar  1 00:49:51.479: IP: tableid=0, s=136.0.12.1 (Serial0/0), d=136.0.24.2 
(FastEthernet0/0), routed via RIB
*Mar  1 00:49:51.483: IP: s=136.0.12.1 (Serial0/0), d=136.0.24.2, len 100, rcvd 
4
*Mar  1 00:49:51.487:     ICMP type=8, code=0
*Mar  1 00:49:51.487: IP: tableid=0, s=136.0.24.2 (local), d=136.0.12.1 
(Serial0/1), routed via FIB
*Mar  1 00:49:51.491: IP: s=136.0.24.2 (local), d=136.0.12.1 (Serial0/1), len 
100, sending
*Mar  1 00:49:51.495:     ICMP type=0, code=0
*Mar  1 00:49:51.519: IP: tableid=0, s=136.0.12.1 (Serial0/0), d=136.0.24.2 
(FastEthernet0/0), routed via RIB
*Mar  1 00:49:51.523: IP: s=136.0.12.1 (Serial0/0), d=136.0.24.2, len 100, rcvd 
4
*Mar  1 00:49:51.527:     ICMP type=8, code=0
*Mar  1 00:49:51.527: IP: tableid=0, s=136.0.24.2 (local), d=136.0.12.1 
(Serial0/1), routed via FIB
*Mar  1 00:49:51.531: IP: s=136.0.24.2 (local), d=136.0.12.1 (Serial0/1), len 
100, sending
*Mar  1 00:49:51.531:     ICMP type=0, code=0
*Mar  1 00:49:51.547: IP: tableid=0, s=136.0.12.1 (Serial0/0), d=136.0.24.2 
(FastEthernet0/0), routed via RIB
*Mar  1 00:49:51.551: IP: s=136.0.12.1 (Serial0/0), d=136.0.24.2, len 100, rcvd 
4
*Mar  1 00:49:51.555:     ICMP type=8, code=0
*Mar  1 00:49:51.555: IP: tableid=0, s=136.0.24.2 (local), d=136.0.12.1 
(Serial0/1), routed via FIB
*Mar  1 00:49:51.559: IP: s=136.0.24.2 (local), d=136.0.12.1 (Serial0/1), len 
100, sending
*Mar  1 00:49:51.563:     ICMP type=0, code=0


 
Thanks.

Wilson F. Tuma
====================================
CCNP, CCNA, MCSE,  MCSA

Box  1784 Douala
Cell  : +237 77 7753 753
Email : [email protected]
====================================




________________________________
From: Roy Waterman <[email protected]>
To: Wilson Tuma <[email protected]>
Cc: RS Ipexpert. <[email protected]>
Sent: Sat, May 7, 2011 7:59:30 PM
Subject: Re: [OSL | CCIE_RS] Help with eigrp Traffic Sharing.

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

Reply via email to