Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.33 KB

cisco_acl_parser

Powershell ACL Parser

Parses through Cisco ACL list and outputs to a formated XML file. The base ACL that I was provided for the project is a bit unique, as compared to other formats I have found online. If you find a format of ACL that does not parse correctly, please let me know and I'll work with the format to conform to all standards. I have also provided a sample ACL list that was used to create script. In the file ACL_FORMAT_LIST I have started to compile a list of every possible format, including ones that the script currently does not parse.

GNU GENERAL PUBLIC LICENSE

Copyright (c) 2015 Delta911Turbo

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.