<?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: AIR-CAP3702I-E-K9 Standalone Firmware - Web GUI is very slow (and partially buggy so it seems) in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4178029#M196283</link>
    <description>&lt;P&gt;1. For RS-232 disable flow control, then it should work with basically all adapters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Don't remember, but I think the interface should be available via &lt;A href="http://ipaddress" target="_blank"&gt;http://ipaddress&lt;/A&gt;&amp;nbsp;(not https)&lt;/P&gt;
&lt;P&gt;4. yes the interface is slow and is buggy. There are various threads about not saving settings. I think the firmwares &amp;gt; 1 year old should work correct.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 15:02:44 GMT</pubDate>
    <dc:creator>patoberli</dc:creator>
    <dc:date>2020-11-03T15:02:44Z</dc:date>
    <item>
      <title>AIR-CAP3702I-E-K9 Standalone Firmware - Web GUI is very slow (and partially buggy so it seems)</title>
      <link>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4177947#M196282</link>
      <description>&lt;P&gt;Hi there!&lt;BR /&gt;&lt;BR /&gt;I have some AIR-CAP3702I-E-K9 Access Points and they was in infracstructure mode. Currently, i have neither the software nor the hard to run them in infrastructure mode. Because of that, i've flased the firmware to standalone. (the firmware archvies "k9w7" are the standalone ones, when i'm right)&lt;BR /&gt;&lt;BR /&gt;BUT:&lt;BR /&gt;&lt;BR /&gt;1.) Most USB-RS232 adapters are NOT useable. Why? Maybe it's a synchroneous / asynchroneous problem? All configuration data (Baud, stop bits etc.) was 100% correctly. Then, i used a pure RS232 interface from my server's mainboard. After that it was working with different terminal software. (i've tested putty &amp;amp; realterm, but i also think i will work with microsoft hyperterminal. (?))&lt;BR /&gt;&lt;BR /&gt;2.) The TFTP server i used was "tftpd64" - with that, i was able to flash them (before flashing, they was resetted, see my commands below)&lt;BR /&gt;&lt;BR /&gt;3.) After a successful flash (that least when i looked at the terminal messages), the Web GUI was not available yet. Why? Is that the default behavior for standalone firmware? To configure standlone ones via terminal. (Does not make a a lot of sense, but anyway...)&lt;BR /&gt;&lt;BR /&gt;4.) After enabling the Web GUI with some terminal commands, i saw that the Web GUI is PAINFULLY SLOW and partially buggy (does not save, 404 and 403 errors in background AJAX requests (seen on chome developer tools). Why?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;The commands i used:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Cleanup before reset, maybe some files are persistant and the reset will not delete them:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- delete flash:private-multiple-fs&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then the reset:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- reset (then anwser yes with "y")&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then login:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- en (With default password "Cisco" after reset)&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then leave the IP config by DHCP:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- so NO ip config commands applied, i've got 192.168.0.147&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then flash the standalone firmware via TFTP, i tried different versions and i've completed all steps described here for each firmware:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- archive download-sw /force-reload /overwrite tftp://192.168.0.159/ap3g2-k9w7-tar.153-3.JPJ4.tar&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- archive download-sw /force-reload /overwrite tftp://192.168.0.159/ap3g1-k9w7-tar.152-4.JA1.tar&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;- archive download-sw /force-reload /overwrite tftp://192.168.0.159/ap3g2-k9w7-tar.152-4.JB6.tar&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Then enable the Web GUI:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Go to network config in terminal:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- config t&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Define Web GUI username with:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- ip http client username admin&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Define Web GUI Password with:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- ip http client password admin&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;Enable Web GUI security via that login data:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- enable secret admin&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then enabling the Web GUI:&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- ip http server&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Then exit the "config t"-mode (not really relevant for my issue., but however):&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;- end&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All in all: The device is NOT useable with that, so what's the reason for that very very strange Web GUI behavior (described on top).&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;1.) Is it a hardware issue?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;2.) Are the versions i used alll buggy and/or broken?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;3.) Are there some other components / parts to update (modular firmware with different parts/components), more than the files i've lisled on the on the TFTP download command?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your feedback(s). If you need more informations, so please don't hesitate to contact me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;With best regards from Switzerland,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 19:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4177947#M196282</guid>
      <dc:creator>jmar83</dc:creator>
      <dc:date>2021-07-05T19:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: AIR-CAP3702I-E-K9 Standalone Firmware - Web GUI is very slow (and partially buggy so it seems)</title>
      <link>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4178029#M196283</link>
      <description>&lt;P&gt;1. For RS-232 disable flow control, then it should work with basically all adapters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Don't remember, but I think the interface should be available via &lt;A href="http://ipaddress" target="_blank"&gt;http://ipaddress&lt;/A&gt;&amp;nbsp;(not https)&lt;/P&gt;
&lt;P&gt;4. yes the interface is slow and is buggy. There are various threads about not saving settings. I think the firmwares &amp;gt; 1 year old should work correct.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 15:02:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4178029#M196283</guid>
      <dc:creator>patoberli</dc:creator>
      <dc:date>2020-11-03T15:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: AIR-CAP3702I-E-K9 Standalone Firmware - Web GUI is very slow (and partially buggy so it seems)</title>
      <link>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4178057#M196284</link>
      <description>&lt;P&gt;Thank you for your feedback.&lt;BR /&gt;&lt;BR /&gt;- Flow control was off - so i used neither the "hardware" one, nor the "xon/off" (software one)&lt;BR /&gt;&lt;BR /&gt;- The adapter i tested was from a.) FTDI (well known manufactor with propoducts in good quality) and b.) a CH340 from Jiangsu Qinheng Co., Ltd.&lt;BR /&gt;&lt;BR /&gt;- No, but after executing the commands on "&lt;U&gt;&lt;STRONG&gt;Then enable the Web GUI&lt;/STRONG&gt;&lt;/U&gt;" , it's available. Before, it's not. And i also need to set login credentials, otherwise the command "&lt;EM&gt;ip http server&lt;/EM&gt;" will not be applied.&lt;BR /&gt;&lt;BR /&gt;- OK, then i will try it again with a firmware with a max. age of middle 2019&lt;BR /&gt;&lt;BR /&gt;Will test that things ASAP, thanks again! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 16:00:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4178057#M196284</guid>
      <dc:creator>jmar83</dc:creator>
      <dc:date>2020-11-03T16:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: AIR-CAP3702I-E-K9 Standalone Firmware - Web GUI is very slow (and partially buggy so it seems)</title>
      <link>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4178924#M196285</link>
      <description>&lt;P&gt;One question more:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;"yes the interface is slow and is buggy. There are various threads about not saving settings. I think the firmwares &amp;gt; 1 year old should work correct."&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe somebody can tell me a concrete version, the age doesn't really matter. Even when it's 2-3 years old. If it's stable, my problems are solved i think.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;With best regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 22:32:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/air-cap3702i-e-k9-standalone-firmware-web-gui-is-very-slow-and/m-p/4178924#M196285</guid>
      <dc:creator>jmar83</dc:creator>
      <dc:date>2020-11-04T22:32:38Z</dc:date>
    </item>
  </channel>
</rss>

