<?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 I would suggest below. in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094587#M50734</link>
    <description>&lt;P&gt;I would suggest below.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1. First telnet to AP and issue reload in command to take effect in 10min (so if you stuck with your configs, your AP will reload with previous config, so no lock down)&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;AAP1#reload in 10&lt;BR /&gt;System configuration has been modified. Save? [yes/no]: no&lt;BR /&gt;Reload scheduled in 10 minutes by CIsco on vty0 (192.168.16.1)&lt;BR /&gt;Reload reason: Reload Command&lt;BR /&gt;Proceed with reload? [confirm]&lt;/PRE&gt;
&lt;P&gt;2. Then&amp;nbsp;execute default-gateway &amp;amp; BVI IP address, once issue these command, you will not able to access the AP until you change switch side. Modify gateway IP address and BVI address as per your requirement. In my case vlan 1617 &amp;nbsp;is AP mgmt.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ip default-gateway 192.168.17.1&lt;BR /&gt;!&lt;BR /&gt;int bvi1&lt;BR /&gt; ip address 192.168.17.10 255.255.255.0&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;3. Then go to the switch and change the native vlan to 1617 of the trunk&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ASW3#sh run int g0/1&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt; switchport trunk native vlan 1616&lt;BR /&gt; switchport trunk allowed vlan 1616-1630&lt;BR /&gt; switchport mode trunk&lt;BR /&gt;end&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;ASW3#conf t&lt;BR /&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;BR /&gt;ASW3(config)#int g0/1&lt;BR /&gt;ASW3(config-if)#sw tr na vla 1617&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;4. Once you do that, you should be able to access AP using new mgt IP (192.168.17.10). Once logged to the AP cancel the reload command.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ASW3#telnet 192.168.17.10&lt;BR /&gt;Trying 192.168.17.10 ... Open&lt;BR /&gt;User Access Verification&lt;BR /&gt;Username: Cisco&lt;BR /&gt;Password: &lt;BR /&gt;Reload scheduled in 5 minutes by CIsco on vty0 (192.168.16.1)&lt;BR /&gt;Reload reason: Reload Command&lt;BR /&gt;AAP1&amp;gt;en&lt;BR /&gt;Password: &lt;BR /&gt;AAP1#reload cancel &lt;BR /&gt;*** --- SHUTDOWN ABORTED ---&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You do not want to change bridge group number&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If all goes well, you can mark this thread as answered.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Rasika&lt;/P&gt;
&lt;P&gt;*** Pls rate all useful responses ***&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2017 00:40:44 GMT</pubDate>
    <dc:creator>Rasika Nayanajith</dc:creator>
    <dc:date>2017-07-27T00:40:44Z</dc:date>
    <item>
      <title>changing the IP address and default gateway of standalone access point</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094586#M50733</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I would need to change the IP addressing of 11 standalone access points in my network , there is just one plain ssid which is running on all the access points.&lt;/P&gt;
&lt;P&gt;the management subnet / ssid subnet is same on all the ap's which is vlan 1&lt;/P&gt;
&lt;P&gt;now I would need to change the subnet from vlan 1 to vlan 678 ( it will again be same for ssid and management ) .&lt;/P&gt;
&lt;P&gt;the problem that I have is I would not have console access to all the ap's to change the IP address and default gateway , I would need to do it remotely .&lt;/P&gt;
&lt;P&gt;in order to do that , can I just change the following in this order on the ap remotely ?&lt;/P&gt;
&lt;P&gt;config t&lt;/P&gt;
&lt;P&gt;int bvi1&lt;/P&gt;
&lt;P&gt;no IP address&lt;/P&gt;
&lt;P&gt;ip address &amp;lt;subnet mask&amp;gt;&lt;/P&gt;
&lt;P&gt;no shutdown&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;no ip default-gateway x.x.x.x&lt;/P&gt;
&lt;P&gt;ip default-gateway &amp;lt;new IP of default gateway&amp;gt;&lt;/P&gt;
&lt;P&gt;end&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I guess once I do that, I will loose remote access , I would then have to go ahead and change the switchport config of that ap from switchport access vlan 1 to switch access vlan 678 and then would try to do telnet again in order to map the ssid to the new vlan.&lt;/P&gt;
&lt;P&gt;also I would need to change the bridge groups from vlan 1 to vlan 678.&lt;/P&gt;
&lt;P&gt;in addition to that , there is one command on the ap's which is "bridge 1 route ip" , I need to confirm that I need to do the following as well&lt;/P&gt;
&lt;P&gt;no bridge 1 route IP&lt;/P&gt;
&lt;P&gt;bridge 678 route IP&lt;/P&gt;
&lt;P&gt;end&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;please advise if I got this correctly .&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 14:25:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094586#M50733</guid>
      <dc:creator>atifali.zaidi1</dc:creator>
      <dc:date>2021-07-05T14:25:12Z</dc:date>
    </item>
    <item>
      <title>I would suggest below.</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094587#M50734</link>
      <description>&lt;P&gt;I would suggest below.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1. First telnet to AP and issue reload in command to take effect in 10min (so if you stuck with your configs, your AP will reload with previous config, so no lock down)&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;AAP1#reload in 10&lt;BR /&gt;System configuration has been modified. Save? [yes/no]: no&lt;BR /&gt;Reload scheduled in 10 minutes by CIsco on vty0 (192.168.16.1)&lt;BR /&gt;Reload reason: Reload Command&lt;BR /&gt;Proceed with reload? [confirm]&lt;/PRE&gt;
&lt;P&gt;2. Then&amp;nbsp;execute default-gateway &amp;amp; BVI IP address, once issue these command, you will not able to access the AP until you change switch side. Modify gateway IP address and BVI address as per your requirement. In my case vlan 1617 &amp;nbsp;is AP mgmt.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ip default-gateway 192.168.17.1&lt;BR /&gt;!&lt;BR /&gt;int bvi1&lt;BR /&gt; ip address 192.168.17.10 255.255.255.0&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;3. Then go to the switch and change the native vlan to 1617 of the trunk&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ASW3#sh run int g0/1&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt; switchport trunk native vlan 1616&lt;BR /&gt; switchport trunk allowed vlan 1616-1630&lt;BR /&gt; switchport mode trunk&lt;BR /&gt;end&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;ASW3#conf t&lt;BR /&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;BR /&gt;ASW3(config)#int g0/1&lt;BR /&gt;ASW3(config-if)#sw tr na vla 1617&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;4. Once you do that, you should be able to access AP using new mgt IP (192.168.17.10). Once logged to the AP cancel the reload command.&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;ASW3#telnet 192.168.17.10&lt;BR /&gt;Trying 192.168.17.10 ... Open&lt;BR /&gt;User Access Verification&lt;BR /&gt;Username: Cisco&lt;BR /&gt;Password: &lt;BR /&gt;Reload scheduled in 5 minutes by CIsco on vty0 (192.168.16.1)&lt;BR /&gt;Reload reason: Reload Command&lt;BR /&gt;AAP1&amp;gt;en&lt;BR /&gt;Password: &lt;BR /&gt;AAP1#reload cancel &lt;BR /&gt;*** --- SHUTDOWN ABORTED ---&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You do not want to change bridge group number&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If all goes well, you can mark this thread as answered.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Rasika&lt;/P&gt;
&lt;P&gt;*** Pls rate all useful responses ***&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 00:40:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094587#M50734</guid>
      <dc:creator>Rasika Nayanajith</dc:creator>
      <dc:date>2017-07-27T00:40:44Z</dc:date>
    </item>
    <item>
      <title>thanks very much for the</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094588#M50735</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:00:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094588#M50735</guid>
      <dc:creator>atifali.zaidi1</dc:creator>
      <dc:date>2018-03-19T08:00:31Z</dc:date>
    </item>
    <item>
      <title>Before suggesting final</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094589#M50736</link>
      <description>&lt;P&gt;Before suggesting final configuration, pls clarify the below&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1. Do you require your WLAN users to get vlan 678 IP as well as your AP management ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. &amp;nbsp;Looks like you using WEP (which is not secure any more), is it mandatory to support it ?&lt;/P&gt;
&lt;P&gt;3. What AP model is this (pls provide '&lt;STRONG&gt;show version&lt;/STRONG&gt;' output)&lt;/P&gt;
&lt;P&gt;4. What type of switches these AP connect to ? &amp;nbsp;Pls share the switchport configuration if it is Cisco switch.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Rasika&lt;/P&gt;
&lt;P&gt;*** Pls rate all useful responses ***&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 08:19:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094589#M50736</guid>
      <dc:creator>Rasika Nayanajith</dc:creator>
      <dc:date>2017-07-27T08:19:17Z</dc:date>
    </item>
    <item>
      <title>1. Do you require your WLAN</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094590#M50737</link>
      <description>&lt;P&gt;1. Do you require your WLAN users to get vlan 678 IP as well as your AP management - yes same vlan would be used for management of the ap and the users .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. &amp;nbsp;Looks like you using WEP (which is not secure any more), is it mandatory to support it ? ----- it will remain like that as , we just have some old handheld devices that connect to these ap's.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:01:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094590#M50737</guid>
      <dc:creator>atifali.zaidi1</dc:creator>
      <dc:date>2018-03-19T08:01:18Z</dc:date>
    </item>
    <item>
      <title>Thanks for the input. Here is</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094591#M50738</link>
      <description>&lt;P&gt;Thanks for the input. Here is what you have to do.&lt;/P&gt;
&lt;P&gt;Since you are not going to have multiple vlan (mgmt/wlan users), no need to create vlan/sub-interfaces on AP. Only you require is to change the default-gateway and BVI interface IP to match vlan 678 information.&lt;/P&gt;
&lt;P&gt;So telnet to AP and execute following 3 commands with required IP modification as per vlan 678 info. If these AP are PoE, then no need to issue reload-in command as you can simply revert config to previous by simply shut/no shut port&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="pln"&gt;ip &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;default&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;gateway &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;17.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pun"&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="kwd"&gt;int&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; bvi1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="pln"&gt; ip address &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;192.168&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;17.10&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.255&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;255.0&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Then you can change the switchport config got access vlan 678&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;interface FastEthernet0/23&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;switchport access vlan&amp;nbsp;678&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;Once you do that, you should have access to your AP using vlan 678 IP you assigned. Once you logged into AP save the configuration.&lt;/P&gt;
&lt;P&gt;If any issues let me know&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Pls rate our responses (using star system) if those helps you.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Rasika&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:03:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094591#M50738</guid>
      <dc:creator>Rasika Nayanajith</dc:creator>
      <dc:date>2017-07-27T09:03:14Z</dc:date>
    </item>
    <item>
      <title>thanks for the answer, we</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094592#M50739</link>
      <description>&lt;P&gt;thanks for the answer, we have an RFC scheduled for Monday wherein I would need to change all the 11 ap's.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I will come to you if there is an issue.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 09:05:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3094592#M50739</guid>
      <dc:creator>atifali.zaidi1</dc:creator>
      <dc:date>2017-07-27T09:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: thanks for the answer, we</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3197106#M50740</link>
      <description>&lt;P&gt;hi There , i am coming back to you for the same issue &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:02:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3197106#M50740</guid>
      <dc:creator>atifali.zaidi1</dc:creator>
      <dc:date>2018-03-19T08:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: thanks for the answer, we</title>
      <link>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3350651#M50741</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you are remotely trying to issue this config, yes? Where is it failing for you? Can you describe the steps you are taking to issue Rasika's config above?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ric&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 08:17:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/changing-the-ip-address-and-default-gateway-of-standalone-access/m-p/3350651#M50741</guid>
      <dc:creator>Ric Beeching</dc:creator>
      <dc:date>2018-03-19T08:17:06Z</dc:date>
    </item>
  </channel>
</rss>

