Re: [TEST/REVIEW] Netflow implementation

From: Andre Oppermann (andre_at_freebsd.org)
Date: 09/09/04

  • Next message: Andre Oppermann: "Re: better MTU support..."
    Date: Thu, 09 Sep 2004 18:22:36 +0200
    To: Gleb Smirnoff <glebius@freebsd.org>
    
    

    Gleb Smirnoff wrote:
    > Collegues,
    >
    > here is netgraph module which implements Netflow traffic
    > accounting, which I'm going to add to CURRENT in recent future:
    >
    > http://cell.sick.ru/~glebius/ng_netflow/ng_netflow-0.3-snap-20040905.tar.gz
    >
    > It is quite different to ng_netflow in ports/net, because its
    > expiry thread is running outside of netgraph context, adding
    > more parrallelizm on flow processing.
    >
    > I've been testing it for last week on loaded 100Mbit Ethernet
    > which serves 9 ASes, 12 prefixes :) And it works stable.

    I haven't looked into every detail but overall it's a nice piece of work. :-)

    In the README you are talking Netflow 5 and AS path's. I don't undestand why
    you want to pass the AS path into the rtentry structure? Wouldn't the right-
    most AS sufficise?

    A couple of people from OpenBSD and us are thinking of updating and extending
    the routing code and rtsocket framework for things like this most importantly
    the interaction between different routing daemons (EGP & IGP). However this is
    a more long-term thing and more targeted at FreeBSD 6.0.

    -- 
    Andre
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Andre Oppermann: "Re: better MTU support..."

    Relevant Pages

    • [TEST/REVIEW] Netflow implementation
      ... Collegues, ... here is netgraph module which implements Netflow traffic ... accounting, which I'm going to add to CURRENT in recent future: ... which serves 9 ASes, 12 prefixes:) And it works stable. ...
      (freebsd-current)
    • [TEST/REVIEW] Netflow implementation
      ... Collegues, ... here is netgraph module which implements Netflow traffic ... accounting, which I'm going to add to CURRENT in recent future: ... which serves 9 ASes, 12 prefixes:) And it works stable. ...
      (freebsd-net)
    • Re: [TEST/REVIEW] Netflow implementation
      ... Gleb Smirnoff wrote: ... > here is netgraph module which implements Netflow traffic ... > accounting, which I'm going to add to CURRENT in recent future: ...
      (freebsd-net)