RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
05-04-2023 03:02 AM
Hi,
I did not find any setting on the unleashed master for activating igmp v3. Is there a possibility to enable multicast and igmp v3 ?
I have installed Unleashed 200.14 firmware on my R550 Master and also on the other ap´s.
Thank you in advance for your help.
05-05-2023 12:54 AM
Hello @Truman,
Below are the command line to run AP CLI commands from Master AP.
ruckus# ap-mode
You have all rights in this mode.
ruckus(ap-mode)#
You could also run remote ap cli command from Debug mode to execute the command on all connected APs.
ruckus(debug)# remote_ap_cli -A "set qos igmp_query v3 enable"
Regards,
Parik
05-05-2023 09:34 AM
Perfect, thank you.
05-07-2023 07:39 AM
After my HomeKit implementation is still not working, I checked again the igmp status and for whatever reason, it was again disabled. How could that be, that it is disabled, after I enabled it by using the cli commands, specified by you ?
I have general HomeKit problems, since I exchanged all the access points from another brand to Ruckus.
Is there any guideline, how to get Apple HomeKit working with wireless connected components ?
Thank you in advance for your answer.
05-08-2023 03:56 AM
Hello @Truman,
Looks like AP specific config is not persistent. Please run below commands from Master AP to retain the config post reboot. In addition to IGMP, I have added commands to disable directed multicast and broadcast which disables the packet conversion from broadcast/multicast to unicast.
ruckus> enable
ruckus# config
ruckus(config)# ap-group "System Default"
ruckus(config-apgrp)# qos igmp-query v2
ruckus(config-apgrp)# qos igmp-query v3
ruckus(config-apgrp)# no lan 1 qos directed-mcast
ruckus(config-apgrp)# no lan 2 qos directed-mcast
ruckus(config-apgrp)# exit
ruckus(config)# wlan <wlan_name> #Make sure to enter the right WLAN name.
ruckus(config-wlan)# no directed-threshold
ruckus(config-wlan)# no qos directed-mulicast
Regards,
Parik
05-08-2023 01:25 PM
Hello @Parik_MN,
thanks a lot again for the detailed instructions.
Everything worked so far, besides the commands:
ruckus(config-apgrp)# no lan 1 qos directed-mcast
ruckus(config-apgrp)# no lan 2 qos directed-mcast
and
ruckus(config-wlan)# no qos directed-mulicast
For this 3 commands I am getting a "The command is either unrecognized or incomplete. To view a list of commands that you can run from this context, type '?' or 'help'." message.
Regards,
Christian
