Tcpdump on Nokia firewall interface with VLAN tagging enabled

From Tech-Wiki
Revision as of 03:31, 11 September 2013 by Jebr (Talk | contribs) (Created page with "Category:Wireshark and Network Testing nohup tcpdump -i eth3c1 -s1500 -w /tmp/sungard.cap 'vlan X and (host Y.Y.Y.Y or host Z.Z.Z.Z )' & You will see traffic between two h...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


nohup tcpdump -i eth3c1 -s1500 -w /tmp/sungard.cap 'vlan X and (host Y.Y.Y.Y or host Z.Z.Z.Z )' &

You will see traffic between two hosts X.X.X.X and Y.Y.Y.Y. The "vlan X" has to be specified otherwise no traffic is seen by tcpdump.