We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
I would like to have a report that shows me the amount of IP that a prefix has.
If the prefix has no registered ip, it will be a log_failure and in case have at least one ip is log_info.
I don't know how to relate IPs to prefixes using ipaddress and prefix objects.
Can you help me?
Thank you
The text was updated successfully, but these errors were encountered:
Have a look at reports/ipam-reports/ip-check-prefix.py which also relates IP addresses to their prefixes.
Sorry, something went wrong.
No branches or pull requests
Hi.
I would like to have a report that shows me the amount of IP that a prefix has.
If the prefix has no registered ip, it will be a log_failure and in case have at least one ip is log_info.
I don't know how to relate IPs to prefixes using ipaddress and prefix objects.
Can you help me?
Thank you
The text was updated successfully, but these errors were encountered: