Error: "Packet size limited during capture" when taking a packet capture from Symantec Director
You see "Packet size limited during capture" when taking a packet capture from Symantec Director
GENERAL NOTES ON HOW TO TAKE A PCAP FROM A DIRECTOR DEVICE:
This information is provided in case you need to take a packet capture (pcap) from a Director appliance.
From the Director CLI:
Log in
Enable
Conf t
Taking a packet capture:
1. director (config) # tcpdump filter -s200
a. This sets the number of bytes to capture per packet; 0 captures full packet (-s0)
2. director (config) # tcpdump start
3. duplicate the issue
4. director (config) # tcpdump stop
5. Upload the pcap from Director to FTP or HTTP server (name: “sgmetcpdump”)
a. director (config) # tcpdump upload ftp://<hostname>/<path>/
NOTE: Either of these two options can be used....
http://<hostname[:port]>/<path>/
ftp://<hostname>/<path>/
If <path> ends with a directory name, it must end with /
(ex): tcpdump upload ftp://192.168.1.100/ftp-upload/