<?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: Disabling &amp;quot;SmartCast&amp;quot; on the vSZ in SmartZone and Virtual SmartZone</title>
    <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Disabling-quot-SmartCast-quot-on-the-vSZ/m-p/43101#M3703</link>
    <description>KBA-4138: Disable Directed Multicast in SZ controlled AP, will be visible on Support shortly.&lt;BR /&gt;&lt;BR /&gt;Here is the Workaround details.&lt;BR /&gt;&lt;BR /&gt;The Zone Director provides persistent CLI commands that will enable or disable these features whenever an Access Point is provisioned.&lt;BR /&gt;&lt;BR /&gt;On the SCG/vSCG these features are only configurable on the Access Points directly. &amp;nbsp;This can be done by accessing each access point&lt;BR /&gt;via SSH to run the individual commands, use the remote ap-cli SCG CLI command to run each command on each AP individually from the&lt;BR /&gt;SCG SSH session or using an AP CLI script that can run AP CLI set commands on All Access Points connected to a Zone. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Note - disconnected or newly connected Access Points will not automatically have these options set and will need to be configured when connected.&lt;BR /&gt;&lt;BR /&gt;Directed Multicast is enabled or disabled per WLAN so first you need to determine which wlan interface to run the command. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You cannot use AP script for get commands so I would test directly on an AP at first via SSH using the CLI commands or&lt;BR /&gt;remote ap-cli from the SCG CLI, &amp;nbsp;then create the AP script to do it to all AP’s in a Zone.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Run get wlanlist to verify the wlanx interface name required to be changed.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Directed Multicast (for IGMP subscription based unicast conversion) is a qos command:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&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;&amp;nbsp;&lt;BR /&gt;Directed Broadcast is unicast conversion for all broadcast and well known multicast addresses:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;set directed-thr : set directed-thr &lt;WLAN name=""&gt; &lt;NEW threshold=""&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Set the upper limit on Directed Broadcast processing (0 == disable)&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;The settings can be verified by downloading the support info file or using get qos commands per interface:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;rkscli: get qos wlan0&lt;BR /&gt;Ruckus Wireless SmartMedia QOS&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;A suggested&amp;nbsp;script looks like this&lt;BR /&gt;======================================================================================&lt;BR /&gt;#define AP FW version&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;fw_version=2.5.0.1.174 è this version MUST match with your AP firmware version&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;#define Model class&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;model=all&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;# Sets octet count for Heuristic-based classification&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;set qos wlan0 directed multicast disable&amp;nbsp;&amp;nbsp;è these can be any available AP CLI &amp;nbsp;set commands&lt;BR /&gt;set directed-thr 0&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;======================================================================================&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To load the script:&lt;BR /&gt;&amp;nbsp; &lt;UL&gt;&lt;LI&gt;&amp;nbsp; Administration è AP CLI Scripts&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; Select the AP Zone that you want to apply the script. &lt;I&gt;Note: if you have vSCG-e, then the script will apply to ALL registered AP&lt;/I&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; Upload the attached AP CLI Scripts&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; Click the Execute tab, then click the Refresh tab&lt;/LI&gt;&lt;/UL&gt;DONE.....&lt;/NEW&gt;&lt;/WLAN&gt;&lt;/IFNAME&gt;</description>
    <pubDate>Tue, 01 Sep 2015 21:35:08 GMT</pubDate>
    <dc:creator>michael_brado</dc:creator>
    <dc:date>2015-09-01T21:35:08Z</dc:date>
    <item>
      <title>Disabling "SmartCast" on the vSZ</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Disabling-quot-SmartCast-quot-on-the-vSZ/m-p/43100#M3702</link>
      <description>&lt;P&gt;We have to disable “SmartCast” in any site that uses Savant
or Control4 home automation systems.&amp;nbsp; To do this via the ZD CLI we do the
following:&lt;/P&gt;

&lt;P&gt;enable [ENTER]&lt;/P&gt;

&lt;P&gt;config [ENTER]&lt;/P&gt;

&lt;P&gt;wlan &lt;YOUR wlan="" ssid=""&gt; [ENTER]&lt;/YOUR&gt;&lt;/P&gt;

&lt;P&gt;no qos directed-multicast [ENTER]&lt;/P&gt;

&lt;P&gt;qos directed-threshold 0 [ENTER]&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is it possible to do this on the vSZ?&amp;nbsp; If so,
how?&amp;nbsp; I’m afraid if we can’t do this then we can’t sell the product to
those clients.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2015 14:14:42 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Disabling-quot-SmartCast-quot-on-the-vSZ/m-p/43100#M3702</guid>
      <dc:creator>bj_rnjensen</dc:creator>
      <dc:date>2015-08-31T14:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling "SmartCast" on the vSZ</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Disabling-quot-SmartCast-quot-on-the-vSZ/m-p/43101#M3703</link>
      <description>KBA-4138: Disable Directed Multicast in SZ controlled AP, will be visible on Support shortly.&lt;BR /&gt;&lt;BR /&gt;Here is the Workaround details.&lt;BR /&gt;&lt;BR /&gt;The Zone Director provides persistent CLI commands that will enable or disable these features whenever an Access Point is provisioned.&lt;BR /&gt;&lt;BR /&gt;On the SCG/vSCG these features are only configurable on the Access Points directly. &amp;nbsp;This can be done by accessing each access point&lt;BR /&gt;via SSH to run the individual commands, use the remote ap-cli SCG CLI command to run each command on each AP individually from the&lt;BR /&gt;SCG SSH session or using an AP CLI script that can run AP CLI set commands on All Access Points connected to a Zone. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Note - disconnected or newly connected Access Points will not automatically have these options set and will need to be configured when connected.&lt;BR /&gt;&lt;BR /&gt;Directed Multicast is enabled or disabled per WLAN so first you need to determine which wlan interface to run the command. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You cannot use AP script for get commands so I would test directly on an AP at first via SSH using the CLI commands or&lt;BR /&gt;remote ap-cli from the SCG CLI, &amp;nbsp;then create the AP script to do it to all AP’s in a Zone.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Run get wlanlist to verify the wlanx interface name required to be changed.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Directed Multicast (for IGMP subscription based unicast conversion) is a qos command:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&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;&amp;nbsp;&lt;BR /&gt;Directed Broadcast is unicast conversion for all broadcast and well known multicast addresses:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;set directed-thr : set directed-thr &lt;WLAN name=""&gt; &lt;NEW threshold=""&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Set the upper limit on Directed Broadcast processing (0 == disable)&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;The settings can be verified by downloading the support info file or using get qos commands per interface:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;rkscli: get qos wlan0&lt;BR /&gt;Ruckus Wireless SmartMedia QOS&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;A suggested&amp;nbsp;script looks like this&lt;BR /&gt;======================================================================================&lt;BR /&gt;#define AP FW version&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;fw_version=2.5.0.1.174 è this version MUST match with your AP firmware version&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;#define Model class&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;model=all&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;# Sets octet count for Heuristic-based classification&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;set qos wlan0 directed multicast disable&amp;nbsp;&amp;nbsp;è these can be any available AP CLI &amp;nbsp;set commands&lt;BR /&gt;set directed-thr 0&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;======================================================================================&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To load the script:&lt;BR /&gt;&amp;nbsp; &lt;UL&gt;&lt;LI&gt;&amp;nbsp; Administration è AP CLI Scripts&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; Select the AP Zone that you want to apply the script. &lt;I&gt;Note: if you have vSCG-e, then the script will apply to ALL registered AP&lt;/I&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; Upload the attached AP CLI Scripts&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; Click the Execute tab, then click the Refresh tab&lt;/LI&gt;&lt;/UL&gt;DONE.....&lt;/NEW&gt;&lt;/WLAN&gt;&lt;/IFNAME&gt;</description>
      <pubDate>Tue, 01 Sep 2015 21:35:08 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Disabling-quot-SmartCast-quot-on-the-vSZ/m-p/43101#M3703</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2015-09-01T21:35:08Z</dc:date>
    </item>
  </channel>
</rss>

