Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wildcard mask while ASA syntax #20

Open
iceoeu opened this issue Aug 13, 2017 · 6 comments
Open

wildcard mask while ASA syntax #20

iceoeu opened this issue Aug 13, 2017 · 6 comments

Comments

@iceoeu
Copy link

iceoeu commented Aug 13, 2017

Hello,

I got wildcard mask in access list while use ASA syntax.
It should not be wildcard for ASA!
Please, correct it!

I discover one more problem. It do not undestand the follow:
name 172.16.1.0 kino
access-list oleg_list extended permit ip 192.168.1.0 255.255.255.0 kino 255.255.255.0

The result is:
modify network_objects N_kino-24 ipaddr kino

Best regards,
Oleg

@iceoeu
Copy link
Author

iceoeu commented Aug 13, 2017

It change mask to wildcard.

create network N_192.168.1.0-8
modify network_objects N_192.168.1.0-8 ipaddr 192.168.1.0
modify network_objects N_192.168.1.0-8 netmask 0.0.0.255
modify network_objects N_192.168.1.0-8 comments ""
modify network_objects N_192.168.1.0-8 color "black"
update network_objects N_192.168.1.0-8

@iceoeu
Copy link
Author

iceoeu commented Aug 13, 2017

A little correction:
'sip' : '5060 5061' ->'sip' : '5060-5061'

@iceoeu
Copy link
Author

iceoeu commented Aug 13, 2017

In config.py

@iceoeu
Copy link
Author

iceoeu commented Aug 27, 2017

I disable hostmask2netmask to avoid wildcard mask for asa.

@iceoeu
Copy link
Author

iceoeu commented Aug 27, 2017

I discover duplicate host if there is a host in ACL.

@iceoeu
Copy link
Author

iceoeu commented Aug 28, 2017

It does not recognized ' service-object udp range'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant