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

Hi @liman

We can execute remote AP cli command and run AP compatible commands. 

In below example captures can be streamed to Wireshark from AP.


vSZ# remote ap-cli AA:BB:CC:0A:0B:0C "set capture wlan0 stream"
Packet capture on wlan100
OK

 

Regards,

Parik

liman
New Contributor

how to capture with local mode and get the saved pcap files 

Parik_MN
RUCKUS Team Member

That feature is currently available only on GUI. Other than HTTPS, there are no other means to download the PCAP.

Regards,

Parik

liman
New Contributor

I can capture packet on ap and get the pcap file with ftp. just want to know how to do it on smartzone with cli