03-14-2024 03:30 AM
Hi team,
Here is my topology,
apparently sw0 and and core sw 1 have eigrp as 10 between them. core sw 1 has knowledge of the rest ospf network. i have redistibuted eigrp 10 on ospf 30 and ospf 30 on eigrp 10.
sw0 sees core sw 1 as eigrp ne, but has no eigrp routes.
why would this be the issue.
yet core sw has 10.185.40.100 on its route table to reach 10.185.40.100. but 10.185.14.100 cannot reach 10.185.40.100 yet its default g/w can.
ideally eigrp seems not to work.
where or what would i be missing?
03-14-2024 03:45 AM
core sw 1 configs
Switch#sh run | s eigrp
router eigrp 10
redistribute ospf 30
network 172.30.254.0 0.0.0.3
redistribute eigrp 10 subnets
Switch#sh run | s ospf
ip ospf 30 area 30
ip ospf 30 area 30
redistribute ospf 30
03-14-2024 03:46 AM
sw 0 configs,
Switch#sh run | s eigrp
router eigrp 10
redistribute connected
network 172.30.254.0 0.0.0.3
03-14-2024 03:50 AM
Show ip eigrp
Show ip eigrp topology zero
Show ip eigrp topology all-links
MHM
03-14-2024 03:56 AM
this is core sw 1
Switch#sh ip route eigrp
10.0.0.0/24 is subnetted, 3 subnets
D EX 10.185.40.0 [170/2560000512] via 172.30.254.1, 00:01:42, GigabitEthernet1/0/4
03-14-2024 03:57 AM
this is sw 0,
03-14-2024 04:03 AM
Can you provide the output of other commands
MHM
03-14-2024 04:08 AM
this is core sw 1,
this is sw 0,
03-14-2024 04:13 AM - edited 03-14-2024 07:21 AM
check below
MHM
03-14-2024 04:17 AM
i didnt get this, step by step please.
03-14-2024 04:25 AM - edited 03-14-2024 07:21 AM
Check below
MHM
03-14-2024 06:25 AM
apparently on core sw 1 ,i red connected, and 10.185.40.100 can now reach .14/24 but not able to reach fur end 34.10
core sw 2 has this 10.185.40.0 route but sw 0 does not have a route to 10.188.34.10. yet the r5 and r6 know these routes.
still confused.
03-14-2024 06:27 AM
sw0,
core sw 1,
core sw 2
03-14-2024 07:19 AM - edited 03-14-2024 08:11 AM
you redistribute the OSPF into EIGRP in SW1Core BUT you dont specify the metric.
this I think bad thing of EIGRP if you dont specify the metric the EIGRP no redi the prefix.
redistribute ospf 30 metric 1000 100 255 1 1500
note:- if 10.85.14.0 is not appear in SW0 please mention that (after add metric above with redi ospf into eigrp)
03-14-2024 08:08 AM
@MHM Cisco World is correct in that when you redistribute into EIGRP (most cases) you need to supply a "seed" metric as OSPF/EIGRP metrics are not compatible.
Secondly on Core SW1 since its the redistribution point make sure you understand that its locally connected networks (like 10.185.14.0) wont be redistributed into one or the other. That's because its learning the networks from connected routes and not a routing protocol. You would likely need to redistribute connected on the routing protocols as well.
-David
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