Export ASA Config to a .csv file format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2015 07:34 AM - edited 03-11-2019 11:38 PM
Hello All,
I am trying to see if there is a way to convert the config file from a ASA from a text file to a csv file?
Thanks in advance!
Replies rated
- Labels:
-
NGFW Firewalls

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2015 10:37 AM
Hi,
There is no direct way to do it from the ASA/ASDM.
You would have to use an external conversion tool for the same.
Thanks and Regards,
Vibhor Amrodia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2015 12:14 AM
hi,
if you're using secure crt, try using the 'raw log session option' under the file tab.
do a show run and save the output as a csv file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2017 02:52 AM
Hi,
Yes, the simplest way is to use Wallparse Firewall Audit Tool: https://www.wallparse.com
I think it is basically free and very easy to use. It has command line support for searching configs using sql-queries etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 08:54 AM
The simplest solution is to Export to CSV from ASDM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2019 12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2019 12:38 PM
I do that using python code to convert from text files to csv or xlsx format. But, i do this with large number of config files to csv. i been doing firewall auditing. I know if it is for one file its a huge work.
with regards,
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2021 02:18 AM
Hi @venkat_n7! May I ask, How can I export the ASA configuration file to any human readable format using powershell? It would be a great help for me if you can share me your knowledge.
