RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
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
