Steps to run a TCPDUMP on Redhat Linux
Red Hat Linux Enterprise and CentOS
yum install tcpdump
tcpdump -i any -w /tmp/capture.pcap
/tmp/capture.pcap. To stop the capture at any time, issue a control-break (ctrl-c or ^c) on the shell command line where the tcpdump has been executed from.tcpdump -i any port 8080 -w /tmp/capture.pcap
tcpdump -i any udp dst port 162 -w /tmp/capture.pcapHowever, for most issues relating to Broadcom products - ANY/ALL is helpful and we can filter the results down using Wireshark.