Remote capture using linux
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2020 05:59 AM
Hi all.... Does anyone already implemented a remote capture for linux using the sniffer mode available on Ruckus AP's? Using wireshark on windows I have the "Remote Interfaces" feature... However, I need to perform a capture using linux command line (ex. tcpdump, tshark, or similar). I already tried the rpcap for linux but this is not working.
I'm using the standalone AP R730 without controller.
I'm using the standalone AP R730 without controller.
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2020 08:30 AM
Hi Oscar,
All Ruckus APs supports remote streaming capture feature but running tcpdump is not available.
You can access standard CLI called "rkscli" over SSH, which is on top of linux, but shell access to any Ruckus AP is not available for consumers. It is limited to Ruckus engineering and Ruckus support.
Regards,
Syamantak Omer
Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn
All Ruckus APs supports remote streaming capture feature but running tcpdump is not available.
You can access standard CLI called "rkscli" over SSH, which is on top of linux, but shell access to any Ruckus AP is not available for consumers. It is limited to Ruckus engineering and Ruckus support.
Regards,
Syamantak Omer
Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2020 09:11 AM
Hi @Syamantak Omer,
Thanks for your answer. I have SSH access, can I use "rkscli" on my device to enable the capture?
Today I'm using the following CLI commands to enable a stop the capture.
- set capture wlan100 stream (start)
- set capture wlan100 idle (stop)
With Windows I'm able to receive the packets, however, using linux I'm not able to receive the packets.
Thanks.
Thanks for your answer. I have SSH access, can I use "rkscli" on my device to enable the capture?
Today I'm using the following CLI commands to enable a stop the capture.
- set capture wlan100 stream (start)
- set capture wlan100 idle (stop)
With Windows I'm able to receive the packets, however, using linux I'm not able to receive the packets.
Thanks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2020 10:23 AM
Hi Oscar,
"rkscli" is the name of the CLI prompt, it is not a command.
To start the captures over the radio, please refer below commands.
For 5 G OTA
- set capture wifi1 stream (start)
- set capture wifi1 idle (stop)
For 2.4 G OTA
- set capture wifi0 stream (start)
- set capture wifi0 idle (stop)
Regards,
Syamantak Omer
Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn
"rkscli" is the name of the CLI prompt, it is not a command.
To start the captures over the radio, please refer below commands.
For 5 G OTA
- set capture wifi1 stream (start)
- set capture wifi1 idle (stop)
For 2.4 G OTA
- set capture wifi0 stream (start)
- set capture wifi0 idle (stop)
Regards,
Syamantak Omer
Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 11:29 PM
How to capture packet with file mode and how to get the pcap file

