Smarts - 10.1.x
The following are some examples of how to run a tcpdump of a Linux network cap trace that can be used to troubleshoot Smarts IP/Smarts NPM/Smarts MCAST polling or discovery errors.
tcpdump -i any host #.#.#.# and port 161 -w test.pcap
(where #.#.#.# is the IP address of the device)
tcpdump w file.cap (use -i to specify interface, -i eth0 to specify eth0 interface) (-s0 captures full 65535 bytes in packet)
tcpdump -w test.pcap src #.#.#.# or dst #.#.#.# (capture src (source) and dst (destination) packets from IP address #.#.#.#.)
tcpdump -w test.cap src port 39478 or dst port 161
tcpdump -w test.cap port 39478
tcpdump -nnr test.pcap (read)