[Management Packet Capture Menu] capture - Capture packets stop - Stop capturing packets putcap - Upload capture buffer via FTP/TFTP/SCP clearcap - Clear capture buffer cur - Display current packet capture options |
Command Syntax and Usage | ||
---|---|---|
capture [-c <count>] [<bpf filter syntax>] | ||
Starts packet capturing and sets the packet capture options. Packet capture option parameters (the parameters are case sensitive): ![]() ![]() — Src or MAC Address: capture (ether[0:4] == 0x0003b29b and ether[4:2] == 0x0103) or (ether[6:4] == 0x0003b29b and ether[10:2] == 0x0103) | ||
stop | ||
Stops the current packet capture process. | ||
putcap <hostname [-v4|-v6]|v4 or v6 IP address> <filename> <-tftp|username password> [-mgmt|-data] [-scp] | ||
Uploads captured packets to a FTP/TFTP/SCP server. | ||
clearcap | ||
Clears the packet capture buffer. | ||
cur | ||
Displays the current management packet capture status. |