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

Add support for Cisco wildcard masks #22

Open
troglobit opened this issue Oct 19, 2021 · 0 comments
Open

Add support for Cisco wildcard masks #22

troglobit opened this issue Oct 19, 2021 · 0 comments

Comments

@troglobit
Copy link
Owner

troglobit commented Oct 19, 2021

Jerry Przybylski writes:

At our house, for our gig-fiber service, we use a Cisco 2921 router instead of a consumer-grade router. The documentation
of the Cisco IOS "standard" Access-Control statements uses xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy syntax where x is the network,
and y is the COMPLEMENT of the usual netmask. A /24 network in an ACL would be 0.0.0.255 instead of 255.255.255.0

It would be nice, I think, for netcalc to support (output only, or output and input) this alternate (mask-complement)
net-mask syntax too.

I agree, this would be a neat thing to add to netcalc. Very neat and tidy first task for someone new to the project :)

For more information, e.g., see https://en.wikipedia.org/wiki/Wildcard_mask

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

No branches or pull requests

1 participant