network --tcpdump [--pkt_size <128 - 32768>]DescriptionCollects TCP/IP packet information based on a specific packet size (for example, 256 Kilobytes or KB).NOTE: To stop the tcpdump process, use the DR Series system CLI network --tcpdump --stop command.Syntaxnetwork --tcpdump --pkt_size 256ResultSuccessfully started tcpdump, please use "network --tcpdump --stop" to stop.For more information, see network --tcpdump [--port ] [--pkt_size <128 - 32768>] [--file_size <0 - 100>] [--stop] [--host ].network --tcpdump [--file_size <0 - 100>]DescriptionCollects TCP/IP packet information based on a specific file size that you can configure (such as 3 Megabytes or MB).NOTE: To stop the tcpdump process, use the DR Series system CLI network --tcpdump --stop command.Syntaxnetwork --tcpdump --file_size 3ResultSuccessfully started tcpdump, please use "network --tcpdump --stop" to stop.For more information, see network --tcpdump [--port ] [--pkt_size <128 - 32768>] [--file_size <0 - 100>] [--stop] [--host ]network --tcpdump [--host ]DescriptionCollects TCP/IP packet information based on a specific host IP address (for example, 10.10.11.12).NOTE: To stop the tcpdump process, use the DR Series system CLI network --tcpdump --stop command.Syntaxnetwork --tcpdump --host 10.10.11.12ResultSuccessfully started tcpdump, please use "network --tcpdump --stop" to stop.NOTE: You can also specify a number of host IP addresses using this command in a comma-delimited format (--host 10.10.11.12,10.12.12.13,10.10.12.14).43