This ConfigParser parse the Cisco device configuration, taken by issuing command "show running-config" from the device. The script will then create a new spreadsheet file and fill the table of information from device configuration file. This script is built on Python code
Library used :
- CiscoConfParse (https://pypi.python.org/pypi/ciscoconfparse)
- xlswriter (https://pypi.python.org/pypi/XlsxWriter)
- iptools (https://pypi.python.org/pypi/iptools)
To use the script, run this python script followed by the filename. Example : python ConfigParser_asa.py deviceconfig.log
This script will generate a new spreadsheet file named with the hostname of the device.