cancel
Showing results for 
Search instead for 
Did you mean: 

How can I enable IGMP V3 on a R550 Unleashed ?

Truman
New Contributor II

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. 

13 REPLIES 13

Parik_MN
RUCKUS Team Member

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

 

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. 

Zschimmer-IT
New Contributor

When I try to set the eth ports I get the following error:

ruckus(config-apgrp)# model r550 port-setting
>ap_name: r550
>The model could not be configured in unleashed.

I need full multicast Traffic to pass from wifi-clients to LAN.
What's wrong with Ruckus to complicate these things?
I use european KNX IP and it's broadcasting on 224.0.23.12
Thanks to Ruckus I can't control my wireless KNX devices.
With all other APs from Unifi, Mikrotik, Lancom, Cisco etc it's working!
WTF?

Try the link below. you can login to each AP and go straight to the 'set' commands if they are not the unleashed master.

QoS Settings not persisting across reboots

set qos igmp_query v2 enable
set qos igmp_query v3 enable
set qos mld_query v1 enable

set qos mld_query v2 enable

set qos eth0 mld enable

set qos eth1 mld enable
set qos eth0 igmp enable
set qos eth1 igmp enable

set qos eth0 directed multicast disable

set qos eth1 directed multicast disable

set qos forward_querier enable