<?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 Dump a list of LWAPP's including Serial #'s in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137734#M30276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will... but if you have a lot of AP's, you better watch the CPU when you issue that command.. by a lot, I mean 1000+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt; &lt;BR /&gt;Scott &lt;BR /&gt; &lt;BR /&gt;Help out other by using the rating system and marking answered questions as "Answered"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2012 17:44:15 GMT</pubDate>
    <dc:creator>Scott Fella</dc:creator>
    <dc:date>2012-12-20T17:44:15Z</dc:date>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137727#M30269</link>
      <description>&lt;P&gt;Is there a way from the console or from the web interface to dump a list/inventory of LAP's tied to a particular controller, including IP's and serial #'s?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to save myself a ton of work...&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 06:15:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137727#M30269</guid>
      <dc:creator>lcnorwood</dc:creator>
      <dc:date>2021-07-04T06:15:11Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137728#M30270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without WCS/NCS/CPI?&amp;nbsp; No. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 22:04:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137728#M30270</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2012-12-19T22:04:20Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137729#M30271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While a bit cumbersome; it's feasible.&amp;nbsp; It would require some legwork and post-collection formatting.&amp;nbsp; From the CLI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see list of AP names and IPs you could perform &lt;/P&gt;&lt;P&gt;&amp;gt;show dtls connections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any AP that has CAPWAP control path up (joined to WLC) would appear here with AP name and "Peer IP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For pulling serial number; this is pretty tedious, but you could script this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to execute the following for each ap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;debug ap enable &lt;CISCO ap="" name=""&gt;&lt;/CISCO&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;debug ap command "show ver | inc Serial" &lt;CISCO ap="" name=""&gt;&lt;/CISCO&gt;&lt;/P&gt;&lt;P&gt;May even try "PCB Serial Number" as the "include" for relevant SN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get some extra outputs regarding the WLC task, timestamps, and MAC, but you will see the value of this "command" returned to the WLC screen afterwards.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, this isn't pretty, but can it be done; yes.&amp;nbsp; Leo's suggestions would be much easier &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 23:59:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137729#M30271</guid>
      <dc:creator>daviwatk</dc:creator>
      <dc:date>2012-12-19T23:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137730#M30272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could run this command also&lt;BR /&gt;&lt;BR /&gt;show ap config general &lt;AP name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPhone App&lt;/AP&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 07:54:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137730#M30272</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2012-12-20T07:54:35Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137731#M30273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Making it easy on him eh?&amp;nbsp; Good call Scott.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 17:35:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137731#M30273</guid>
      <dc:creator>daviwatk</dc:creator>
      <dc:date>2012-12-20T17:35:20Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137732#M30274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't think that is easy... you would need to take that data an run it through something that might be able to just export what you need... I would not want to have to go through a list of even 100 of these:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt; &lt;BR /&gt;Scott &lt;BR /&gt; &lt;BR /&gt;Help out other by using the rating system and marking answered questions as "Answered"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 17:39:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137732#M30274</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2012-12-20T17:39:16Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137733#M30275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, easy is always awesome.&amp;nbsp;&amp;nbsp; i'm curious if this would show in a show tech.&amp;nbsp;&amp;nbsp; I don't mind digging a little for the info, but don't want to do a bunch of tedious commands, as we're in the middle of doing our smartnet renewals&amp;nbsp; (No, not everything was purchased with smartnet GRRR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Come on cisco, isn't there a way to make this easier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 17:41:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137733#M30275</guid>
      <dc:creator>lcnorwood</dc:creator>
      <dc:date>2012-12-20T17:41:42Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137734#M30276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will... but if you have a lot of AP's, you better watch the CPU when you issue that command.. by a lot, I mean 1000+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt; &lt;BR /&gt;Scott &lt;BR /&gt; &lt;BR /&gt;Help out other by using the rating system and marking answered questions as "Answered"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 17:44:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137734#M30276</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2012-12-20T17:44:15Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137735#M30277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're under 100 for the moment. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 17:47:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137735#M30277</guid>
      <dc:creator>lcnorwood</dc:creator>
      <dc:date>2012-12-20T17:47:18Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137736#M30278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The show tech didn't work.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 19:03:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137736#M30278</guid>
      <dc:creator>lcnorwood</dc:creator>
      <dc:date>2012-12-20T19:03:53Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137737#M30279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show run-config has the info &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help out other by using the rating system and marking answered questions as "Answered"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 19:22:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137737#M30279</guid>
      <dc:creator>Scott Fella</dc:creator>
      <dc:date>2012-12-20T19:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137738#M30280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before using the WCS I also did things like that on a regular basis. I found that with Notepad++ and Excel I had the correct tools to get that information fast and in a clear overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log into the CLI of the WLC. Setup your terminal software to send the output directly into a text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;config paging disable&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;show access-point-config&lt;/STRONG&gt; (a hidden command, which is basically the same as show ap config general, but you don't need to enter each and every AP name. Just keep pressing the enter button, until the WLC is through all APs)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then stop logging the terminal session and quit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this file contains every information you need and more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the next step you will need Notepad++ as well as a certain plugin called Python Script and TextFX (the latter one should already come with the editor, if not search the plugins for "TextFX Characters")&lt;/P&gt;&lt;P&gt;You can download it directly via Notepad++ by going to Plugins-&amp;gt;Plugin Manager. Under Available search for "Python Script"&lt;/P&gt;&lt;P&gt;Once installed you can write &amp;amp; execute scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now open up Notepad++ and go again to Plugins-&amp;gt;Python Script-&amp;gt;New Script. You will be asked for a path where you want to save that script. Once done paste the following code into the script (cannot attach the actual script to this post)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;editor.rereplace(r"(^AP Serial Number.*)", r"\1\r\n#")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;editor.rereplace(r"^Cisco AP Name\.+ (.*)|^IP Address\.+ (.*)|(?:Primary|Secondary|Tertiary) Cisco Switch (?:Name|IP Address)\.+ (.*)|^AP Serial Number\.+ (.*)|(?:\w|[-,:./\_()~*$@&amp;lt;&amp;gt;?% ])+", r"\1\2\3\4")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;editor.selectAll()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;notepad.runMenuCommand("TextFX Edit", "Delete Blank Lines")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;editor.rereplace(r"(\w)\r\n", r"\1;")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;editor.replace(r";#","")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt;"&gt;notepad.runMenuCommand("TextFX Edit", "Delete Blank Lines")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It certainly is not perfect as I am not that good in this thing, but it gets the job done. Previously I did all those steps by hand &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the script and open up the file where you have logged your terminal output and execute the script via Plugins-&amp;gt;Python Script-&amp;gt;Scripts-&amp;gt;your_script.py&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mind you that the finished output might show duplicate entries. That is because the &lt;STRONG&gt;show access-point-config&lt;/STRONG&gt; separates an AP by its installed radios. So you will see two entries for a dual band AP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script might take some minutes to complete, so just let it run through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once complete you are able to export the output to excel and use the "text to columns" feature where you chose the semicolon as separator. Before you can run "Remove Duplicates" so you get rid of the redundant entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you should have a file where you have all the informations you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 16:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137738#M30280</guid>
      <dc:creator>patrick.kofler</dc:creator>
      <dc:date>2012-12-21T16:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137739#M30281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick -&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was OUTSTANDING!&amp;nbsp;&amp;nbsp; Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 17:09:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137739#M30281</guid>
      <dc:creator>lcnorwood</dc:creator>
      <dc:date>2012-12-21T17:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137740#M30282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hit me up in PM .. I would like to ask you a question ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__________________________________________________________________________________________ &lt;BR /&gt;"Satisfaction does not come from knowing the solution, it comes from knowing why." - Rosalind Franklin &lt;BR /&gt;__________________________________________________________________________________________ &lt;BR /&gt;‎"I'm in a serious relationship with my Wi-Fi. You could say we have a connection."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 17:23:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137740#M30282</guid>
      <dc:creator>George Stefanick</dc:creator>
      <dc:date>2012-12-21T17:23:29Z</dc:date>
    </item>
    <item>
      <title>Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137741#M30283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 21:04:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/2137741#M30283</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2012-12-21T21:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/3769666#M30284</link>
      <description>&lt;P&gt;Thank you for the information, that was very helpful, I will have to explore Python scripting some more.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 21:40:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/3769666#M30284</guid>
      <dc:creator>james.grundy@bt.com</dc:creator>
      <dc:date>2018-12-27T21:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/3877115#M30285</link>
      <description>&lt;P&gt;I used grep include "Cisco AP Name|AP Model|AP Serial Number" "show access-point-config" to get the results that I needed.&amp;nbsp; Logged it to a file in my terminal application and then used that file to get the data into Excel.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 22:04:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/3877115#M30285</guid>
      <dc:creator>darin.gottman1</dc:creator>
      <dc:date>2019-06-20T22:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/3938891#M30286</link>
      <description>The grep solution worked great. I added BSSID to get the Base MAC address.&lt;BR /&gt;grep include "Cisco AP Name|MAC Address|BSSID|AP Model|AP Serial Number" "show access-point-config"</description>
      <pubDate>Thu, 10 Oct 2019 20:05:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/3938891#M30286</guid>
      <dc:creator>turtle007</dc:creator>
      <dc:date>2019-10-10T20:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/3957665#M30287</link>
      <description>&lt;P&gt;Can you tell me what version of Notepadd++ ?&amp;nbsp; I'm not seeing that plugin.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 00:18:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/3957665#M30287</guid>
      <dc:creator>Ken Hagen</dc:creator>
      <dc:date>2019-11-13T00:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dump a list of LWAPP's including Serial #'s</title>
      <link>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/4104503#M30288</link>
      <description>&lt;P&gt;Patrick,&lt;BR /&gt;I know this was several years ago, but I was wondering if this script can be modified to pull that Mac Address as well.&lt;BR /&gt;&lt;BR /&gt;Here is what I came up with, but it doesn't seem to work, any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;editor.rereplace(r"(^AP Serial Number.*)", r"\1\r\n#")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;editor.rereplace(r"^Cisco AP Name\.+ (.*)|^IP Address\.+ (.*)|^Mac Address\.+ (.*)|^AP Serial Number\.+ (.*)|(?:\w|[-,:./\_()~*$@&amp;lt;&amp;gt;?% ])+", r"\1\2\3\4")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;editor.selectAll()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;notepad.runMenuCommand("TextFX Edit", "Delete Blank Lines")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;editor.rereplace(r"(\w)\r\n", r"\1;")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;editor.replace(r";#","")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;notepad.runMenuCommand("TextFX Edit", "Delete Blank Lines")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 23:01:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dump-a-list-of-lwapp-s-including-serial-s/m-p/4104503#M30288</guid>
      <dc:creator>Koeberleinr</dc:creator>
      <dc:date>2020-06-16T23:01:39Z</dc:date>
    </item>
  </channel>
</rss>

