Hi, we have a 8212zl J9091A running K.15.18.0016 in which I am trying to configure multicast support on our video vlan (vlan 50).
I have gone into the vlan interface and done
ip igmp auto
and
ip igmp querier 10
I have also done
ip pim-dense ip-addr any
When I do a show ip igmp vlan 50 I get the following
IGMP Service Protocol Info
Total VLANs with IGMP enabled : 1
Current count of multicast groups joined : 39
IGMP Filter Unknown Multicast: Disabled
IGMP Filter Unknown Multicast Status: Disabled
VLAN ID : 50
VLAN Name : Video
IGMP version : 2
Querier Address [this switch] : x.x.50.254
Querier Port :
Querier UpTime : 1d 7h 55m 38s
Querier Expiration Time : 0h 0m 8s
And a list of multicast addresses and the ports that they have been learnt on. Strangely they appear to be mostly learnt on one particular port but there should be two ports that have multicast addresses on (each port leads to a different stack of daisy chained switches which have a large number of video presentation devices on them).
When I do a
show ip pim
I get this
PIM Global Parameters
PIM Status : Disabled
State Refresh Interval (sec) : 60
Join/Prune Interval (sec) : 60
SPT Threshold : Enabled
Traps : none
Which I am not sure if that is correct as PIM has been enabled on the video vlan.
Have I setup IGMP and PIM correctly? We have a large number of video devices on two ports and as mentioned I am really only seeing entries from one of those ports and not the other port.
The video devices are having trouble joining a multicast session (connect to video device over wireless from vlan 10 and then video device (vlan 50) should multicast out to other video devices on the same video vlan).
On the downstream switches (Ubiquiti) I have done the following
set igmp querier address x.x.50.254
set igmp querier query-interval 10
Which should point these downstream switches to the 8212zl for IGMP querier.
Is there something I have missed or have got wrong?