06-Dec-2021 09:27
Dears,
i want script to convert ACE configuration to F5, and how to use this script
06-Dec-2021
23:27
- last edited on
24-Mar-2022
02:13
by
li-migration
Hi ,
there is a migration script on gitlab: https://gitlab.com/stratalabs/ace2f5-py.
It is written . Last time I used it was approx. 2 years ago and it served me well.
KR
Daniel
19-Dec-2021 13:19
Hi Daniel,
Thank you so much, but when i run the scrip i didn't find any files.
and i try to follow the instruction but no luck.
can you help me with details to run this script.
BR
Mostafa
20-Dec-2021 04:09
Hi Mostafa,
I am afraid I cannot help you any further. Last time I used these scripts was in 2018 or 2019. I don't have any old ACE config files to reproduce what I did back then. Sorry.
KR
Daniel
06-Jan-2022 07:04
i have ACE configuration file, i can share it with you
06-Jan-2022 22:36
Hi Mostafa,
meanwhile I went through my archive and dug out the PDF "Getting Started Guide, Cisco ACE Control Engine Module". I took three of configuration examples from this book and tested them with the ace2f5 converter.
Example: python3 ace2f5.py -f ./ace-config-example1.txt
The result was always the same - it generated a couple of error message on the CLI and it generated three files. One .csv file with the config objects that the script discovered, one log file with the extension .log-yyyyMMddHHMM and one file with the extension .checking-yyyyMMddHHMM.
In the file with the extension .checking-... I found all the config snippets I needed for tmsh load sys config from-terminal merge.
Do you get any error when you run the script or any other output on the shell?
KR
Daniel