cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
528
Views
0
Helpful
3
Replies

Help with "Distance" command

news2010a
Level 3
Level 3

Folks, I want to reach Loopback0 of R1 (25.25.1.1) via EIGRP from Routers R5 and R6.

Please see detailed diagram and traceroute showing what is happening.

I am using "distance" command manipulation and I do not understand why I am unable to make preferred path thru EIGRP.

Thanks for your help!!!

3 Replies 3

fgasimzade
Level 4
Level 4

Who is 25.25.2.2 here?

distance 180 25.25.2.2 0.0.0.0 GORIP

Hi,

   Please post the output of "show ip route" on R3 & R5.

Toshi

milan.kulik
Level 10
Level 10

Hi,

please provide

sh ip route  25.25.1.1

sh ip eigrp topo 25.25.1.1/32

output from your R5 router.

IMHO, the problem might be the mutual redistribution between OSFP and EIGRP there.

It's possible you were  redistributed the OSPF route for  25.25.1.1/32 with a better metric than is the metric of the EIGRP route for the same prefix on the R4 router. In that case, R4 did not advertise the EIGRP prefix to R5 at all.

HTH,

Milan