cancel
Showing results for 
Search instead for 
Did you mean: 

How to remote capture AP packet on smartzone with CLI

liman
New Contributor

How to remote capture AP packet on smartzone with CLI

1 ACCEPTED SOLUTION

Parik_MN
RUCKUS Team Member

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

View solution in original post

6 REPLIES 6

Parik_MN
RUCKUS Team Member

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

liman
New Contributor

find there also a scp option ,how to use this scp command