<?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: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable in Access Points - Indoor and Outdoor</title>
    <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19338#M5093</link>
    <description>Hi Keith,
&lt;BR /&gt;&lt;BR /&gt;
These were the commands I eventually arrived at as well. 
&lt;BR /&gt;&lt;BR /&gt;
Unfortunately, still no AirPlay most of the time. If I keep resetting/rebooting both the Apple TV and the iPad 3, AirPlay some times show up, and will work for 20-30 minutes at a time, but no more than that.
&lt;BR /&gt;&lt;BR /&gt;
I don't want to bite the bullet and put the ATV on ethernet.. but is there any way to see what gets "blocked"?</description>
    <pubDate>Thu, 10 Oct 2013 05:01:21 GMT</pubDate>
    <dc:creator>rune_jacobsen</dc:creator>
    <dc:date>2013-10-10T05:01:21Z</dc:date>
    <item>
      <title>ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19333#M5088</link>
      <description>Hi there,
&lt;BR /&gt;&lt;BR /&gt;
A home network is set up with a ZF7343 AP (no ZoneDirector) for wifi access (firmware version 9.6.1.0.15), and for the most part, this works extremely well - wireless performance is excellent even when many many devices are online.
&lt;BR /&gt;&lt;BR /&gt;
However, there is an Apple TV 3 (current firmware) that we're having trouble to get AirPlay to work consistently with. There are two iPhones (4S and 5) and two iPads (2 and 3) commonly used in this house. All of them see AirPlay available only every now and then, mostly right after the iOS device or the ATV unit have been rebooted, but not always then either. 
&lt;BR /&gt;&lt;BR /&gt;
Once they do see AirPlay on their units, playback is smooth, but sometimes it just disappears.
&lt;BR /&gt;&lt;BR /&gt;
No password for the AirPlay functionality is defined.
&lt;BR /&gt;&lt;BR /&gt;
Neither the ATV nor the i*-devices have any general network trouble - they can access for instance Netflix with no problems.
&lt;BR /&gt;&lt;BR /&gt;
"Packet Forward" for the WLAN being used is set to "Bridge to WAN". Since both the ATV and the iOS devices are connected through WLAN, I'm thinking the problem could be here, but that is just a guess.
&lt;BR /&gt;&lt;BR /&gt;
Any ideas on how I could approach this?
&lt;BR /&gt;&lt;BR /&gt;
Very thankful for any suggestions!</description>
      <pubDate>Sat, 21 Sep 2013 10:31:35 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19333#M5088</guid>
      <dc:creator>rune_jacobsen</dc:creator>
      <dc:date>2013-09-21T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19334#M5089</link>
      <description>Hi Rune, sorry for the delay. I'm going to guess this has something to do with directed multicast. In wireless you don't want "true" broadcast/multicast typically in order to preserve bandwidth. This article should help -&amp;nbsp;&lt;A href="https://support.ruckuswireless.com/answers/000001588" rel="nofollow" title="Link: https://support.ruckuswireless.com/answers/000001588"&gt;https://support.ruckuswireless.com/answers/000001588&lt;/A&gt;</description>
      <pubDate>Fri, 27 Sep 2013 22:21:01 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19334#M5089</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2013-09-27T22:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19335#M5090</link>
      <description>Hi Keith,
&lt;BR /&gt;&lt;BR /&gt;
Thanks for your reply!
&lt;BR /&gt;&lt;BR /&gt;
I tried to follow the article, and used putty to ssh in. But the commands in the article didn't work - could this be because I have a later version?
&lt;BR /&gt;&lt;BR /&gt;
The one that looked the most like what is described in the article was this one:
&lt;BR /&gt;&lt;BR /&gt;
set qos  directed multicast {enable|disable}
&lt;BR /&gt;
                 -- Sets the state of egress packet processing for the specified interface
&lt;BR /&gt;&lt;BR /&gt;
So since my AP is connected to eth2, I did this:
&lt;BR /&gt;&lt;BR /&gt;
set qos eth2 directed multicast disable
&lt;BR /&gt;&lt;BR /&gt;
But nothing else. The issue is still there, but of course I have a few more questions;
&lt;BR /&gt;&lt;BR /&gt;
1) Was that the right command to use? In mine I had to specify the ethernet interface, in the one on the web they said to specify the ssid.
&lt;BR /&gt;&lt;BR /&gt;
2) Do I need to do anything equivalent of "enable" to get the setting to take effect?
&lt;BR /&gt;&lt;BR /&gt;
Thanks for the help so far, hoping I'm just a few technicalities away from permanently working AirPlay. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 02 Oct 2013 05:17:45 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19335#M5090</guid>
      <dc:creator>rune_jacobsen</dc:creator>
      <dc:date>2013-10-02T05:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19336#M5091</link>
      <description>I read up a little more on this, and understood that I should probably do it on wlan0 (the WLAN I actually use) instead of eth2... I think I did it, but no airplay, except that it shows up randomly now and then.
&lt;BR /&gt;&lt;BR /&gt;
rkscli: get qos wlan0
&lt;BR /&gt;
Ruckus Wireless SmartMedia QOS info for wlan0 interface
&lt;BR /&gt;&lt;BR /&gt;
QOS Configuration options:
&lt;BR /&gt;
Classification:               Enabled
&lt;BR /&gt;
UDP Heuristic Classification: Enabled
&lt;BR /&gt;
TOS Classification:           Enabled
&lt;BR /&gt;
Dot1p Classification:         Enabled
&lt;BR /&gt;
VID Voice Classification:
&lt;BR /&gt;
VID Video Classification:
&lt;BR /&gt;
VID  BE   Classification:
&lt;BR /&gt;
VID  BK   Classification:
&lt;BR /&gt;
Dot1p Classification VIDs:
&lt;BR /&gt;
Dot1p Marking VIDs:
&lt;BR /&gt;
Directed Multicast:           Disabled
&lt;BR /&gt;
IGMP Snooping Mode:           Enabled
&lt;BR /&gt;
MLD Snooping Mode:            Disabled
&lt;BR /&gt;&lt;BR /&gt;
General      Mcast-&amp;gt;U      Cloned     Filters    TOS-Mark
&lt;BR /&gt;
Stats              14          14       0/0/0    0/0/0/0
&lt;BR /&gt;&lt;BR /&gt;
L2 Mcast      Packets     Unicast    Unk-Drop Known-Mcast
&lt;BR /&gt;
UDP Data        79855          28       79841      307590
&lt;BR /&gt;&lt;BR /&gt;
Heuristics      Voice       Video
&lt;BR /&gt;
UDP Packets       423           0
&lt;BR /&gt;&lt;BR /&gt;
IGMP/MLD   Clone1/2/3
&lt;BR /&gt;
Errors          0/0/0
&lt;BR /&gt;&lt;BR /&gt;
No Filters are currently defined on wlan0 interface
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli:
&lt;BR /&gt;&lt;BR /&gt;
Any ideas? Should I do a Wireshark capture to see what is going wrong? In that case, how to do that from a single AP?</description>
      <pubDate>Mon, 07 Oct 2013 15:53:41 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19336#M5091</guid>
      <dc:creator>rune_jacobsen</dc:creator>
      <dc:date>2013-10-07T15:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19337#M5092</link>
      <description>Sorry Rune - I sent you the ZD CLI commands and the AP's are a bit different:
&lt;BR /&gt;&lt;BR /&gt;
Standalone AP:
&lt;BR /&gt;
set qos wlanX directed multicast disable
&lt;BR /&gt;
set directed-thr wlanX  0
&lt;BR /&gt;&lt;BR /&gt;
where X is the wlan AirPlay is on, use ‘get wlanlist’ to see configured WLANs.</description>
      <pubDate>Mon, 07 Oct 2013 21:39:26 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19337#M5092</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2013-10-07T21:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19338#M5093</link>
      <description>Hi Keith,
&lt;BR /&gt;&lt;BR /&gt;
These were the commands I eventually arrived at as well. 
&lt;BR /&gt;&lt;BR /&gt;
Unfortunately, still no AirPlay most of the time. If I keep resetting/rebooting both the Apple TV and the iPad 3, AirPlay some times show up, and will work for 20-30 minutes at a time, but no more than that.
&lt;BR /&gt;&lt;BR /&gt;
I don't want to bite the bullet and put the ATV on ethernet.. but is there any way to see what gets "blocked"?</description>
      <pubDate>Thu, 10 Oct 2013 05:01:21 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19338#M5093</guid>
      <dc:creator>rune_jacobsen</dc:creator>
      <dc:date>2013-10-10T05:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19339#M5094</link>
      <description>We're going to need to dig deep on this one, so best would be to open a support request - &lt;A href="https://support.ruckuswireless.com/contact-us" rel="nofollow"&gt;https://support.ruckuswireless.com/co...&lt;/A&gt;</description>
      <pubDate>Thu, 10 Oct 2013 16:00:05 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19339#M5094</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2013-10-10T16:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19340#M5095</link>
      <description>Thanks Keith - will do that!
&lt;BR /&gt;&lt;BR /&gt;
I am wiresharking on a tap connected to the 7343 now, and will hopefully produce something that support can find useful.
&lt;BR /&gt;&lt;BR /&gt;
Thanks for your help so far!</description>
      <pubDate>Thu, 10 Oct 2013 17:48:00 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19340#M5095</guid>
      <dc:creator>rune_jacobsen</dc:creator>
      <dc:date>2013-10-10T17:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19341#M5096</link>
      <description>Curious if this was ever resolved with a "workaround fix" or by a FW update?
&lt;BR /&gt;&lt;BR /&gt;
I am having the same issue. Except my apple TV is connected to the network via an ethernet cable.</description>
      <pubDate>Thu, 02 Jan 2014 15:26:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19341#M5096</guid>
      <dc:creator>tim_arthur_6236</dc:creator>
      <dc:date>2014-01-02T15:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19342#M5097</link>
      <description>Every environment is different and depending on how many clients were using
&lt;BR /&gt;
Airplay on the single standalone 7343, leaving directed-multicast on might have
&lt;BR /&gt;
been ok.
&lt;BR /&gt;&lt;BR /&gt;
Good news for Apple users, upgrade to version 9.7 firmware, which re-classifies
&lt;BR /&gt;
Bonjour/mDNS protocol traffic into the deeper Data QoS queue, over Background/
&lt;BR /&gt;
Best Effort in previous releases.  The upgrade alone may provide the improvement
&lt;BR /&gt;
you're looking for.
&lt;BR /&gt;&lt;BR /&gt;
[ If you have tweaked all kinds of Eth/Wifi0 parameters, you might also consider
&lt;BR /&gt;
a factory default of your AP, and setup your WLAN(s) again. ]</description>
      <pubDate>Thu, 02 Jan 2014 21:27:51 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19342#M5097</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2014-01-02T21:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: ZF7343 with AppleTV3 and iPad 3 - AirPlay very unreliable</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19343#M5098</link>
      <description>I am having the same issue. We have several Apple TVs (10+) connected to televisions around the office and access to them is spotty at best. I've been very happy with Ruckus APs up to this point but it's a little embarrassing when people tell me it "used to work great" when we were only using an Apple Airport access point. 
&lt;BR /&gt;&lt;BR /&gt;
We have four ZF 7372 access points installed around the building (no ZoneDirector). Each is using the same SSID for the main WLAN. AP bridge is enabled on the wlan, and I've confirmed that directed multicast is disabled, as mentioned above. All four APs are running 9.7.0.0.220. Any Apple TVs that are hardwired seem to work properly but any that use the wireless network disappear or fail to work properly most of the time. 
&lt;BR /&gt;&lt;BR /&gt;
We've also noticed a similar issue when using Reflector (by AirSquirrels) to mirror an iPad to a desktop computer. Users repeatedly complain their iPads can't see the desktop when using Airplay with the wireless.
&lt;BR /&gt;&lt;BR /&gt;
Rebooting the access points will sometimes work but only about 50% of the time and it never lasts.
&lt;BR /&gt;&lt;BR /&gt;
Are there any updates or new solutions to this issue?</description>
      <pubDate>Fri, 21 Feb 2014 21:51:42 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/ZF7343-with-AppleTV3-and-iPad-3-AirPlay-very-unreliable/m-p/19343#M5098</guid>
      <dc:creator>steve_leboeuf</dc:creator>
      <dc:date>2014-02-21T21:51:42Z</dc:date>
    </item>
  </channel>
</rss>

