On Apr 1, 2014, at 11:34 AM, Adrian Popa wrote: > Hello all, > Do I need to enable something specific in my nfsen config file to store the > mpls records as well? The router was newly added so it got the mpls records > from the begining. > This is the current config: > > 'CRS' => { 'port' => '9966', 'col' => '#00ff00', 'type' => 'netflow' },
You need to enable extensions to nfcapd. Just add this to the exporters in the nfsen.conf file: 'optarg' => '-T all' and you will enable all the extensions. If you just want to capture the MPLS labels, -T 12 Maybe you will need to update nfdump, though. I don't know this is the first version that supports this. I am running 1.6.11. Borja. ------------------------------------------------------------------------------ _______________________________________________ Nfsen-discuss mailing list Nfsen-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfsen-discuss