-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feature request: CIDR aggregation #9
Comments
You can give branch https://github.com/measurement-factory/dnstop/tree/cidr-aggregation a try. See new -C and -D options. |
Thanks!
[snip] 192.168.1.39 15 93.8 93.8 I was expecting this to look something like: 192.168.1.0/24 16 100 100 Switching to "D"estination view has roughly the same output, even though the two destination addresses are in the same /24 but different /32's. |
Sounds like you might not be running the modified version? It definitely in the -h output. The Sources display won't show /nn but it should masked addresses, like this
|
My apologies - yes, I fumbled the branch checkout suffix. Works as intended after re-compile - this is very helpful, thanks! |
It would be spectacularly useful to have CIDR aggregation for v4 and v6 prefixes so that instead of huge lists of individual /32 or /128's, the IP view would show aggregated counts based on the given CIDR prefix length(s).
I would probably pass out with joy if a real-time BGP feed or indirect feed (aka: https://www.team-cymru.com/ip-asn-mapping) could be used as well or in addition with even more sophisticated filtering, but I recognize that I should stop while I'm ahead with just the CIDR aggregation request since this project is pretty dusty in the first place and chances are low that this will be done unless I put some funds towards development.
The text was updated successfully, but these errors were encountered: