FW: Flows not being constructed as expected
David Edelman via Argus-info <[email protected]>
| Newsgroups | gmane.network.argus |
|---|---|
| Message-ID | <[email protected]> |
Adding the list – For some reason reply to all is not including the list :( --Dave From: David Edelman [mailto:[email protected]] Sent: Tuesday, February 9, 2016 6:31 PM To: 'Matt Brown' <[email protected]> Subject: RE: [ARGUS] Flows not being constructed as expected If you have the packet capture file you can ingest that with argus to produce a flow file so that the experiment is repeatable. I have a standard set of command line parameters that I use for slurping up pcap files: argus –X –A –Z –R –J –U 2048 –w theOutputFileName –r the InputFile.pcap It’s probably overkill but the leading –X ensures that there is nothing in a configuration file that is eating your lunch (or your ICMP) I’d then run the output file through ra using a very vanilla set of parameters: ra –X –r theOutputFileName – icmp and host x.y.z.q Post the results and we might be able to help --Dave From: Argus-info [mailto:[email protected]] On Behalf Of Matt Brown via Argus-info Sent: Tuesday, February 9, 2016 5:55 PM To: [email protected] <mailto:[email protected]> Subject: [ARGUS] Flows not being constructed as expected Hello all, I'm using cisco switches to mirror packets by vlan as follows: monitor session 2 source vlan 1 , 5 - 8 , 10 monitor session 2 filter packet-type good rx monitor session 2 destination interface Gi4/21 When comparing output of `tcpdump` with `ra -S 127.0.0.1:561 <http://127.0.0.1:561> -- icmp and host [my host]`, I do not see flows constructed for pings as expected (or at all :) ). This is the first time I've ingested vlan encapped data into argus and was wondering if I need to adjust some additional settings that I may have missed? Thanks, Matt