Packet Capture
(2026-01-26)
v7.2.10
Creating the capture profile
config system sniffer-profile
edit <profile_name>
set filter {<string> | none}
set max-pkt-count <1-maximum>
set max-pkt-len <64-1534>
set switch-interface <switch_interface_name>
set system-interface <system_interface_name>
end
For example:
config system sniffer-profile
edit profile1
set filter none
set max-pkt-count 100
set max-pkt-len 100
set system-interface mgmt
end
Managing the capture:
# execute system sniffer-profile start <profile_name>
# execute system sniffer-profile pause <profile_name>
# execute system sniffer-profile stop <profile_name>
# get system sniffer-profile capture <profile_name>
# execute system sniffer-profile upload ftp <profile_name> <packet_capture_file_name.pcap> <FTP_server_IP_address:<optional_port>>
# execute system sniffer-profile delete-capture <profile_name>