Ruckus

Ruckus setup guides and tutorials

Access Points

Ruckus Access Points

Access Points

Ruckus Access Point LED Status

Introduction

This section describes the physical LED status and descriptions of the Ruckus Access Points.

LED Behaviour

If you believe an AP is not operating normally, checking the onboard LEDs can help you determine the AP behavior.

If wireless devices that are connected to your APs are experiencing connectivity issues, check the AP LEDs to determine if your APs are operating normally.

Note: In the following diagram, some newer APs display CTL instead of DIR for the LED, second LED from the left.

 

 

Checking the AP LEDs to Determine if the AP is Operating Properly

image.png

The following table describes the LEDs on the AP, how they behave, and what they mean.

AP LEDs and What They Mean
LED Color Description
PWR Solid green The AP has received a local IP address from the DHCP server.
Slow flashing green A local network, DHCP, or VLAN issue has been detected.
DIR or CTL Solid green The AP is connected to the cloud controller.
Fast flashing green The AP is obtaining updates from the cloud controller.
Slow flashing green The AP is disconnected from the Internet. Check your network firewall settings.
2.4G and 5GHz Solid green The network is up and at least one wireless client is associated with it.
Solid orange The network is up, but no clients are associated with it.
Off The network is down.
AIR Always off Not used

 

 

 

 

 

 

Access Points

Upgrade Ruckus AP via SSH/FTP

Introduction

Should you have an issue upgrading a Ruckus AP's firmware via Web GUI, you can upgrade alternatively by using a combination of an SSH session and an FTP Server.

Putty - SSH Software: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

MobaXterm - FTP Software: https://mobaxterm.mobatek.net/download-home-edition.html

Method (Stage 1)

Start your FTP server. For the purpose of this document, we will be using MobaXterms FTP server.

image.png

Edit the FTP server by clicking the TOOLS icon.

image.png

Select the location of the file (the desktop in this case), username, and password, and leave the port number as default (21). Click 'OK' to confirm the settings.

image.png

Open the server again and click the PLAY/START button to start the server.

image.png

Method (Stage 2)

SSH into the AP using Putty. Use the IP address of the Access Point in the 'Hostname (or IP address)' section. Ensure that you are using port 22 and that SSH is selected. Click 'Open' to begin the connection.

image.png

Log in with the Access Points username and password.

image.png

This will either be default or defined by the administrator. Once logged in use the following command to begin the upgrade process:

fw set control FILENAME INCLUDING EXTENSION

fw set proto TRANSFER PROTOCOL METHOD

fw set port PORT NUMBER

fw set host IP ADDRESS/HOSTNAME OF FTP SERVER

fw set user SERVER USERNAME

fw set password SERVER PASSWORD

fw up


For example;


fw set control R510_104.0.0.0.1347.bl7

fw set proto ftp

fw set port 21

fw set host 192.168.88.254

fw set user username1

fw set password password1

fw up

image.png

Once successful you will receive a 'Completed' status. You must now reboot the AP by typing 'reboot' no quotes and pressing enter to confirm.

Once booted, confirm your work by typing 'get version' no quotes to ensure that the file is successfully uploaded/updated.

 

Access Points

Ruckus T750SE

The RUCKUS T750SE is a high-end dual-band outdoor Wi-Fi 6 AP with external antenna connectors that supports 8 spatial streams (4x4:4 in 5GHz, 4x4:4 in 2.4GHz).

The T750SE provides advanced 802.11ax features including OFDMA and MU-MIMO, and supports up to 1,024 client connections with increased capacity, improved coverage and performance in ultra-high density environments.

The T750SE includes a 2.5 GbE Ethernet PoE+ port for high speed Ethernet backhaul, along with an SFP fiber port for fiber backhaul. Additionally, it includes built-in GPS, USB port, gigabit PoE out port, and IP-67 rated weather proofing.

This section describes the physical features of the RUCKUS Unleashed T750SE AP.

Figure 1. Unleashed T750SE Access Point

image.png

  1. SFP port
  2. PoE IN
  3. PoE OUT
  4. AC port
Front Panel

The T750SE AP features five LEDs on its front panel.

Table 1. Front Panel LEDs
LED Status Description
PWR

Off
No power connected.
PWR

Solid Red
Boot up in process.
PWR

Flashing Green
System started, no routable IP address detected.
PWR

Solid Green
Routable IP address received.
CTL

Off
Unleashed Member AP.
CTL

Flashing Green (slow, every 2 seconds)
Network problem. Cannot contact Unleashed Master.
CTL

Flashing Green (fast, 2x per second)
Receiving configuration or image upgrade.
CTL

Solid Green
Unleashed Master AP.
AIR

N/A
No upstream mesh connection (Root AP).
AIR

Upstream mesh connection established (Mesh AP).
AIR

Upstream mesh connection issue.
2.4G

Off
Radio is down.
2.4G

Amber (solid)
Radio is up, no clients are connected to the 2.4 GHz radio.
2.4G

Solid Green
Radio is up, at least one client is connected to the 2.4 GHz radio.
5G

Off
Radio is down.
5G

Amber (solid)
Radio is up, no clients are connected to the 5 GHz radio.
5G

Solid Green
Radio is up, at least one client is connected to the 5 GHz radio.
5G

Flashing Green
Radio is up, at least one downstream Mesh AP is connected to the 5G radio.

Switches

Ruckus ICX Switches

Switches

Initial/Basic Setup of an ICX Switch

Introduction

Direct management of ICX switches can be performed either via a command-line interface (CLI) or via a web GUI. By default, only the CLI is enabled. This guide explains how to access the CLI, enable the web GUI, and secure all configuration access methods. The web GUI allows full configuration and monitoring of Layer 2 functions, QoS, ACL, authentication, PoE, performing software updates, and much more.

Introduction to the CLI

Start by powering up the switch, and connect a serial cable to the console port on the switch. Once this connection has been made to the switch, a command-line interface (CLI) session can be initiated via a terminal emulation program such as PuTTY (www.putty.org). When PuTTY is started, use the following settings depending on whether you are connecting via Telnet or a serial interface:

image.png

image.png

Once connected to the switch, the interface will present a console prompt. 

Securing the Web, Serial, and Telnet Interfaces

IMPORTANT

As of version 80.9x the first thing you will be forced to do when you login to the switch via CLI is change the default password for the default user 'super'.

When you follow the instructions below you will reach the command line ' username <username> password <password>'

If your username differs from the default 'super' you will be creating an additional user account. With this in mind, you may want to remove the 'super' account. Particularly if you have put in a memorable/simple password in for the sake of logging into the unit (you may have put '12345678' or 'password' in to initially login).

To remove an account enter the following command at the config level:

device(config)#no user <username>

You can see what users have been created by running the following command at enable level:

device#show users

The following commands enable web access and secure the web GUI and serial interfaces with a default username and password of your choice.

IMPORTANT

The following commands were used on version SPS08090k (stable release as of August 2022). Upgrading/downgrading from the release may result in unrecognised commands.

device>enable
device#conf t
device(config)#crypto-ssl certificate generate
device(config)#aaa authentication web-server default local
device(config)#aaa authentication login default local
device(config)#enable telnet authentication
device(config)#username XXXX password XXXX
device(config)#enable super-user-password XXXX
device(config)#enable aaa console
device(config)#no telnet server
device(config)#web-management https
device(config)#no user super
device(config)#wr me

The password can be changed by repeating the username <username> password <password> command or via the web interface under Configure > System > Management > User Account.

Cut and paste the following command set at the user EXEC prompt to apply the complete configuration outlined above and set a default username of super with a password of sp-admin and an enable password of password

enable
conf t
crypto-ssl certificate generate
aaa authentication web-server default local
aaa authentication login default local
enable telnet authentication
username super password sp-admin
enable super-user-password password
enable aaa console
no telnet server
web-management https
no user super
wr me

Access to the web interface is now possible, and all access methods are protected by a username and password.

IMPORTANT

To ensure that your switches are secure from unauthorized access, always set a secure password. Never leave a switch with the default brocade/brocade or super/sp-admin settings provided above.

Accessing the Web Interface

To access the device by web interface simply browse to the dynamic IP the switch obtains (by default the switch is DHCP) or add a static IP address to the deviceFor example, if you wanted to access the switch based on a static IP address of 192.168.2.100/24 and a gateway address of 192.168.2.1 you would need to do the following;

device> enable

device# conf t

device(config)# ip address 192.168.2.100 255.255.255.0

device(config)# ip default-gateway 192.168.2.1

device(config)# wr mem

device(config)# exit

device#

You should now be able to browse to 192.168.2.100 via a web browser.

Switches

Upgrading ICX Firmware via USB

Introduction

Following best practices and for some features to work the firmware of the ICX switches must be upgraded for mostly all scenarios. This guide serves as a step-by-step guide to upgrading the firmware.

You will need:

Method

It is highly recommended you follow the Initial/Basic Setup of an ICX Switch guide.

This will give you access to the switch which you may find easier to understand the upgrade process.

For the purpose of this guide, I shall start the procedure assuming that the initial setup has been completed.

Step 1)

Download and extract the software required.

Downloads can be found here: https://support.ruckuswireless.com/software N.B. you will need Ruckus credentials to obtain the software.

Step 2)

Copy the firmware to the USB root directory.

Step 3)

Start by powering up the switch, and connect a serial cable to the console port on the switch.

Once this connection has been made to the switch, a command-line interface (CLI) session can be initiated via a terminal emulation program such as PuTTY (www.putty.org).

When PuTTY is started, use the following settings to connect via serial interface:

image.png

Select Serial

Speed: 9600

Serial line: COMxx

xx being the COM port your device is connected to.

To find which COM port. Open Device Manager under Ports it will be listed USB Serial Port(COMxx)

image.png

Once connected to the switch, the interface will present a console prompt.

Step 4)

Plug the USB into the ICX switch

Step 5)

The following commands will copy the firmware to Primary and then to secondary

Note xxxxx is the firmware version.

image.png

(When completed you should get a Flash Done message)

Note xxxxx is the firmware version.

image.png

(When completed you should get a Flash Done message)

Once the firmware is completed you need to reboot the switch for changes to come into effect. Type the command:

Reload

You will be asked if you are sure of doing so, confirm it by typing:

Y

Step 6)

Log into the switch. Once logged in check the firmware version.

Show version or abbreviated to sh fl

If the bootroms do not match enter the following commands

copy fl fl following by primary or secondary depending on which bootrom partition has not updated.

For example

copy fl fl primary

(this will update the primary bootrom image with an image from the bootrom secondary partition)

Switches

Upgrading ICX Firmware via TFTP

Introduction

Following best practices and for some features to work the firmware of the ICX switches must be upgraded for mostly all scenarios. This guide serves as a step-by-step guide to upgrading the firmware.

You will need:

Method

Step 1) Download and extract the software required. Downloads can be found here: https://support.ruckuswireless.com/software N.B. you will need Ruckus credentials to obtain the software.

Step 2) Start up a TFTP Server. For this guide I will be using MobaXterm. Once running, click 'Servers'. A new page will load up.

Step 3) Click the 'Configuration' box under TFTP and select the file path of the firmware images

image.png

Step 4) Once the information has been entered correctly, start the server by clicking the 'Play' icon.

Be aware there is a default 360-second timeout in which to carry out the next steps before the TFTP server closes.

image.png

Step 5) Log in to the ICX Switch via web browser and browse to: TFTP > Image

You will need to enter the IP address of the server (in this case the computers IP address) and the **file name, including the extension.

image.png

 

The file required will be under 'Images' and not 'Firmware'.

SPS - Switch

SPR - Router

Do not use the ufi.bin files, only use the .bin file types when uploading.

 

Step 6) On the web interface of the switch click 'Copy from Server'. If successful, the device should start the upgrading process.

image.png

image.png

The GUI will then display a red processing bar, wait until this is complete.

You may refer back to the serial connection to monitor progress, it will take a couple of minutes to write the new firmware and restart.

Step 7) Reboot the device. On the web interface browse to: Command > Reload

Confirm with 'Yes' to reboot. Alternatively, perform a hard (physical) reboot.

image.png

Step 8) Confirm firmware is upgraded by logging back in after the reboot.

ICX7150-C12 Switch>show version

  Copyright (c) 2017 Ruckus Wireless, Inc. All rights reserved.

    UNIT 1: compiled on Jul  3 2018 at 21:55:58 labeled as SPS08080

      (25940204 bytes) from Primary SPS08080.bin

        SW: Version 08.0.80T211

      Compressed Boot-Monitor Image size = 786944, Version:10.1.11T225 (mnz10111)

       Compiled on Wed Dec 13 11:13:34 2017


  HW: Stackable ICX7150-C12-POE

==========================================================================

UNIT 1: SL 1: ICX7150-C12-2X1G POE 12-port Management Module

      Serial  #:FEK3233P129

      Software Package: BASE_SOFT_PACKAGE

      Current License: 2X1G

      P-ASIC  0: type B160, rev 11  Chip BCM56160_B0

==========================================================================

UNIT 1: SL 2: ICX7150-2X1GC 2-port 2G Module

==========================================================================

UNIT 1: SL 3: ICX7150-2X10GF 2-port 20G Module

==========================================================================

 1000 MHz ARM processor ARMv7 88 MHz bus

 8192 KB boot flash memory

 2048 MB code flash memory

 1024 MB DRAM

STACKID 1  system uptime is 58 second(s)

The system started at 02:15:38 GMT+00 Sat Jan 01 2000


The system : started=warm start   reloaded=by "reload"


==========================================================================

==========       WARNING: Boot-monitor version mismatch!!!      ==========

==========   Please use "show boot-monitor" command for details ==========

==========================================================================


Switches

Clouding an ICX Switch

Introduction

SmartZone management and monitoring of ICX switches. The initial release (v.08.0.80) is the first step toward a full-featured wired/wireless integration plan and focuses on monitoring, status, usage visibility, and some basic management, including configuration backups and firmware management.

Method

To direct an ICX switch to the cloud there are a few parameters that must be met;

Once the following has been met, check the connection to the cloud controller by pinging the necessary IP, for example;

SSH@ICX7150-24P Switch>ping xxx.xxx.xxx.xxx

Sending 1, 16-byte ICMP Echo to xxx.xxx.xxx.xxx, timeout 5000 msec, TTL 64

Type Control-c to abort

Reply from xxx.xxx.xxx.xxx   : bytes=16 time=13ms TTL=53

Success rate is 100 percent (1/1), round-trip min/avg/max=13/13/13 ms.

SSH@ICX7150-24P Switch>


Should you not be able to ping the controller you must check the following; L2/L3 network, firewall(s), etc.

Point the Switch toward the cloud with the following command(s) your IP may vary depending on the vSZ you are directing your switch to;

SSH@ICX7150-24P Switch>en

No password has been assigned yet...

SSH@ICX7150-24P Switch#conf t

SSH@ICX7150-24P Switch(config)#sz active-list xxx.xxx.xxx.xxx

Version 08.0.92 onwards use the command below.

SSH@ICX7150-24P Switch(config)#management active-list xxx.xxx.xxx.xxx

SSH@ICX7150-24P Switch(config)#


Log in to the SZ and go to: Switches > Default Group (Staging Zone), highlight the device, and move to the required switch group. The switch will appear in the group as offline until approved. check the MAC address to ensure you have the correct switch.

image.png

Highlight the correct switch and then click move to relocate the switch to the correct zone as required.

Switches

Recovering Software Image

Introduction

This section explains how to recover ICX devices from image installation failure or deleted or corrupted flash images.

Method

IMPORTANT

Text marked in Red is a variable command and may differ from your configuration.

 

Switches

Recovering from a Lost Password

Introduction

If a password has been configured for the device but the password has been lost, you can regain Super User access to the device using the following procedure.

Method

Recovery from a lost password requires direct access to the serial port and a system reboot.

  1. Start a CLI session over the serial interface to the Ruckus ICX device.
  2. Reboot the device.
  3. While the system is booting, before the initial system prompt appears, enter b to enter the boot monitor mode. (you may need to tap 'b'  much like when you are trying to enter a BIOS with F2 or Delete)
  4. Enter no password (You cannot abbreviate this command.)
  5. Enter boot This command causes the device to bypass the system password check.
  6. After the console prompt reappears, assign a new password.
Switches

ICX Spanning Tree Commands

Introduction

Best practice switch port configuration for trunk and access ports.

Method

Apply the below config line at EXEC level globally.

system-max spanning-tree 253

 

Apply the below configs on a port/interface level as per switch port mode.

Trunk Port
spanning-tree 802-1w admin-pt2pt-mac

Access Port
spanning-tree 802-1w admin-edge-port

Switches

RSTP for PtP Link(s) Configuration Guide

Introduction

The client would like to use RSTP on ICX switches for automatic failover of a primary and secondary wireless PtP link.

Requirements

2x ICX switch, 1x primary wireless bridge, 1x secondary wireless bridge

Method

Enable RSTP on ICX switches. By default, each port-based VLAN on the device has its own spanning tree. To enable 802.1w Draft 3 in a port-based VLAN, enter commands such as the following.  

device(config)# vlan 1

device(config-vlan-1)# spanning-tree rstp

Note

STP must be enabled before you can enable 802.1w Draft 3.

  • STP is disabled by default on Ruckus Layer 3 Switches.
  • STP is enabled by default on Ruckus Layer 2 Switches.

Once complete run the following command on the switch ports where the primary radios are terminated (on both switches):

image.png

device(config)# spanning-tree 802-1w ethernet 1/1/x priority 64

By default all ports have a priority of 128* so if you give a priority of 64 that port will be preferred to be Forwarding on RSTP.

With this setup both primary ports will be functioning in a forwarding state. Dynamically, one of the backup ports will also be running in a forwarding state while the opposite end will be running in a discarding state to prevent a loop. Should the main wireless link disconnect or one of the heads power down, both backup ports will resume a forwarding state.

image.png

Ports roles can have one of the following states:

Link reference: (http://docs.ruckuswireless.com/fastiron/08.0.80/fastiron-08080-l2guide/GUID-65F3A36C-6A87-4752-9CBD-5C7E7CB505F9.html)

Switches

How to Configure RSTP (802.1w) and Implement Spanning Tree Best Practices on ICX Switches

Hello everyone,

Today, I'd like to delve into configuring Rapid Spanning Tree Protocol (RSTP) on ICX switches and share some best practices. By default, ICX switches operate using the standard 802.1d Spanning Tree Protocol (STP) on a per-VLAN basis. However, for faster network convergence, it's advantageous to switch to RSTP (802.1w). I'll guide you through general configuration steps and highlight some key practices that serve as a solid foundation for many network setups. While these configurations might not fit every scenario perfectly, they're a great starting point.


Enabling RSTP on VLANs

First, we'll enable RSTP on your desired VLANs. You can configure multiple VLANs simultaneously or handle them individually. Here's how to enable RSTP on VLANs 10, 20, and 30:

ICX# configure terminal ICX(config)# vlan 10 20 30 ICX(config-mvlan-10*30)# spanning-tree 802-1w

Setting the Root Bridge Priority

Next, it's essential to set the root bridge priority. If you don't specify a priority, the switch uses the default value of 32768. To ensure your switch becomes the root bridge, assign it a lower priority number. Setting the priority to zero guarantees that this switch will be the root:

ICX(config-mvlan-10*30)# spanning-tree 802-1w priority 0

 

Your configuration should now resemble:

vlan 10 by port tagged ethernet 1/1/1 to 1/1/48 ethernet 1/2/1 to 1/2/8 spanning-tree 802-1w spanning-tree 802-1w priority 0 ! vlan 20 by port tagged ethernet 1/1/1 to 1/1/48 ethernet 1/2/1 to 1/2/8 spanning-tree 802-1w spanning-tree 802-1w priority 0 ! vlan 30 by port tagged ethernet 1/1/1 to 1/1/48 ethernet 1/2/1 to 1/2/8 spanning-tree 802-1w spanning-tree 802-1w priority 0

Optimizing Switch-to-Switch Links

For optimal convergence times, define switch-to-switch connections as point-to-point links. Assuming ports 1/2/1 through 1/2/8 are your inter-switch links, configure them like this:

ICX# configure terminal ICX(config)# interface ethernet 1/2/1 to 1/2/8 ICX(config-if-1/2/1-1/2/8)# spanning-tree 802-1w admin-pt2pt-mac

 

This updates your configuration to include:

interface ethernet 1/2/1 port-name Switch-to-Switch Connection spanning-tree 802-1w admin-pt2pt-mac

Configuring Edge Ports

For ports connected to end devices (edge ports), define them as operational edge ports to expedite the transition to the forwarding state. If ports 1/1/1 through 1/1/48 are your edge ports, use the following commands:

ICX# configure terminal ICX(config)# interface ethernet 1/1/1 to 1/1/48 ICX(config-if-1/1/1-1/1/48)# spanning-tree 802-1w admin-edge-port

You can also enable STP BPDU Guard on these ports to protect against accidental loops by shutting down the port if a BPDU is received:

ICX(config-if-1/1/1-1/1/48)# stp-bpdu-guard

 

This results in:

interface ethernet 1/1/1 port-name Client Port spanning-tree 802-1w admin-edge-port stp-bpdu-guard

Monitoring RSTP Status

To view RSTP information, use the following commands:

ICX# show 802-1w ICX# show 802-1w detail

Note: If you're using the standard 802.1d STP, the commands are show spanning-tree and show spanning-tree detail. For Multiple Spanning Tree Protocol (MSTP), use show mstp and show mstp detail.


For a comprehensive list of configuration options and further details, refer to the FastIron Layer 2 Switching Configuration Guide.

Virtual SmartZone

Setup Guides and Tutorials for the Ruckus Virtual SmartZone

Virtual SmartZone

Creating DHCP Server/VLAN on vSZ APs

Introduction

DHCP/NAT functionality on SZ-managed APs and DPs (data planes) allows customers to reduce costs and complexity by removing the need for DHCP server/NAT router to provide IP addresses to clients. 

Three general DHCP scenarios are supported:


Single AP Topology

All the APs in the zone get their IP from the WAN router and provides the DHCP/NAT service. If H510/H320 is configured as GAP by the manual port selection, then LAN1 and LAN2 configuration will be pushed to eth1 and eth2 ports of H510/H320 APs instead of eth0 and eth1 ports.


Each AP in this zone is running it’s own DHCP server instance.
Typically configured when APs are at different sites and roaming is not required.

      

image.png

Multiple AP (Flat Network) Topology

All the APs in the zone get their IP from the WAN router and designated APs to provide the DHCP/NAT service. A maximum of two APs be can select for DHCP service (Primary and Secondary) and ten APs for NAT Gateway.


Designated APs in this zone are running the DHCP Server instance.
Typically configured when multiple APs are at the same site and roaming across APs is needed.

image.png

Hierarchical AP Topology

Designated APs provide the DHCP/NAT service. Gateway APs (GAPs) get the IP address from the WAN router and non-gateway APs get the IP from the Gateway APs. If H510/H320 is configured as GAP by the manual port selection, then LAN1 and LAN2 configuration will be pushed to eth1 and eth2 ports of H510/H320 APs instead of eth0 and eth1 ports. In order to configure eth0 ports of H510/H320, the user needs to configure LAN5/LAN3 Ports respectively for the H510/H320 APs.


Designated APs in this zone are running the DHCP Server instance.
The DHCP server APs connected to the WAN, the rest of APs get their Private IP address from a local IP Pool with VLAN ID 1 from the DHCP Server AP.


                      

image.png

Method

Login to the vSZ and Navigate to Services and Profiles then DHCP & NAT. Locate the domain under the organisation pane, then expand the required domain and highlight the zone you wish to configure your DHCP service. There will be an option to Enable DHCP Service. Enable this, to be directed through a configuration wizard.

image.png


Select the appropriate Base Settings. The options are Single AP (1), Multiple APs (<12), or Hierarchal APs (>12). For the purpose of this KB we will only be looking at Single AP or Multiple AP scenarios as Hierarchal will require a data plane. Click Next to continue.

image.png


Create a DHCP Pool by clicking on the +. A new page will pop up. Simply enter the required information and click OK. Repeat more networks if necessary. Once done, highlight and move the Pools from Available Pools to Selected Pools and click Next to continue.


image.png

image.png

image.png

On the next page, select your Gateway AP(s). The options are either Automatic or Manual. If you are selecting Manual, you will need to move AP(s) similar to moving the Pool(s) in the previous step and select a Primary and Secondary AP. Click Next to continue.

image.png

image.png

Review your configuration and click OK to confirm.

image.png

Configure your WLANs now as you normally would, however, ensure that under Advanced Options that your Access VLAN is set as per your DHCP profile. 

image.png

Perform testing to ensure all is working as expected.

To prevent the two network users from being able to communicate with one another you must now create L3 Access Control profile(s). This will look something like the following:

Action: Block

Source Network Address/Subnet Mask 

Destination Network Address/Subnet Mask

So for example, if we want to block communication between our Private and Guest wireless networks we will need to create two rules and affix these to the respective WLAN.

Block Guest on Private

Action: Block

Source 192.168.66.0/24

Destination 192.168.99.0/24

Block Private on Guest

Action: Block

Source 192.168.99.0/24

Destination 192.168.66.0/24

Navigate to Firewall then L3 Access Control, highlight the appropriate domain then click Create. A new page will pop up. Provide a Name and Description and create a rule by clicking Create. Add a Description, under Access select Block from the drop-down. Enter the Source and Destination Network Address and Subnet Mask. Set the Direction to Dual. Create profiles for any necessary networks.

image.png

image.png

Apply these to your WLANs by navigating to Wireless LANs, highlight and configure your WLAN, scroll down to Firewall and select the tickbox for Enable WLAN specific. Under the L3 Access Control Policy use the dropdown to select the appropriate profile. Repeat for all necessary WLANs.

image.png

Perform testing to ensure all is working as expected.

Notes

  • There is a limitation of 1000 IPs per DHCP Pool
  • When running SMB Multiple AP mode, 10 IPs will be reserved for Gateway APs
  • You can navigate to Services and Profiles then DHCP & NAT to obtain information on the DHCP server stats
Virtual SmartZone

How to Configure and Optimise SmartRoam on vSZ

Introduction

Some clients do not roam even if they are physically moved to a new location. Not all clients have roaming aggressiveness setting to fine-tune roaming. Apple devices are reported to cling to the AP they first learn an SSID on.

In a multi-AP environment, a client will always be looking for the best AP to connect to. It will remain connected to its current AP and roam to an adjacent AP once the signal level falls below a certain threshold. This behavior ensures best possible performance at all times.

To achieve this, a client must be doing background scanning to learn about its environment. Frequency of this background scan can determine the roaming behavior. Certain clients such as Windows clients allow roaming aggressiveness to be tweaked. "High" setting will make the client to perform background scanning more often to learn about available APs to connect. While the "Low" setting will make the client do less frequent scanning. This setting can be found under the wireless adapter properties.

Unfortunately, this tweaking is not readily available for all client types. For example, various smartphones and Apple clients do not provide this setting to encourage roaming.

For these types of clients, it is obvious to look towards infrastructure for help. Ruckus has added firmware support to disconnect a client if its signal falls below the user-definable threshold. This feature is called SmartRoam. With this feature, there will be an explicit disassociate message to kick off the client.

Method

This is a per-SSID setting as illustrated above. "smart-roam" parameter takes values from 1 to 10.
These are called roam factors, and they map to an RSSI value in dB as per the list below:

image.png

The configuration can be changed from the CLI of the SmartZone.

config
domain "Domain Name"
zone "Zone Name"
wlan "WLAN Name"
roam
roam-factor 2.4g x
roam
roam-factor 5g x

Red writing indicates a value that will be unique to your configuration. Note also that the quotes are required for parameters within a partner domain.

Additionally, if you enable DB Persistence event 209/218 on the vSZ you can see the system logs (events) for roaming activity.

image.png

image.png

Virtual SmartZone

Advanced Guide: LDAP Authentication on Ruckus vSZ via Azure AD Domain Services (Azure AD DS)

Since Ruckus Virtual SmartZone (vSZ) does not support SAML authentication for admin logins, you must use Azure AD Domain Services (Azure AD DS) to provide an LDAP interface that vSZ can authenticate against.

Below is a more detailed breakdown, including user group mappings and troubleshooting.


1. Configure Azure AD Domain Services (Azure AD DS) for LDAP

Step 1: Enable Azure AD DS

  1. Log in to Azure Portal.

  2. Go to "Azure AD Domain Services" (AAD DS) and create a managed domain:

    • Set the DNS domain name (e.g., corp.yourcompany.local).
    • Choose a resource group and region.
    • Select an Azure Virtual Network (VNet) (Ensure vSZ can reach this network).
  3. Synchronize Users from Azure AD to Azure AD DS:

    • Azure AD DS automatically synchronizes users and groups from Azure AD.
    • Users must have Kerberos and NTLM authentication enabled (this is automatic for synced users).

Step 2: Enable Secure LDAP (LDAPS)

  1. Enable Secure LDAP under Azure AD DS > Properties.
  2. Download and install the SSL certificate for LDAPS.
  3. Allow LDAP over SSL (TCP 636) through your Network Security Group (NSG).

Step 3: Verify LDAP Access

  1. Run the following command from a machine that can reach Azure AD DS:

    ldp.exe
  2. Connect to yourdomain.local on port 636.

  3. Bind using an Azure AD DS admin account.

  4. If successful, LDAP is ready.


2. Configure LDAP Authentication on Ruckus vSZ

Step 1: Add an LDAP Server

  1. Log in to vSZ Web UI.

  2. Navigate to Administration > AAA Servers.

  3. Click Create and select LDAP.

  4. Fill in the LDAP server details:

    • Server Address: Enter the IP Address of Azure AD DS.
    • Port: 636 (for LDAPS).
    • Bind DN: A service account in Azure AD DS, e.g.:
      cn=admin,ou=Users,dc=yourcompany,dc=local
    • Password: The service account's password.
    • Base DN: The starting point for LDAP searches, e.g.:
      dc=yourcompany,dc=local
    • User Attribute: sAMAccountName
    • SSL: Enable LDAPS
    • Certificate: Upload the LDAPS certificate from Azure AD DS.
  5. Click Test Connection to verify authentication.


3. Configure User Group Mappings

Since Azure AD DS syncs groups from Azure AD, you can map LDAP groups to Ruckus admin roles.

Step 1: Find LDAP Group DNs

  1. Run ldp.exe and connect to Azure AD DS.
  2. Browse to OU=Groups to locate the full Distinguished Name (DN) of groups, e.g.:
    cn=WiFiAdmins,ou=Groups,dc=yourcompany,dc=local

Step 2: Assign LDAP Groups in vSZ

  1. Go to "Administration > Users & Roles".

  2. Create a new User Group.

  3. Select "Authentication Type: LDAP".

  4. Enter Group DN, e.g.:

    cn=WiFiAdmins,ou=Groups,dc=yourcompany,dc=local
  5. Assign appropriate permissions (e.g., System Admin, Read-Only Admin, etc.).

  6. Save and Apply.


4. Troubleshooting LDAP Authentication on vSZ

Issue 1: LDAP Connection Fails

Issue 2: Users Cannot Log In

Issue 3: Group Mappings Do Not Work


Final Thoughts

Using Azure AD DS with LDAPS is the best way to integrate Azure authentication with Ruckus Virtual SmartZone (vSZ). With proper LDAP configuration and group mappings, you can ensure secure authentication and centralized management.


Virtual SmartZone

How to Configure and Optimise SmartRoam on vSZ

Introduction

Some clients do not roam even if they are physically moved to a new location. Not all clients have roaming aggressiveness setting to fine-tune roaming. Apple devices are reported to cling to the AP they first learn an SSID on.

In a multi-AP environment, a client will always be looking for the best AP to connect to. It will remain connected to its current AP and roam to an adjacent AP once the signal level falls below a certain threshold. This behavior ensures best possible performance at all times.

To achieve this, a client must be doing background scanning to learn about its environment. Frequency of this background scan can determine the roaming behavior. Certain clients such as Windows clients allow roaming aggressiveness to be tweaked. "High" setting will make the client to perform background scanning more often to learn about available APs to connect. While the "Low" setting will make the client do less frequent scanning. This setting can be found under the wireless adapter properties.

Unfortunately, this tweaking is not readily available for all client types. For example, various smartphones and Apple clients do not provide this setting to encourage roaming.

For these types of clients, it is obvious to look towards infrastructure for help. Ruckus has added firmware support to disconnect a client if its signal falls below the user-definable threshold. This feature is called SmartRoam. With this feature, there will be an explicit disassociate message to kick off the client.

Method

This is a per-SSID setting as illustrated above. "smart-roam" parameter takes values from 1 to 10.
These are called roam factors, and they map to an RSSI value in dB as per the list below:

image.png

The configuration can be changed from the CLI of the SmartZone.

config
domain "Domain Name"
zone "Zone Name"
wlan "WLAN Name"
roam
roam-factor 2.4g x
roam
roam-factor 5g x

Red writing indicates a value that will be unique to your configuration. Note also that the quotes are required for parameters within a partner domain.

Defines the roam factor in the table above i.e. 1-10.

Remember to ensure configuration is saved.

Additionally, if you enable DB Persistence event 209/218 on the vSZ you can see the system logs (events) for roaming activity.

image.png

image.png

Analytics

Ruckus Analytics

Analytics

Invite a 3rd Party to Ruckus Analytics

Introduction

RUCKUS Analytics is a cloud service for network intelligence and service assurance. Powered by machine learning and artificial intelligence, it gives IT comprehensive visibility into network operations. The service accelerates troubleshooting and helps IT teams meet their network SLAs. RUCKUS Analytics delivers powerful incident analytics, network health monitoring, advanced client troubleshooting and more. 

This guide will help you create a Resource Group, then Invite a 3rd Party to manage said group.

Managing Resource Groups

You can provide Role-Based Access Control (RBAC) to allow an administrator to manage APs and switches organized into resource groups.

A resource group is made up of your selection of APs and switches available in RUCKUS Analytics. There are many roles associated with resource groups with specific functional privileges. The roles available are Admin, Network Admin and Reporting. A resource group allows the Admin to confine access for a group of users to a restricted set of APs and switches. Therefore, a resource group is equivalent to a tenant.

RUCKUS Analytics contains a Default resource group. This group corresponds to the entire set of Wi-Fi assets. The Default resource group cannot be edited or deleted.

  1. To create a resource group of APs and switches, from the web interface, go to Admin > Resource Groups. The Resource Groups page is displayed.
  2. Click Create Resource Group.
    The Create Resource Group page is displayed.
    Configure the following options:
    • Name: Enter the name of the resource group that you are want to create. In this case, use the Customer Company Name
    • Description: Enter a short description about the group for reference.
    • Click the AP radio button and Switch radio button to view the devices within the network and domains. Choose the devices that you want by selecting the check-boxes, and click Create. The resource group with the selected APs and switches is created and displayed in the Resource Group page.
Inviting Users and Assigning the Resource Group

You can add registered users, assign roles to the users, associate them to resource groups, and manage users from the RUCKUS Analytics web interface.

The user must be registered with the system.
  1. From the web interface, go to Admin > Users.
  2. Add third-party users by clicking Invite 3rd Party.

    A third-party user is a user who does not belong to your organization. By inviting a third-party user, you are explicitly granting access to someone outside your organization to the RUCKUS Analytics service account. Ensure that you have the necessary authorization to do so. A third-party user or a partner can only access a single resource group as defined by the administrator.


    Note: If the Admin role is granted, the third-party user will also be able to invite other users into your account. If this is not desired, you can grant the third-party user a Network Admin or Report Only role. Network Admin is the preferred role for most deployments.

    The Invite 3rd Party dialog box is displayed where you can search for the user by their email ID. After typing the email ID, click Find. Select the specific Resource Group and Role that you want the third-party user to be associated with and click Invite. Network Admin is the preferred role for most deployments.

    Note: The user must have a valid email ID that is registered with RUCKUS support. Else, the third-party account will be rendered invalid.

    Information relevant to the invitee is displayed in the Users page. The user can accept or reject the invitation; the status of which is also displayed on this page as AcceptedRejected or Pending. The user must also have a registered RUCKUS Analytics account to accept the invitation. Additionally, only users having their own account with RUCKUS Analytics can accept invitations. Else, they will not be granted permission to access the application. If the user wants to use another account to accept invitations, then the new account has to be added and registered with RUCKUS Analytics before the user can accept invitation from that account.

  3. Partners or third party users who are invited to manage multiple customer accounts can take advantage of single sign-on by clicking on Accounts in the profile icon (top right). Partners can conveniently switch account views without having to re-login.