Skip to content

ralvianus/ConfigParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ConfigParser

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 :

  1. CiscoConfParse (https://pypi.python.org/pypi/ciscoconfparse)
  2. xlswriter (https://pypi.python.org/pypi/XlsxWriter)
  3. 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.

About

Parsing configuration for Cisco Device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages