05-10-2021 08:19 AM
There are many forum posts regarding issue's with Ruckus AP's and the use of Sonos wireless speakers.
I have been using Ruckus AP's professionally as well as personally for many years now.
Over the past few days I have been trying to figure out what is the best way to make the Sonos speakers work wirelessly when using Ruckus AP’s. My test setup consists of 1 x R710 and 2 x R610. One AP per floor. The unleashed version used is 200.9.10.4.233.
The main issue when using Ruckus AP’s and Sonos speakers is directed multicast. This setting is turned on by default on the WLAN and ethernet interface. I also noticed that if you are using more then 1 AP, things might not work in a consistent manner when your Sonos speakers are connected to different AP’s. Also note that even though your individual Sonos speakers work fine you will run into an issue when you start using them in a 3.1 or 5.1 surround setup. (Mine were working fine until I added 2 Sonos One’s as surround speakers to my beam soundbar. The process of adding them via the Sonos S2 app failed. (Using my ISP modems Wi-Fi it worked on the first try). A non-working setup will show up in the Sonos S2 app under system as Name_of_room +?+? where it should be called Name_of_room +LS+RS.
Because of these issue’s there are 3 considerations. First, directed multicast needs to be disabled on both the WLAN as well as the ethernet interface. Second, if you have more than 1 AP, it has my recommendation to create a wireless network just for the Sonos speakers and have this network broadcast only on 1 AP that is closest to the Sonos speakers. This means you will need to work with AP groups. If you go this route make sure to remove the old wireless network from the Sonos S2 app otherwise, in my experience, the Sonos speaker can connect to the old and new wireless network which might give unexpected results. Also make sure that this newly created wireless network is in the same physical network as the clients that will be using the Sonos speakers. (Same VLAN for example). The third consideration is to disable the 802.11r FT Roaming setting on your wi-fi/SSID. When this setting is enabled I had an issue to add Sonos speakers via the Sonos S2 app. (After the sonos speakers are added successfully the 802.11r FT Roaming setting can be enabled again).
To disable directed multicast on the AP and have these settings maintained even after a restart of the AP, connect to the master AP via SSH. (A lot of forum posts issue the following command to fix the issue but they are not maintained after a restart of the AP: set qos eth0 directed multicast disabled).
(I use putty to establish a SSH connection). Once you are connected, login to the AP and issue the following commands:
(Please note that I used the r610 AP and R710 in my example. The model choices currently are: r510,m510,e510,h510,h320,r710,t710,t710s,r720,r610,t610,t610s,t310d,t310s,t310n,t310c,r320,c110,r750,r650,t750,r550,t750se,r850)
en
config
wlan "name of your wifi"
no qos directed-multicast
(The above command will disable directed multicast on the wlan interfaces.)
qos directed-threshold 0
end
ap-group System Default
model r610 port-setting
no lan 1 qos directed-mcast
no lan 2 qos directed-mcast
(Depending on the AP model, the above line might not be needed)
end
model r710 port-setting
no lan 1 qos directed-mcast
no lan 2 qos directed-mcast
(Depending on the AP model, the above line might not be needed)
end
end
end
I hope this forum post will help others in making their Sonos speakers work without any issue’s. Perhaps I will make a new post regarding Sonos speakers and Ruckus AP’s controlled by a zonedirector controller.
05-13-2021 07:08 AM
@chris_nicholson_7159398 my printer is already hardwired to my Raspberry Pi which provides AirPrint support to my iOS/macOS users. AirPrint works fine with my UniFi setups and with Ruckus… AFTER I manually re-save my WLAN configuration following an AP reboot.
05-18-2021 05:03 AM
Printers sometimes have an issue with the 802.11r FT Roaming setting. Sometimes it's better to leave it off.
05-18-2021 05:45 AM
Most printers I see are built in network. No Pi in between.