Hello Kenneth, [ ... ]
> aggregate[in]: dst_host > aggregate[out]: src_host > aggregate_filter[in]: dst net 192.168.250.0/23 > aggregate_filter[out]: src net 192.168.250.0/23 [ ... ] > I get the usage per host, but not per port as I also require. > > Any help would be really appreciated. You are missing either 'src_port' or 'dst_port' primitives into the 'aggregate' directive. If the above IP are just clients, you can do the job by modifying the statements as follow: aggregate[in]: dst_host,src_port aggregate[out]: src_host,dst_port aggregate_filter[in]: dst net 192.168.250.0/23 aggregate_filter[out]: src net 192.168.250.0/23 You will be able to catch which ports are mostly used by your clients. Cheers, Paolo ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
