On 2/6/2015 3:06 μμ, Nikolaos Milas wrote:

> Perhaps the "record" statement (in flow monitor configuration) should be
> configured differently?

It finally worked. I had to configure a user-defined record, because the 
pre-defined records would not produce correct results, as I described in 
my earlier posts, for reasons I have not been able to find (I got no 
reply on Cisco forums on the subject as well).

Here is the working configuration:

    flow exporter IPv6
      destination 10.10.10.10
      source Loopback0
      transport udp 9995
    !
    !
    flow record ipv6_record
      match ipv6 protocol
      match ipv6 source address
      match ipv6 destination address
      match transport source-port
      match transport destination-port
      match flow direction
      collect routing source as
      collect routing destination as
      collect ipv6 dscp
      collect ipv6 source mask
      collect ipv6 destination mask
      collect transport tcp source-port
      collect transport tcp destination-port
      collect transport tcp flags
      collect interface input
      collect interface output
      collect counter bytes
      collect counter packets
      collect timestamp sys-uptime first
      collect timestamp sys-uptime last
    !
    !
    flow monitor IPv6
      record ipv6_record
      exporter IPv6
    !

    and on all IPv6-enabled router interfaces:

         ipv6 flow monitor IPv6 input

All the best,
Nick

------------------------------------------------------------------------------
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to