<?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: You cant change the country in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/4264156#M224567</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i also try for a 2602i with auto Firmware to activate the radio,&lt;/P&gt;&lt;P&gt;But he want to select the country code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 27 Dec 2020 23:43:39 GMT</pubDate>
    <dc:creator>interface31</dc:creator>
    <dc:date>2020-12-27T23:43:39Z</dc:date>
    <item>
      <title>Country Code Change &amp; WPA security mode configurations on Autonomues AP 3700i series</title>
      <link>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/2785918#M131262</link>
      <description>&lt;P style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;I am struck up with changing the country code using GUI &amp;amp;&amp;nbsp;Cli cmds&amp;nbsp;and Configuring the SSID with WPA security mode on Autonomous AP with (ap3g2-k9w7-tar.153-3.JBB1.tar)&lt;/P&gt;
&lt;P style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;I have one CISCO-3700i access point (AIR-CAP3702i-D-K9) I have done converting from Light weight AP to Autonomous AP with (ap3g2-k9w7-tar.153-3.JBB1.tar)&lt;/P&gt;
&lt;P style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;Can anyone help me on my below queries?&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;How change the country code using GUI &amp;amp;CLI commands? I could see it the ap with image(ap3g2-k9w7-tar.153-3.JBB1.tar) is having only US country code channel list. not having other country code selection and channels i.e (US, EU(EUROP),Japan,Israel,China, France ) channels accordingly.&lt;/LI&gt;
&lt;LI style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;Do we have options to select country code selection for this particular model of Autonomous AP with (ap3g2-k9w7-tar.153-3.JBB1.tar)?&lt;/LI&gt;
&lt;LI style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;I could see only WPA2 security mode not WPA mode? Let me know how to configure WPA security using GUI &amp;amp; CLI commands.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;Appreciating your help in advance......&lt;/P&gt;
&lt;P style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in 0in 10pt; mso-layout-grid-align: none;"&gt;Kishore&lt;/P&gt;
&lt;P style="margin: 0in 0in 10pt;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 11:15:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/2785918#M131262</guid>
      <dc:creator>kishore.vutukuri1</dc:creator>
      <dc:date>2021-07-05T11:15:41Z</dc:date>
    </item>
    <item>
      <title>How change the country code</title>
      <link>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/2785919#M131263</link>
      <description>&lt;OL&gt;
&lt;LI&gt;&lt;SPAN style="color: #800000;"&gt;How change the country code using GUI &amp;amp;CLI commands? I could see it the ap with image(ap3g2-k9w7-tar.153-3.JBB1.tar) is having only US country code channel list. not having other country code selection and channels i.e (US, EU(EUROP),Japan,Israel,China, France ) channels accordingly.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You cant change country code on AP. Its hard coded.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;2. Do we have options to select country code selection for this particular model of Autonomous AP with (ap3g2-k9w7-tar.153-3.JBB1.tar)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;No&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;3. I could see only WPA2 security mode not WPA mode? Let me know how to configure WPA security using GUI &amp;amp; CLI commands.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;CLI command to conifgure WPA:&lt;/P&gt;
&lt;P&gt;dot11 ssid Test&lt;BR /&gt;vlan X&lt;BR /&gt;authentication open &lt;BR /&gt;&lt;STRONG&gt;authentication key-management wpa&lt;/STRONG&gt; or &lt;STRONG&gt;authentication key-management wpa version 1&lt;/STRONG&gt;&lt;BR /&gt;mbssid guest-mode&lt;BR /&gt;wpa-psk ascii 7 &amp;lt;key&amp;gt;&lt;/P&gt;
&lt;P&gt;then under radio interface use this command:&lt;/P&gt;
&lt;P&gt;int dot11radio 0 or 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;encryption vlan x mode ciphers tkip&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Dont forget to rate helpful posts&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 07:42:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/2785919#M131263</guid>
      <dc:creator>Sandeep Choudhary</dc:creator>
      <dc:date>2015-11-18T07:42:26Z</dc:date>
    </item>
    <item>
      <title>Hello Sandeep,</title>
      <link>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/2785920#M131264</link>
      <description>&lt;P&gt;Hello Sandeep,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks a lot for your response. but i wanted to cahnge the counrty code also for my configurations of wifi network. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I had followed your steps and commands to configure the wpa network. observed below error on console.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff9900;"&gt;AP3700(config-if)#encryption vlan 2 mode ciphers tkip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff9900;"&gt;Error: Keys are not allowed for TKIP cipher&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff9900;"&gt;AP3700(config-if)#encryption vlan 2 mode ciphers tkip ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff9900;"&gt;&amp;nbsp; aes-ccm&amp;nbsp; WPA AES CCMP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff9900;"&gt;&amp;nbsp; &amp;lt;cr&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff9900;"&gt;AP3700(config-if)#encryption vlan 2 mode ciphers tkip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff9900;"&gt;Error: Keys are not allowed for TKIP cipher&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff9900;"&gt;AP3700(config-if)#&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;and i wanted to know below few points w.r.t configurations.&lt;/P&gt;
&lt;P&gt;1. Is it mandatory to configure the VLAN ID for each SSID. ?&lt;/P&gt;
&lt;P&gt;2. let me put it here my understating. We have to configure the VLAN ID and confgiure the encryptions to the VLANIDs and then assigen VLAN IDd to particular SSID(please correct me if i am wrong). please let me know any document is available for this because i have to configure the&amp;nbsp;AP&amp;nbsp;using &amp;nbsp;WPA, WPA2 , WPA-MIXED and OPEN modes and start working.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;I had assigned the static IP 192.168.1.100 to CISCO AP and my clients are not assigned IP by AP ? after association. &amp;nbsp;may i know configurations are required for DHCP &amp;nbsp;?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Appreciating your help in advance......&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kishore.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 15:18:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/2785920#M131264</guid>
      <dc:creator>kishore.vutukuri1</dc:creator>
      <dc:date>2015-11-26T15:18:40Z</dc:date>
    </item>
    <item>
      <title>You cant change the country</title>
      <link>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/2785921#M131265</link>
      <description>&lt;P&gt;You cant change the country on AP. Its inbuilt.&lt;/P&gt;
&lt;P&gt;can you paste the conifg...&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Is it mandatory to configure the VLAN ID for each SSID. ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;no its not necessaryif you are using only one ssid otherwise it would be good if you use vlan.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. let me put it here my understating. We have to configure the VLAN ID and confgiure the encryptions to the VLANIDs and then assigen VLAN IDd to particular SSID(please correct me if i am wrong). please let me know any document is available for this because i have to configure the AP using WPA, WPA2 , WPA-MIXED and OPEN modes and start working.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;correct, here is the doc: https://supportforums.cisco.com/document/55561/multiple-ssid-multiple-vlans-configuration-example-cisco-aironet-aps&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3. I had assigned the static IP 192.168.1.100 to CISCO AP and my clients are not assigned IP by AP ? after association. may i know configurations are required for DHCP ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;you can use dhcp pool on ap or connected switch/router.&lt;/P&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;P&gt;AP# configure terminal&lt;BR /&gt;AP(config)# ip dhcp excluded-address 172.16.1.1 172.16.1.20&lt;BR /&gt;AP(config)# ip dhcp pool wireless&lt;BR /&gt;AP(dhcp-config)# network 172.16.1.0 255.255.255.0&lt;BR /&gt;AP(dhcp-config)# lease 10&lt;BR /&gt;AP(dhcp-config)# default-router 172.16.1.1&lt;BR /&gt;AP(dhcp-config)# end&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Dont foeget to rate helpful posts&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 16:02:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/2785921#M131265</guid>
      <dc:creator>Sandeep Choudhary</dc:creator>
      <dc:date>2015-11-26T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: You cant change the country</title>
      <link>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/4264156#M224567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i also try for a 2602i with auto Firmware to activate the radio,&lt;/P&gt;&lt;P&gt;But he want to select the country code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Dec 2020 23:43:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/country-code-change-wpa-security-mode-configurations-on/m-p/4264156#M224567</guid>
      <dc:creator>interface31</dc:creator>
      <dc:date>2020-12-27T23:43:39Z</dc:date>
    </item>
  </channel>
</rss>

