02-13-2022 06:01 PM
Hi, how can i migrate from cisco asa 8.2(5) to ftd 2120 without fmc? Does exist another tool or any idea?
Thanks.
02-13-2022 08:13 PM
Hi
First i would use the tool asa migration post 8.3 (https://fwm.cisco.com/applauncher.do#appstore:1) and then i would either use APIs (using cisco ansible librairies https://developer.cisco.com/docs/ftd-ansible-v6-3/#!introduction-to-ftd-ansible/introduction-to-ansible-modules-for-ftd-6-3-0 or you can build your own Python code) or use Cisco CDO to convert asa config into FDM.
thanks
02-14-2022 10:31 AM
Hi, the problem with the migaration tool and cdo is, i think booth use license. And i don´t have license. The idea is migrate the config with some tool or any other method that didn´t requiere license.
02-20-2022 06:32 PM
So you'll need to parse the config using libraries like ciscoconfparse, put it into a database or file and use a python/ansible script to push it back on ftd using APIs.
You can do all at the same time using the same script to fetch and push.
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