$bash sudo tcpdump -i vlan18 -t
$bash sudo tcpdump -i vlan16 -v -vv
Some Handy Flags
Some Handy Flags
-c number of packets
-D prints the list of network interfaces available on the system and on which tcpdump can capture packets
-E decrypt IPsec ESP packets
-i specify which interface to capture on
-q quick output, print less protocol info so output line is shorter
-r read packets from a saved file (when you have used -w to create a capture file)
-t no timestamp
-ttt print delta (micro-second resolution) between current and previous line on each dump file
-ttttt print delta (micro-second resolution) between current and first line on each dump file
-v produce slightly more, verbose output
-vv even more verbose
-vvv even more verbose
-w write to a file for later analysis
-X print data of each packet
For more information check the man pages on an Arista switch
For more information check the man pages on an Arista switch