06-06-2020 11:52 AM
I do have a routing loop between routers R1 and R2. Does anyone of you have any suggestion for me on how to solve the problem?
I did attach my project in Packet Tracer!
06-06-2020 12:39 PM - edited 06-06-2020 12:51 PM
it happens because u have 2 redistribution points; so obviously change/make to 1 redistribution point;
otherwise, 2 ways to prevent loops: changing AD and filleting routes based on tags
not sure if you can apply either solution in PT since it just a sim; u could use GNS3
in case of RIP /OSPF, there was good video on youtube by INE Brian McG - if i can find it, i attach link
Regards, ML
**Please Rate All Helpful Responses **
06-06-2020 01:01 PM
06-06-2020 12:55 PM
Hello,
the only 'loop' I could see was that OSPF has two paths. That is because by default, OSPF does equal cost load balancing over 4 links. If you want to get rid of the dual paths on R1 and R2, configure the below on Serial0/1/0 on both routers:
ip ospf cost 100
06-06-2020 01:05 PM
06-06-2020 01:07 PM
Hello,
which packets are looping, what source and destination IP addresses ?
06-06-2020 01:13 PM
06-06-2020 02:51 PM
Hello,
on R2, you could increase the OSPF distance:
R2
router ospf 1
log-adjacency-changes
redistribute rip metric 500 subnets
network 10.64.0.0 0.31.255.255 area 0
network 10.0.0.0 0.31.255.255 area 0
network 192.168.1.64 0.0.0.63 area 0
network 10.128.0.0 0.63.255.255 area 0
--> distance ospf external 200
!
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