nprobe network aggregation
Spiros Papageorgiou <[email protected]> Fri, 21 Dec 2018 20:43:24 +0200
| Newsgroups | gmane.linux.ntop.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Is it possible for nprobe to do a "route lookup" in order to findout the network that an IP belongs to and export the field to ELK? for example, if there is a flow 10.12.0.1:52222 -> 10.88.0.10:80 then nprobe could do a route lookup into a BGP table for both IPs and fill in the fields srcnet and dstnet with something like 10.12.0.0/24 -> 10.88.0.0/24 (whatever the routing table says) Is that possible? Thanx, Sp