One of the more infrequent things I do from time to time is login into a CommScope Ruckus access point and every time I am like what is the CLI commands. So I thought I give the Ruckus Access point CLI Documentation a read and post on here the handiest commands I use and use this blog a quick reference point rather than digging out the documentation again
AP CLI commands:
get scg
-Use get scg to display SCG Settings.
set scg ip “IP Address”
-Use set scg ip to set the IP Address of the control interface.
get director
-Use get director to show ZoneDirector information.
set director ip “IP Address”
-Use set director to set ZoneDirector options. A reboot is required for changes to take effect.
ping
-Use the ping command to attempt to ping another station.
traceroute
-Use the traceroute command to conduct a traceroute test.
get version
-Use get version to display the software version running on the AP.
get uptime
-Use get uptime to display how long the Ruckus Wireless device has been running.
sysinfo
-Use sysinfo to get CPU and memory utilization information.
get ap-mode
-Use get ap-mode to display AP operation mode (standalone or managed mode).
get boarddata
-Use get boarddata to display hardware version and system board information.
support
-Use support to generate support log information.
support show
-Use support sho to show support log information.
fw show all
-Use fw show all to display firmware
get tunnelmgr
-Use get tunnelmgr command to display tunnelmgr settings.
get wlanlist
-Use get wlanlist to display a list of all WLAN interfaces. If the AP is a dual radio
AP, the RadioID column indicates which radio (2.4GHz or 5GHz) is serving the WLAN.
get wlaninfo
-Use get wlaninfo to list all configured wlan interfaces and security settings
get channel <wlan name>
-Use get channel to display the transmit channel on the device.
get state <wlan name>
-Use get state to display the state of a WLAN interface.
set state <wlan name> {up|down}
-Use set state to configure the state of a WLAN interface.
get station <wlan name> list
-Use get station to get station list, information and statistics.
get mqstats <wlan name> all
-Use get mqstats to display Media Queue Statistics
get rpki-cert {issuer|subject|validity}
-Use get rpki-cert to display AP certificate information
reboot
-Use reboot to restart the AP.
set factory
-Use set factory to return all configuration settings to their factory defaults.
To do a remote packet with for example Wireshark you can use the following commands:
set capture wlan100 stream
– This sets up packet capture on 2.4GHz radio
get capture wlan100 state
– This displays status of 2.4GHz radio capture
set capture wlan100 idle
– To stop the capture on 2.4GHz radio
set capture wlan101 stream
– This sets up packet capture on 5GHz radio
get capture wlan101 state
– This displays status of 5GHz radio capture
set capture wlan101 idle
– To stop the capture on 5GHz radio