VERSION.
0.8.0

DESCRIPTION.
pmacct is a small set of tools to account and aggregate IPv4 and IPv6
traffic; aggregation revolves around the key concept of primitives (VLAN
id, source and destination MAC addresses, hosts, networks, AS, ports and
IP protocol are supported) which may be employed alone or arbitrarily
combined with others to form complex aggregation methods; support for
custom historical breakdown, packet tagging, filtering and sampling.
Aggregates can be stored into memory tables, SQL databases (MySQL or
PostgreSQL) or simply pushed to stdout. Data is collected either using
libpcap (and optionally promiscuous mode of the listening interface) or
reading Netflow v1/v5/v9 packets coming from the network.

HOMEPAGE.
http://www.ba.cnr.it/~paolo/pmacct/


DOWNLOAD.
http://www.ba.cnr.it/~paolo/pmacct/pmacct-0.8.0.tar.gz


CHANGELOG.
  + PMACCT OPENS TO IPv6: IPv6 support has been introduced in both
    'pmacctd' and 'nfacctd' daemons. Because it requires larger memory
    structures to store its addresses, IPv6 support has been disabled
    by default.It could be enabled at configure time via '--enable-ipv6'
    switch. All filtering, tagging and mapping functions already support
    IPv6 addresses. Some notes about IPv6 and SQL table schema have been
    dropped into README.IPv6 file, sql section of the tarball.
  + PMACCT OPENS TO NetFlow v9: support for the template-based Cisco
    NetFlow v9 export protocol has been added. NetFlow v1/v5 were
    already supported. 'nfacctd' may now be bound to an IPv6 interface
    and is able to read both IPv4 and IPv6 data flowsets. A single
    'nfacctd' instance may read flows of different versions and coming
    from multiple exporting agents. Source and destination MAC addresses
    and VLAN tags are supported in addition to the primitives already
    supported in v1/v5 (source/destination IP addresses, AS, ports and
    IP protocol). Templates are cached and refreshed as soon as they are
    resent by the exporting agent.
  + Pre Tag map ('pre_tag_map' configuration key), which allows to
    assign a small integer (ID) to an incoming flow basing on NetFlow
    auxiliar data, now may apply tags basing also over Engine Type (it
    provides uniqueness with respect to the routing engine on the
    exporting device) and Engine Type (it provides uniqueness with
    respect to the particular line card or VIP on the exporting device)
    fields. Incoming and Outcoming interfaces were already supported.
    See 'pretag.map.example' into tarball examples section and
    CONFIG-KEYS document for further details.
  + Raw protocol (DLT_RAW) routine has been added; it usually allows to
    read data from tunnels and sitX devices (used for IPv6-in-IPv4
    encapsulation).
  + Some tests for architecture endianess, CPU type and MMU unaligned
    memory access capability have been added. A small and rough (yes,
    they work the hard way) set of unaligned copy functions have been
    added. They are aimed to be introduced through the code, however
    first tests over MIPS R10000 and Alpha EV67 (21264A) have shown
    positive results.
  ! PPPoE and VLAN layer handling routines have been slightly revised
    for some additional checks.
  ! Given the fairly good portability reported from the mmap() code
    introduced through the whole 0.7.x development stage, the use of
    shared memory segments is now enabled by default. The configure
    switch '--enable-mmap' has been replaced by '--disable-mmap'.
  ! 'pmacct' client tool: because of the IPv6 addresses introduction,
    separator character for multiple queries (commandline) have been
    changed to from ':' to ';'.
  ! 'nfacctd': '-F' commandline switch was listed into available options
    list, but getopt() stanza was missing, thus returning an invalid
    option message. Thanks to Chris Koutras for his support in fixing
    the issue.
  ! Some variable assignations were causing lvalue errors with gcc 4.0.
    Thanks to Andreas Jochens for his support in signalling and solving
    the problem.


NOTES.
None.


Cheers,
Paolo





Reply via email to