Skip to content

Process input IOS config file and outputs CSV file with ACLs per row

License

Notifications You must be signed in to change notification settings

awsiuk/cisco-acl-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Script extracts CISCO IOS Access Lists (ACL) from its config file to security policies and export it to the CSV format.

The script takes and argument of a file (-f/--file) that hols ! in its configuration content - typical IOS format. Script extracts security policies from the configuration file into CVS format file with fields separated by ';'.

TODO:

  1. NAT policies
  2. conversion of hosts to /32
  3. conversion of masks into prefixes - DONE
  4. converrsion of objects into actuall ports or addresses
  5. handle remark and add content of it to the description field of a policy - DONE
  6. cover standard ACLs

About

Process input IOS config file and outputs CSV file with ACLs per row

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages