Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 501 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 501 Bytes

under developing

This program is Junos ACL checker. It validates csv file for JUNOS ACL. In general, JUNOS evaluates ACL from lower term. If lower prefix is allocated lower term, higher term is not evaluated even prefer prefix is allocate. Hence, operater must consider prefer prefix into appropriate term.

This program evaluates prefix, protocol, port and reorder them instead of operator. Also, if prefix and port are not valid, this program return which line is not valid.

Requirements: python3