cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1192
Views
0
Helpful
3
Replies

How to migrate from cisco asa 8.2(5) to ftd 2120 series withouth fmc?

ggmeza1983
Level 1
Level 1

Hi, how can i migrate from cisco asa 8.2(5) to ftd 2120 without fmc? Does exist another tool or any idea?

 

Thanks.

3 Replies 3

Francesco Molino
VIP Alumni
VIP Alumni

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


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

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.

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.


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question