11-16-2022 11:25 PM
How to remote capture AP packet on smartzone with CLI
Solved! Go to Solution.
11-18-2022 10:16 PM - edited 11-19-2022 01:31 AM
Hello @liman,
If you are using FTP to download the pcap then you can follow below syntax from SZ CLI.
vSZ# remote ap-cli <AP_MAC>"set capture eth0 local"
vSZ# remote ap-cli <AP_MAC> "set capture eth0 idle"
vSZ# remote ap-cli <AP_MAC> "get capture copy ftp <desthost> <destfile> <username> <password>"
Let me know if this helps.
Regards,
Parik
11-18-2022 10:16 PM - edited 11-19-2022 01:31 AM
Hello @liman,
If you are using FTP to download the pcap then you can follow below syntax from SZ CLI.
vSZ# remote ap-cli <AP_MAC>"set capture eth0 local"
vSZ# remote ap-cli <AP_MAC> "set capture eth0 idle"
vSZ# remote ap-cli <AP_MAC> "get capture copy ftp <desthost> <destfile> <username> <password>"
Let me know if this helps.
Regards,
Parik
11-25-2022 05:34 PM
find there also a scp option ,how to use this scp command