<?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: SCG/SZ AP CLI Script to get info for all APs in SmartCell Access Points</title>
    <link>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37042#M202</link>
    <description>Thanks for the response.&amp;nbsp; Any ideas how to solve my conundrum?&lt;BR /&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;</description>
    <pubDate>Thu, 24 Oct 2019 15:25:44 GMT</pubDate>
    <dc:creator>Greg_WiGuy</dc:creator>
    <dc:date>2019-10-24T15:25:44Z</dc:date>
    <item>
      <title>SCG/SZ AP CLI Script to get info for all APs</title>
      <link>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37040#M200</link>
      <description>I have a need to audit the uplink interfaces for all APs on a monthly basis for PHY link speed (100M, or 1Gbps).&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Support told me that the only way is to manually check every single AP individually via the GUI or with the CLI command below.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;PRE alt="" name="" rel="" target="" title="" type="" value=""&gt;# remote ap-cli &lt;AP-MAC&gt; "get netstats &lt;INTERFACE name=""&gt;"&lt;/INTERFACE&gt;&lt;/AP-MAC&gt;&lt;/PRE&gt;I was wondering if there was some way to take advantage of the AP CLI Scripts feature linked below to try and get a somewhat concise list of the output from this command on all APs?&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;A href="https://support.ruckuswireless.com/articles/000004057" rel="nofollow" title="Link: https://support.ruckuswireless.com/articles/000004057"&gt;https://support.ruckuswireless.com/articles/000004057&lt;/A&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;The article gives me the impression this might not be possible as it only returns results as successful or failed.&amp;nbsp; Figured I should check in case anyone else has some ideas.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Thu, 24 Oct 2019 14:59:31 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37040#M200</guid>
      <dc:creator>Greg_WiGuy</dc:creator>
      <dc:date>2019-10-24T14:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: SCG/SZ AP CLI Script to get info for all APs</title>
      <link>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37041#M201</link>
      <description>Hi 80211WiGuy,&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Unfortunately the GUI AP CLI script tool is only for AP CLI "set" commands that make configuration changes on the AP.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;This tool has no mechanism to display output from a "get" command.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Thu, 24 Oct 2019 15:13:38 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37041#M201</guid>
      <dc:creator>albert_pierson</dc:creator>
      <dc:date>2019-10-24T15:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: SCG/SZ AP CLI Script to get info for all APs</title>
      <link>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37042#M202</link>
      <description>Thanks for the response.&amp;nbsp; Any ideas how to solve my conundrum?&lt;BR /&gt;&lt;SPAN&gt;﻿&lt;/SPAN&gt;</description>
      <pubDate>Thu, 24 Oct 2019 15:25:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37042#M202</guid>
      <dc:creator>Greg_WiGuy</dc:creator>
      <dc:date>2019-10-24T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: SCG/SZ AP CLI Script to get info for all APs</title>
      <link>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37043#M203</link>
      <description>I was thinking of suggesting using the SZ API, but I checked and it does not have a way to pull the network statistics for the various interfaces.&lt;BR /&gt;&lt;BR /&gt;The only option I can think of would be to use a SSH/CLI tool with scripting capability and create a externally run script that used the AP MAC as a variable to run the remote ap-cli&amp;nbsp; command with each AP MAC.&amp;nbsp; You would need to create a list of AP MAC but this can be created by downloading the .csv file from Monitor::Access Points.&amp;nbsp; I have never used such a SSH/CLI tool but I believe it is available.</description>
      <pubDate>Thu, 24 Oct 2019 15:40:28 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37043#M203</guid>
      <dc:creator>albert_pierson</dc:creator>
      <dc:date>2019-10-24T15:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: SCG/SZ AP CLI Script to get info for all APs</title>
      <link>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37044#M204</link>
      <description>I wonder if this is something visible through SNMP MIBs, ie SolarWinds or other application?</description>
      <pubDate>Thu, 24 Oct 2019 17:25:50 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37044#M204</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2019-10-24T17:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: SCG/SZ AP CLI Script to get info for all APs</title>
      <link>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37045#M205</link>
      <description>Nice idea Michael!&amp;nbsp; I'll try pursuing this route with our other monitoring systems.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Thu, 24 Oct 2019 19:42:55 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartCell-Access-Points/SCG-SZ-AP-CLI-Script-to-get-info-for-all-APs/m-p/37045#M205</guid>
      <dc:creator>Greg_WiGuy</dc:creator>
      <dc:date>2019-10-24T19:42:55Z</dc:date>
    </item>
  </channel>
</rss>

