Hi ,
I have an IGMP configured on a HP switches that stream channels.
The solution was working fine until a day when we noticed that image on TVs start freewing in only some switches , and when that happen the switches become unvailable and we can not ping them or access them, sometimes the ping works with more than 2000 ms of response time which is a lot.
CS conneced to SW1 and then SW2,SW3 and SW4 are connected to SW1
CS config is configured as follow:
vlan xxx
name "TV"
tagged 1-24
ip address 192.168.1.1 255.255.255.0
ip igmp
ip igmp querier interval 7
exit
SW1 is configuration:
vlan xxx
name "TV"
untagged 10,20-22
tagged 24-28
no ip address
ip igmp
exit
SW2 , SW3 and SW4 Configuration is:
vlan xxx
name "TV"
tagged 11,13,18,21,24-28
no ip address
ip igmp
no ip igmp querier
no ip igmp fastleave 25-28 *** for Uplink ports***
ip igmp forcedfastleave 11,13,18,21,24 ***for TVs ports****
exit
Any idea what can cause this issue?
Thank you