11-15-2021 01:08 PM - edited 11-15-2021 01:20 PM
all attached is my packet tracer that i am working on. i am still getting acquainted to everything and am probably missing something obvious but i am having trouble where i cant get Router 0 to learn the routes from router 3 and vice versa everything else seems to be fine. i purposely want one side to be ospf and 1 side to be eigrp. please any suggestions appreciated.
Solved! Go to Solution.
11-15-2021 01:46 PM
Hello,
you need to do mutual EIGRP/OSPF redistribution on Router 1:
router eigrp 100
redistribute ospf 100 metric 1 1 1 1 1
network 10.0.0.0 0.0.0.255
network 30.0.0.0 0.0.0.255
auto-summary
!
router ospf 100
log-adjacency-changes
redistribute eigrp 100
network 30.0.0.0 0.0.0.255 area 0
Attached the revised file.
11-15-2021 01:46 PM
Hello,
you need to do mutual EIGRP/OSPF redistribution on Router 1:
router eigrp 100
redistribute ospf 100 metric 1 1 1 1 1
network 10.0.0.0 0.0.0.255
network 30.0.0.0 0.0.0.255
auto-summary
!
router ospf 100
log-adjacency-changes
redistribute eigrp 100
network 30.0.0.0 0.0.0.255 area 0
Attached the revised file.
11-15-2021 02:06 PM
many thanks on your quick answer. i appreciate it worked exactly as i needed
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