Hi Cameron, Yes you can record AS details, but your Netflow exporter will need to send AS information with the flows.
Relevant bits from my config: sql_table_version: 6 nfacctd_as_new: false aggregate:src_host, dst_host, src_as, dst_as You need to read into the various SQL table versions to ensure you have a format that suits what you want to collect. If you are using mySQL you should look at the sql_num_hosts feature and make use of INET_ATON/NTOA functions in mySQL to avoid performance issues with string values. -Scott From: pmacct-discussion <[email protected]> on behalf of Cameron Murray <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Tuesday, 15 December 2015 at 21:47 To: "[email protected]" <[email protected]> Subject: [pmacct-discussion] Collecting AS Hi All, New to pmacct so be kind please. Below is a copy of my config which I have only data for our IP's being filtered however it would be great also to record AS details so we can identify top traffic destinations so we can look at peering to save on transit costings. Is there an easy way to get this data and store it? ________________________________ The content of this message and any attachments may be privileged, confidential or sensitive. Any unauthorised used is prohibited. Views expressed in this message are those of the individual sender, except where stated otherwise with appropriate authority. All pricing provided is valid at the time of writing only and due to factors such as the exchange rate, may change without notice. Sales are made subject to our Terms & Conditions, available on our website or on request. ________________________________ _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
