03-24-2025 08:06 AM
I have attached plain and simple configurations. I was replicating a topology from ENCOR 350-401 from Kevin Wallace regarding the different LSA. I used a NetSIM for the simulation. I have attached the configuration and topology diagram (Kevin Wallace). When I execute R5# show ip ospf database I don't see any TYPE 5 LSA nor any routes to the EIGRP AS that is hanging off R1. The ping packets off R5 do not make it to the subnets in EIGRP 192.168.1.0/24 networks. I might be missing configuration line items on R2 I think. Any help is appreciated in advance.
Solved! Go to Solution.
03-24-2025 08:52 AM - edited 03-25-2025 05:19 AM
Hello,
Check all your adjacencies and check each router to see if R2 is even advertising it to R3.
Doing a quick look, check R2s router EIGRP configuration. You have:
router eigrp 1
redistribute OSPF 1 metric 100000 10 255 1 1500
network 192.0.0.0 0.0.0.252
!
I am not sure that's correct. I believe it should be:
network 192.0.0.0 0.0.0.3
Try that and double check each device making sure you have the correct routing adjacencies and neighborships.
Edit: Accepted as solution because same question posted in CLN community, and this response was also given. User confirmed this fixed issue.
-David
03-24-2025 08:52 AM - edited 03-25-2025 05:19 AM
Hello,
Check all your adjacencies and check each router to see if R2 is even advertising it to R3.
Doing a quick look, check R2s router EIGRP configuration. You have:
router eigrp 1
redistribute OSPF 1 metric 100000 10 255 1 1500
network 192.0.0.0 0.0.0.252
!
I am not sure that's correct. I believe it should be:
network 192.0.0.0 0.0.0.3
Try that and double check each device making sure you have the correct routing adjacencies and neighborships.
Edit: Accepted as solution because same question posted in CLN community, and this response was also given. User confirmed this fixed issue.
-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