Hi,
We're moving from Cisco ASA to Fortigate and I have a little bit problem with redistributed ospf networks.
So basically R4 redistrubute connected networks. When I enable interface with VLAN510 on R2 with metric 5000 those redistrubuted networks from R4 are available through R1, but when this interface is not up, those networks are available through R3 with metric 250.
I want to have access to those networks through R3, but It still prioritize route through R1 (with metric 5000)
Why is it happening? Is there anything that I'm missing?
I attached simple network diagram to visualize my problem.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Hi Shaabash,
Without seeing the route tables and OSPF database, I can only guess that this is due to type 2 external route being used by default.
You can try to redistribute the connected routes as type 1, so that the internal metric is accumulated along the path.
On R4 it should look something like:
config redistribute connected
set status enable
set metric-type 1
end
end
Note that E1 routes will always be preferred to E2.
HTH,
Boris
Hi,
Thanks for the answer. All of those networks are redistributed as E2.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1712 | |
1093 | |
752 | |
447 | |
231 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.