We are implementing a signage solution where our AV team is using a product called Visix. They are using Crestron NVX for the (in their words) "transport" portion of the solution. I was given a document outlining the requirements for the network switches (Ruckus ICX 7150 48PF 4X10GR's).
The solution utilizes a multicast VLAN and has the following requirements:
IGMPv2 snooping enabled (globally or on the vlan - the vlan is recommended if the switch carries other vlans)
IGMPv2 querier enabled - (recommend only 1 on the network)
Fast-leave enabled
In the case of traffic that spans multiple switches (ours does), they say:
uplinks must be properly configured to support multicast traffic.
So to that end I have enabled the following on all of the switches in this solution on the vlan designated for multicast:
vlan 32 name "NVX Multicast" by port
multicast passive
multicast fast-leave-v2
multicast version 2
The querier in our case is an existing HP Aruba 3810 switch and so I have not defined a querier on the Ruckus switches.
My question is, are the settings above the correct way to implement IGMP snooping and fastleave? The reason for the question is, when I try to 'sh IP igmp ......' on any of the ruckus switches, it tells me IGMP is disabled. BUT, the solution seems to be working. However, if I do a 'sh IP multicast traffic' (or other commands) it does return information. I just want to make sure that it is enabled correctly on these switches. I am very new to ICX switching.
Any info is helpful and appreciated. Thanks.