In a very basic OSPF configuration, can anyone tell me why R1 is choosing R3 as its next hop to get to lo99 when it has a higher cost than the R2 path? Same behavior if lo99 is redistributed as an E1 or E2 route.
I can't find anything online that covers this specific scenario. Trying to figure out how to lock in the R1 to R2 link as the primary path.
R1# Routing entry for 10.10.10.10/32 Known via "ospf 1", distance 110, metric 20, type extern 2, forward metric 500 Last update from 192.168.1.2 on Ethernet0/1, 00:09:24 ago Routing Descriptor Blocks: * 192.168.1.2, from 3.3.3.3, 00:09:24 ago, via Ethernet0/1 Route metric is 20, traffic share count is 1 ! interface Ethernet0/0 no switchport ip address 192.168.0.1 255.255.255.0 ip ospf 1 area 0 ! interface Ethernet0/1 no switchport ip address 192.168.1.1 255.255.255.0 ip ospf 1 area 10 ip ospf cost 500
Thanks
No comments:
Post a Comment