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-09-2023 04:09 AM
Hello Christian,
Sorry for the typo, and missing few steps. Here's the complete steps to disable directed-mcast on lan port.
ruckus> enable
ruckus# config
ruckus(config)# ap-group "System Default"
ruckus(config-apgrp)# model r550 port-setting
ap_name: r550
ruckus(config-apgrp-port)# no lan 1 qos directed-mcast
Setting Directed Multicast for port#(2) to 0
ruckus(config-apgrp-port)# no lan 2 qos directed-mcast
Setting Directed Multicast for port#(1) to 0
To disable directed multicast on WLAN:
ruckus(config)# wlan <wlan_name>
ruckus(config-wlan)# no qos directed-multicast
The command was executed successfully. To save the changes, type 'end' or 'exit'.
Regards,
Parik
05-24-2023 07:43 AM
Not sure those commands are necessary. You can show that qos directed-mcast is disabled for each lan port of your AP:
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)# show
The "show" command will list all of your AP's and display their IGMP and Directed Multicast settings for each lan port.