<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user in SmartZone and Virtual SmartZone</title>
    <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36552#M3062</link>
    <description>Hi Pamuditha,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I just expierenced the same issue at one of my sites.&lt;BR /&gt;&lt;BR /&gt;Disabled the direct multicast on both the eth0 the eth1.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;you will also need to disable the igmp-snooping on both interfaces.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Then you need to make sure that you have forced fast-leave / port-fast configured on the switch interface the AP is connected to.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What Switching are you using?&lt;BR /&gt;&lt;BR /&gt;Are you using IGMP v2 for multicasting?&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Shaun</description>
    <pubDate>Thu, 24 Aug 2017 10:03:53 GMT</pubDate>
    <dc:creator>shaun_strydom</dc:creator>
    <dc:date>2017-08-24T10:03:53Z</dc:date>
    <item>
      <title>IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36549#M3059</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;We are testing IPTV with H500 AP. AP is powered through POE switch. IPTV STB is connected to AP via LAN port.&amp;nbsp;&lt;BR /&gt;Normally TV works without issues. But once we change the channels it get stuck. AP traffic is backhauled locally without using any tunnels.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any idea what would happen on this?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pamuditha</description>
      <pubDate>Wed, 23 Aug 2017 18:40:38 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36549#M3059</guid>
      <dc:creator>pamuditha_abeys</dc:creator>
      <dc:date>2017-08-23T18:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36550#M3060</link>
      <description>Hello Pamuditha,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; In the case where your IPtv Set Top Boxes are connected thru a LAN Ethernet port,&lt;BR /&gt;you want to tell the AP not to listen/answer (snoop) your multicast IGMP client traffic,&lt;BR /&gt;and it should be faster and follow the TV channel changes.&amp;nbsp; I don't know which of your&lt;BR /&gt;H500 ports your STBs connect to, but here is syntax you can use if you SSH into your&lt;BR /&gt;APs.&amp;nbsp; You want to disable igmp snooping, and directed-multicast (use straight UDP),&lt;BR /&gt;and can assume version compatibility.&lt;BR /&gt;&lt;BR /&gt;You can SSH into an AP CLI using putty application and run the following commands.&lt;BR /&gt;&amp;nbsp;	&lt;BR /&gt;	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; set qos &lt;IFNAME&gt; igmp [enable|disable]&lt;BR /&gt;	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-- Sets the state of IGMP Snooping for the specified interface&lt;BR /&gt;		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;set qos &lt;IFNAME&gt; directed multicast [enable|disable]&lt;BR /&gt;		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-- Sets the state of egress packet processing for the specified interface&lt;BR /&gt;&lt;BR /&gt;	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; set qos igmp_query [v2|v3] [enable|disable]&lt;BR /&gt;	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-- Sets IGMP General Query version for IGMP General Query Mechanism&lt;BR /&gt;	&amp;nbsp;&lt;BR /&gt;	ifname : interface name can be wlan0 / eth1 / eth2.&lt;BR /&gt;&lt;BR /&gt;Use the "get eth" command to determine which eth0, eth1, eth2 of your H500 has the STB&lt;BR /&gt;then issue these two commands:&lt;BR /&gt;&lt;BR /&gt;set qos ethX igmp disable&lt;BR /&gt;set qos ethX directed multicast disable&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;If you manage your H500s by a ZoneDirector, you can apply commands remotely.&amp;nbsp; These&lt;BR /&gt;will affect ALL connected APs however, so ok if all H500s and if the EthX port they're using &lt;BR /&gt;don't exist on the other models, ie Eth3 or Eth4.&lt;BR /&gt;&lt;BR /&gt;You would SSH to your ZoneDirector, and then issue these AP commands.&lt;BR /&gt;&lt;BR /&gt;ruckus&amp;gt; enable&lt;BR /&gt;ruckus# debug&lt;BR /&gt;ruckus(debug)#&lt;BR /&gt;ruckus(debug)# remote_ap_cli -A "set qos ethX directed mutlicast disable"&lt;BR /&gt;ruckus(debug)# remote_ap_cli -A "set qos ethX igmp disable"&lt;BR /&gt;( where EthX is the LAN port your H500's have STBs connected to)&lt;BR /&gt;&lt;BR /&gt;ruckus(debug)# quit&lt;BR /&gt;&lt;BR /&gt;Good luck and please let us know your test results.&lt;/IFNAME&gt;&lt;/IFNAME&gt;</description>
      <pubDate>Wed, 23 Aug 2017 20:23:53 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36550#M3060</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2017-08-23T20:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36551#M3061</link>
      <description>Hi Michael,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;STB is connected to H500 eth1 port, which can power STB as well with POE out.&amp;nbsp;&lt;BR /&gt;I tried these commands with eth1 and no success.&amp;nbsp;&lt;BR /&gt;These APs are managed by vSZ and tried the same with standalone mode as well. But still the result is same.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you think applying these commands on the wan interface would help.? &lt;BR /&gt;As we understood, some of the responses we get from multicast servers doesn't go through eth0 (wan interface ) to eth1 (STB interface).&lt;BR /&gt;Once TV is stuck, unk-drop counter is also increasing.&amp;nbsp;&lt;BR /&gt;Also this issue occurs only we change channels quickly.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Pamuditha</description>
      <pubDate>Thu, 24 Aug 2017 07:52:20 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36551#M3061</guid>
      <dc:creator>pamuditha_abeys</dc:creator>
      <dc:date>2017-08-24T07:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36552#M3062</link>
      <description>Hi Pamuditha,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I just expierenced the same issue at one of my sites.&lt;BR /&gt;&lt;BR /&gt;Disabled the direct multicast on both the eth0 the eth1.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;you will also need to disable the igmp-snooping on both interfaces.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Then you need to make sure that you have forced fast-leave / port-fast configured on the switch interface the AP is connected to.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What Switching are you using?&lt;BR /&gt;&lt;BR /&gt;Are you using IGMP v2 for multicasting?&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Shaun</description>
      <pubDate>Thu, 24 Aug 2017 10:03:53 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36552#M3062</guid>
      <dc:creator>shaun_strydom</dc:creator>
      <dc:date>2017-08-24T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36553#M3063</link>
      <description>Thanks for the response.&amp;nbsp;&lt;BR /&gt;It is Cisco SF300 switch. Here the same setup replaced with BelAir AP works fine. So I think switch would not have impact.&amp;nbsp;&lt;BR /&gt;Will try your suggestion and let you know.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Pamuditha</description>
      <pubDate>Thu, 24 Aug 2017 10:07:58 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36553#M3063</guid>
      <dc:creator>pamuditha_abeys</dc:creator>
      <dc:date>2017-08-24T10:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36554#M3064</link>
      <description>Shaun has replied with my suggestion as well, I expect you should see better results, please let us know.</description>
      <pubDate>Thu, 24 Aug 2017 16:36:54 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36554#M3064</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2017-08-24T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36555#M3065</link>
      <description>Dear Michael and Shaun,&amp;nbsp;&lt;BR /&gt;Thanks guys for your help. It only required no qos directed multicast on WAN interface. As of now it has resolved the issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But can any one of you explain what would have happened there? Any sort of FIFO queue or something used to do multicast to unicast conversion?&amp;nbsp;&lt;BR /&gt;I have seen some TCP duplicate ACK/spurious re-transmission issues as well during channel changes.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pamuditha</description>
      <pubDate>Mon, 28 Aug 2017 17:05:59 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/36555#M3065</guid>
      <dc:creator>pamuditha_abeys</dc:creator>
      <dc:date>2017-08-28T17:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: IPTV with H500 LAN Port Stuck when TV channels changes frequently by the user</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/65694#M4592</link>
      <description>&lt;P&gt;How would i go about saving these config changes on AP's managed by a Zone director?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 04:46:46 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/IPTV-with-H500-LAN-Port-Stuck-when-TV-channels-changes/m-p/65694#M4592</guid>
      <dc:creator>Nexus-Craig</dc:creator>
      <dc:date>2023-08-11T04:46:46Z</dc:date>
    </item>
  </channel>
</rss>

