Hello, I am trying to get pmacct workting to replace softflowd because we'd like to have the as numbers for the networks populated. To accomplish this I am using the script to generate the networks_file from quagga (I had a couple of issues but it's ok now)
This is my pmactd.conf config: /etc/pmacct/pmactd.conf daemonize: true pidfile: /var/run/pmacctd.pid syslog: daemon aggregate: src_host,dst_host pcap_filter: net 0.0.0.0/0 interface: br0 plugins: nfprobe nfprobe_version: 9 networks_file: /etc/pmacct/networks.lst nfprobe_receiver: 192.168.1.5:2591 <http://192.168.1.8:2591> nfprobe_version: 9 And in the flow collector I am checking for the as numbers with nfdump, but the output of srcas/dstas is always 0 nfdump -A srcas -N -M /var/lib/netflow/profiles-data/live/ -o "fmt:%sa %fl %byt %pkt %sas %das" -R nfcapd.201307051420:nfcapd.201307051425 Did I miss something in the pmacctd config? I don't see anything relevant in the logs.
_______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
