<?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 Turn OFF 802.11b radio.   in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/how-to-create-a-wireless-network-for-a-large-house/m-p/3091647#M151078</link>
    <description>&lt;P&gt;Turn OFF 802.11b radio. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;If money's no object, then put an AP in every room. &amp;nbsp;And turn OFF the bloody 802.11b radio!&lt;/P&gt;</description>
    <pubDate>Sat, 22 Jul 2017 13:12:45 GMT</pubDate>
    <dc:creator>Leo Laohoo</dc:creator>
    <dc:date>2017-07-22T13:12:45Z</dc:date>
    <item>
      <title>How to create a wireless network for a large house?</title>
      <link>https://community.cisco.com/t5/wireless/how-to-create-a-wireless-network-for-a-large-house/m-p/3091646#M151077</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Can somebody explain the best way (which will give best performance) to set up a wifi network across a large house?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;If money were almost no object, how would one set it up so that you could get a strong wifi signal in every room from the basement to the attic? (preferably while staying on the same wifi &lt;A href="http://blog.advids.co/20-network-device-and-equipment-video-marketing-examples/" style="color: #3366ff;" target="_blank"&gt;network device video&lt;/A&gt; eg. so that it doesn't require any skill on the part of the user to change networks etc.) The goal being to be able to watch streaming video in any room on an iPad/iPhone etc.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;I am eager to learn how this is done!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;Thx&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 14:23:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-create-a-wireless-network-for-a-large-house/m-p/3091646#M151077</guid>
      <dc:creator>carterturner</dc:creator>
      <dc:date>2021-07-05T14:23:49Z</dc:date>
    </item>
    <item>
      <title>Turn OFF 802.11b radio.  </title>
      <link>https://community.cisco.com/t5/wireless/how-to-create-a-wireless-network-for-a-large-house/m-p/3091647#M151078</link>
      <description>&lt;P&gt;Turn OFF 802.11b radio. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;If money's no object, then put an AP in every room. &amp;nbsp;And turn OFF the bloody 802.11b radio!&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2017 13:12:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-create-a-wireless-network-for-a-large-house/m-p/3091647#M151078</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2017-07-22T13:12:45Z</dc:date>
    </item>
    <item>
      <title>If money were almost no</title>
      <link>https://community.cisco.com/t5/wireless/how-to-create-a-wireless-network-for-a-large-house/m-p/3091648#M151079</link>
      <description>&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;If money were almost no object, how would one set it up so that you could get a strong wifi signal in every room from the basement to the attic?&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;If it is a large house, then you may need to install more than 1 AP. (depend on the signal propagation through your building&amp;nbsp;materials). If you are construction stage of your house, I would install data points (cat 6 cabling) to each bed rooms/ common area that you require WiFi signals strongly from the your home DSL/Internet entry point.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Assuming your Home DSL/Internet modem got many wired ports, then you can connect those AP to your internet modem for connectivity.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If you are using Cisco autonomous AP (eg 1142, 3502 that you can find cheaply on 2nd hand market), you can have basic config like this across all your APs&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;conf t&lt;BR /&gt;hostname &amp;lt;AP_HOSTNAME&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;dot11 ssid &amp;lt;SSID_NAME&amp;gt;&lt;BR /&gt; authentication open&lt;BR /&gt; authentication key-management wpa version 2&lt;BR /&gt; guest-mode&lt;BR /&gt; wpa-psk ascii &amp;lt;SSID_PASSWORD&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0&lt;BR /&gt; encryption mode ciphers aes-ccm&lt;BR /&gt; ssid &amp;lt;SSID_NAME&amp;gt;&lt;BR /&gt; no shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio1&lt;BR /&gt; channel width 40-above&lt;BR /&gt; encryption mode ciphers aes-ccm&lt;BR /&gt; ssid &amp;lt;SSID_NAME&amp;gt;&lt;BR /&gt; no shutdown&lt;BR /&gt;!&lt;BR /&gt;interface BVI1&lt;BR /&gt; ip address dhcp&lt;BR /&gt;!&lt;BR /&gt;end&lt;BR /&gt;write memory&lt;/PRE&gt;
&lt;P&gt;As Leo said, you can turn off 2.4GHz (radio 0), if you want to have higher performance/throughput for your video services.&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;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2017 21:40:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/how-to-create-a-wireless-network-for-a-large-house/m-p/3091648#M151079</guid>
      <dc:creator>Rasika Nayanajith</dc:creator>
      <dc:date>2017-07-22T21:40:15Z</dc:date>
    </item>
  </channel>
</rss>

