<?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: Can't re-login to new AP7522 with Wing 5.9.2.5-001R after changing IP to Static IP in ExtremeWireless (WiNG)</title>
    <link>https://community.extremenetworks.com/t5/extremewireless-wing/can-t-re-login-to-new-ap7522-with-wing-5-9-2-5-001r-after/m-p/86376#M8082</link>
    <description>Thanks Christopher for your reply.&lt;BR /&gt;
&lt;BR /&gt;
The Static IP and default gateway IP (provided by customer) are setup with the default VLAN1 .&lt;BR /&gt;
&lt;BR /&gt;
I found a console cable but now I'm looking for a power supply as the AP usually don't go with it.&lt;BR /&gt;
&lt;BR /&gt;
But when I got everything, I should be able to access the AP and verify the Static IP with your instructions above.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help!.</description>
    <pubDate>Wed, 18 Sep 2019 22:49:48 GMT</pubDate>
    <dc:creator>Manuel_Zablan</dc:creator>
    <dc:date>2019-09-18T22:49:48Z</dc:date>
    <item>
      <title>Can't re-login to new AP7522 with Wing 5.9.2.5-001R after changing IP to Static IP</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/can-t-re-login-to-new-ap7522-with-wing-5-9-2-5-001r-after/m-p/86374#M8080</link>
      <description>We just got two new AP-7522-67030-1WR with Wing 5.9.2.5-001R  and I'm trying to configure them to have Static IP address.  I had no issues in logging in with Zero IP and added the wireless profile.&lt;BR /&gt;
I restarted the AP after I updated the IP to Static IP, &lt;BR /&gt;
But when I tried to log in using the assigned Static IP address,  I got an error of either host is unreachable or it's timed out error.&lt;BR /&gt;
&lt;BR /&gt;
I know the setup is good and I will be able to login if I'm within the network where the Static ip is being used (Customer site). but with lower versions of Wing I had no trouble re-logging to the new AP using the Static IP. within our network.&lt;BR /&gt;
&lt;BR /&gt;
I also had this error before with same version in July but after several tries, eventually I was able to log in.&lt;BR /&gt;
&lt;BR /&gt;
Any idea what has changed or how to verify configuration outside the network? &lt;BR /&gt;
I know for lower versions of Wing, this problem won't exists....</description>
      <pubDate>Wed, 18 Sep 2019 03:44:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/can-t-re-login-to-new-ap7522-with-wing-5-9-2-5-001r-after/m-p/86374#M8080</guid>
      <dc:creator>Manuel_Zablan</dc:creator>
      <dc:date>2019-09-18T03:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can't re-login to new AP7522 with Wing 5.9.2.5-001R after changing IP to Static IP</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/can-t-re-login-to-new-ap7522-with-wing-5-9-2-5-001r-after/m-p/86375#M8081</link>
      <description>Hello Manuel,&lt;BR /&gt;
      If you have a console cable, you should access the CLI via serial (baud 115200 and all other settings default) and perform the following after successful login:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;enable&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;B&gt;show ip int br&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;BR /&gt;
Ensure that AP static IP is mapped to correct vlan. &lt;BR /&gt;
If using a different VLAN then default VLAN 1, you will need to map the VLAN to the interface ge1 port. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;enable&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;B&gt;self&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;B&gt;int ge1&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;B&gt;switchport access vlan xxx&lt;/B&gt; [enter] (x represents VLAN number)&lt;BR /&gt;
&lt;B&gt;com wr&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;BR /&gt;
If trying to access the AP from outside of network, you must ensure that the default gateway is configured.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;enable&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;B&gt;self&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;B&gt;default-gateway xxx.xxx.xxx.xxx&lt;/B&gt; [enter] (x represents default gateway IP)&lt;BR /&gt;
&lt;B&gt;com wr&lt;/B&gt; [enter]&lt;BR /&gt;
&lt;BR /&gt;
I am not aware of any issues with static ip addressing on any WiNG 5 version. We would require a copy of the startup-config to verify where the issue.</description>
      <pubDate>Wed, 18 Sep 2019 04:37:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/can-t-re-login-to-new-ap7522-with-wing-5-9-2-5-001r-after/m-p/86375#M8081</guid>
      <dc:creator>Christopher_Fra</dc:creator>
      <dc:date>2019-09-18T04:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't re-login to new AP7522 with Wing 5.9.2.5-001R after changing IP to Static IP</title>
      <link>https://community.extremenetworks.com/t5/extremewireless-wing/can-t-re-login-to-new-ap7522-with-wing-5-9-2-5-001r-after/m-p/86376#M8082</link>
      <description>Thanks Christopher for your reply.&lt;BR /&gt;
&lt;BR /&gt;
The Static IP and default gateway IP (provided by customer) are setup with the default VLAN1 .&lt;BR /&gt;
&lt;BR /&gt;
I found a console cable but now I'm looking for a power supply as the AP usually don't go with it.&lt;BR /&gt;
&lt;BR /&gt;
But when I got everything, I should be able to access the AP and verify the Static IP with your instructions above.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help!.</description>
      <pubDate>Wed, 18 Sep 2019 22:49:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremewireless-wing/can-t-re-login-to-new-ap7522-with-wing-5-9-2-5-001r-after/m-p/86376#M8082</guid>
      <dc:creator>Manuel_Zablan</dc:creator>
      <dc:date>2019-09-18T22:49:48Z</dc:date>
    </item>
  </channel>
</rss>

