08-22-2024 06:46 AM
I have migrated ASA to FTD, but the tool did not migrate any OSPF configuration. Why is it so?
Am I missing something? or making any mistake?
ASA Config OSPF
*****************
router ospf 2
router-id 192.168.180.5
network 192.168.180.0 255.255.252.0 area 0
log-adj-changes
redistribute ospf 2 metric-type 1 subnets tag 5
!
router ospf 3
router-id 172.16.1.2
network 172.16.0.0 255.255.192.0 area 0
network 172.21.1.0 255.255.255.248 area 0
log-adj-changes
redistribute static subnets tag 200
default-information originate
!
Solved! Go to Solution.
08-22-2024 07:05 AM - edited 08-22-2024 07:08 AM
Hello @syed_sam_gilani ,
this kind of configuration is performed manually . The main goal of migration tool is to convert security rules and NAT rules.
for OSPF configuration depending on FTD version of firmware you may need to use a CLI template in the GUI where you put the same commands you have on the ASA.
Edit:
from your screenshot we see 205 security rules, 95 NAT and 196 objects so we can say the migration tool has done his job for OSPF you need to add it manually as it is explained above.
Hope to help
Giuseppe
08-22-2024 06:52 AM
I think you need to config FTD manually
MHM
08-22-2024 07:05 AM - edited 08-22-2024 07:08 AM
Hello @syed_sam_gilani ,
this kind of configuration is performed manually . The main goal of migration tool is to convert security rules and NAT rules.
for OSPF configuration depending on FTD version of firmware you may need to use a CLI template in the GUI where you put the same commands you have on the ASA.
Edit:
from your screenshot we see 205 security rules, 95 NAT and 196 objects so we can say the migration tool has done his job for OSPF you need to add it manually as it is explained above.
Hope to help
Giuseppe
08-22-2024 07:25 AM
Thank You @Giuseppe Larosa for the details.
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