home

Cisco access list syntax checker


What is it ?

aclcheck is Cisco ACL syntax checker. It can be mainly used for

For maintaining complex security policies with large ACLs, it may be suitable to store ACLs in repository. (cvs or the like) Every change of ACLs must be done in the repository. Commits into the repository can be set up to generate e-mails of every change. The e-mails can contain differences to previous versions of ACLs. This can make security administration more transparent.

ACLs can be then loaded from repository directly to Cisco boxes. Before that, they should be checked they are syntactically correct. This is what aclcheck does.

aclcheck can also be used for Cisco extended ACL syntax learning. To make some idea how IOS ACL syntax looks, you can see command hints here.

License

aclcheck is written under the terms of GNU general public license.

Download section

Changelog

Installation process

Usage

Notes