<?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: Fixing up a WLAN for voice in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/fixing-up-a-wlan-for-voice/m-p/1881353#M180556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you have a real bad base for an good voice-deployment. you need a sitesurvey for right cell overlap 15-20% for roaming and an controller or wds for good roaming-handover. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what APs do you use? are they single b/g radio?&lt;/P&gt;&lt;P&gt;separating voice (.a) and data (.g), would help alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 802.11a you have more channels and usually lower interference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) What's "dot11 phone dot11e" do?&lt;/P&gt;&lt;P&gt;2) Why limit the speeds to "basic-12.0 18.0 24.0" and is that still recommended when a data SSID exists?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) this enables new qbss ie in beacon-frames. &lt;/P&gt;&lt;P&gt;this shows channel utilization and the phone can decide wich AP to use, if there are multiple APs in range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the default is an legacy ie in beacons, this can only show the AP-load without CCA&lt;/P&gt;&lt;P&gt;the qbss ie adds "better load" because it checks the channel. (interference, other 802.11 transmissions on his channel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this wouldnt help you, because you have only six APs, there will be seldom an tough decission for the phone wich AP to use. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) limit basic data rates to 12.0 and higher, will be good. because of faster transmissions from the stations there will be "more free channel-time". &lt;/P&gt;&lt;P&gt;the AP sends his beacons at the lowest speed eg 1.0 this needs much longer as if he sends it with 12.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you should enable all data rates 12 18 24 36 54, because you want that your stations transmit at full speed if possible. &lt;/P&gt;&lt;P&gt;i think the recommendation from your link only goes to 24.0 because many phones only use 24.0, but your mixed mode should use the highest rates possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you disable the lower data rates you improve performance, but it is possible that some far away clients cannot connect anymore. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 19:55:53 GMT</pubDate>
    <dc:creator>Tony Rosolek</dc:creator>
    <dc:date>2012-05-02T19:55:53Z</dc:date>
    <item>
      <title>Fixing up a WLAN for voice</title>
      <link>https://community.cisco.com/t5/wireless/fixing-up-a-wlan-for-voice/m-p/1881352#M180555</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A little help if I may? I've inherited a small wireless network (6 autonomous APs, no WLC) that's being used for voice and data. There's two SSIDs configured on the APs (imaginatively named "voice" and "data") which are trunked back to the wired switches. The problem is we're dropping a lot of calls on the wireless phones (7925) - wired phones are fine, so I think this is a wireless problem. Moving around with the phones aggravates the problem, but you don't have to roam to get a dropped call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup looks good, good coverage, sensible frequency selection, etc. However, the config looks very simple but appears to have had no modifications to actively support wireless:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;dot11 ssid data&lt;BR /&gt; vlan 100&lt;BR /&gt; authentication open&lt;BR /&gt; authentication key-management wpa version 2&lt;BR /&gt; guest-mode&lt;BR /&gt; mbssid guest-mode&lt;BR /&gt; wpa-psk ascii 7 &amp;lt;key1&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;dot11 ssid voice&lt;BR /&gt; vlan 200&lt;BR /&gt; authentication open&lt;BR /&gt; authentication key-management wpa version 2&lt;BR /&gt; mbssid guest-mode&lt;BR /&gt; wpa-psk ascii 7 &amp;lt;key2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;interface Dot11Radio0&lt;BR /&gt; no ip address&lt;BR /&gt; no ip route-cache&lt;BR /&gt; encryption mode ciphers aes-ccm&lt;BR /&gt; encryption vlan 100 mode ciphers aes-ccm&lt;BR /&gt; encryption vlan 200 mode ciphers aes-ccm&lt;BR /&gt; !&lt;BR /&gt; ssid data&lt;BR /&gt; !&lt;BR /&gt; ssid voice&lt;BR /&gt; !&lt;BR /&gt; antenna gain 0&lt;BR /&gt; mbssid&lt;BR /&gt; speed&amp;nbsp; basic-1.0 basic-2.0 basic-5.5 basic-11.0 basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0 m8. m9. m10. m11. m12. m13. m14. m15.&lt;BR /&gt; channel 2462&lt;BR /&gt; station-role root&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0.100&lt;BR /&gt; encapsulation dot1Q 100&lt;BR /&gt; no ip route-cache&lt;BR /&gt; bridge-group 100&lt;BR /&gt; bridge-group 100 subscriber-loop-control&lt;BR /&gt; bridge-group 100 block-unknown-source&lt;BR /&gt; no bridge-group 100 source-learning&lt;BR /&gt; no bridge-group 100 unicast-flooding&lt;BR /&gt; bridge-group 100 spanning-disabled&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0.200&lt;BR /&gt; encapsulation dot1Q 200&lt;BR /&gt; no ip route-cache&lt;BR /&gt; bridge-group 200&lt;BR /&gt; bridge-group 200 subscriber-loop-control&lt;BR /&gt; bridge-group 200 block-unknown-source&lt;BR /&gt; no bridge-group 200 source-learning&lt;BR /&gt; no bridge-group 200 unicast-flooding&lt;BR /&gt; bridge-group 200 spanning-disabled&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt; no ip address&lt;BR /&gt; no ip route-cache&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; no keepalive&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0.100&lt;BR /&gt; encapsulation dot1Q 100&lt;BR /&gt; no ip route-cache&lt;BR /&gt; bridge-group 100&lt;BR /&gt; no bridge-group 100 source-learning&lt;BR /&gt; bridge-group 100 spanning-disabled&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0.200&lt;BR /&gt; encapsulation dot1Q 200&lt;BR /&gt; no ip route-cache&lt;BR /&gt; bridge-group 200&lt;BR /&gt; no bridge-group 200 source-learning&lt;BR /&gt; bridge-group 200 spanning-disabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, I'm thinking of adding the following (lifted from here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://timrousset.blogspot.co.uk/2011/05/autonomous-ap-voice-qos.html" target="_blank"&gt;http://timrousset.blogspot.co.uk/2011/05/autonomous-ap-voice-qos.html&lt;/A&gt;&lt;SPAN&gt; primarily):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;dot11 ssid voice&lt;BR /&gt; admit traffic&lt;BR /&gt;!&lt;BR /&gt;dot11 arp-cache optional&lt;BR /&gt;dot11 priority-map avvid&lt;BR /&gt;dot11 phone dot11e&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0&lt;BR /&gt; speed basic-12.0 18.0 24.0&lt;BR /&gt; dot11 qos class voice local&lt;BR /&gt; admission-control&lt;BR /&gt; admit-traffic narrowband max-channel 70 roam-channel 6&lt;BR /&gt;!&lt;BR /&gt; dot11 qos class voice cell&lt;BR /&gt; admission-control&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;class-map voice&lt;BR /&gt; match ip dscp ef&lt;BR /&gt; class-map video&lt;BR /&gt; match ip dscp cs4&lt;BR /&gt; class-map voicecontrol&lt;BR /&gt; match ip dscp cs3&lt;BR /&gt; !&lt;BR /&gt; policy-map QoS&lt;BR /&gt; class voice&lt;BR /&gt; set cos 6&lt;BR /&gt; class video&lt;BR /&gt; set cos 5&lt;BR /&gt; class voicecontrol&lt;BR /&gt; set cos 4&lt;BR /&gt; !&lt;BR /&gt; int d0.200&lt;BR /&gt; service-policy input QoS&lt;BR /&gt; servicy-policy output QoS&lt;BR /&gt; !&lt;BR /&gt; int f0.200&lt;BR /&gt; service-policy input QoS&lt;BR /&gt; service-policy output QoS&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Reading all that back looks good to me, makes sense, mostly. And obviously I'll need to arrange QoS trust on the wired switches behind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) What's "dot11 phone dot11e" do?&lt;BR /&gt;2) Why limit the speeds to "basic-12.0 18.0 24.0" and is that still recommended when a data SSID exists?&lt;BR /&gt;3) And, most importantly, is this really enough to help resolve dropped calls? (Or, is the lack of this config enough to drop calls?) Is there more I should be thinking of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback greatly appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"&gt;Hi All,&lt;P&gt;&lt;/P&gt;A little help if I may? I've inheritted a small wireless network (6 autonomous APs, no WLC) that's being used for voice and data. There's two SSIDs configured on the APs (imaginiatively named "voice" and "data") which are trunked back to the wired switches. The problem is we're dropping a lot of calls on the wireless phones (7925) - wired phones are fine, so I think this is a wireless problem. Moving around with the phones agrivates the problem, but you don't have to roam to get a dropped call.&lt;P&gt;&lt;/P&gt;The config looks very simple but appears to have had no modifications to actively support wireless:&lt;P&gt;&lt;/P&gt;dot11 ssid data&lt;BR /&gt;&amp;nbsp;&amp;nbsp; vlan 100&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication open&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication key-management wpa version 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; guest-mode&lt;BR /&gt;&amp;nbsp;&amp;nbsp; mbssid guest-mode&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wpa-psk ascii 7 &amp;lt;key1&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;dot11 ssid voice&lt;BR /&gt;&amp;nbsp;&amp;nbsp; vlan 200&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication open&lt;BR /&gt;&amp;nbsp;&amp;nbsp; authentication key-management wpa version 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp; mbssid guest-mode&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wpa-psk ascii 7 &amp;lt;key2&amp;gt;&lt;P&gt;&lt;/P&gt;interface Dot11Radio0&lt;BR /&gt; no ip address&lt;BR /&gt; no ip route-cache&lt;BR /&gt; encryption mode ciphers aes-ccm&lt;BR /&gt; encryption vlan 100 mode ciphers aes-ccm&lt;BR /&gt; encryption vlan 200 mode ciphers aes-ccm&lt;BR /&gt; !&lt;BR /&gt; ssid data&lt;BR /&gt; !&lt;BR /&gt; ssid voice&lt;BR /&gt; !&lt;BR /&gt; antenna gain 0&lt;BR /&gt; mbssid&lt;BR /&gt; speed&amp;nbsp; basic-1.0 basic-2.0 basic-5.5 basic-11.0 basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0 m8. m9. m10. m11. m12. m13. m14. m15.&lt;BR /&gt; channel 2462&lt;BR /&gt; station-role root&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0.100&lt;BR /&gt; encapsulation dot1Q 100&lt;BR /&gt; no ip route-cache&lt;BR /&gt; bridge-group 100&lt;BR /&gt; bridge-group 100 subscriber-loop-control&lt;BR /&gt; bridge-group 100 block-unknown-source&lt;BR /&gt; no bridge-group 100 source-learning&lt;BR /&gt; no bridge-group 100 unicast-flooding&lt;BR /&gt; bridge-group 100 spanning-disabled&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0.200&lt;BR /&gt; encapsulation dot1Q 200&lt;BR /&gt; no ip route-cache&lt;BR /&gt; bridge-group 200&lt;BR /&gt; bridge-group 200 subscriber-loop-control&lt;BR /&gt; bridge-group 200 block-unknown-source&lt;BR /&gt; no bridge-group 200 source-learning&lt;BR /&gt; no bridge-group 200 unicast-flooding&lt;BR /&gt; bridge-group 200 spanning-disabled&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt; no ip address&lt;BR /&gt; no ip route-cache&lt;BR /&gt; duplex auto&lt;BR /&gt; speed auto&lt;BR /&gt; no keepalive&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0.100&lt;BR /&gt; encapsulation dot1Q 100&lt;BR /&gt; no ip route-cache&lt;BR /&gt; bridge-group 100&lt;BR /&gt; no bridge-group 100 source-learning&lt;BR /&gt; bridge-group 100 spanning-disabled&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0.200&lt;BR /&gt; encapsulation dot1Q 200&lt;BR /&gt; no ip route-cache&lt;BR /&gt; bridge-group 200&lt;BR /&gt; no bridge-group 200 source-learning&lt;BR /&gt; bridge-group 200 spanning-disabled&lt;BR /&gt;!&lt;BR /&gt;&lt;SPAN&gt;So, I'm think of adding the following (lifted from here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://timrousset.blogspot.co.uk/2011/05/autonomous-ap-voice-qos.html" target="_blank"&gt;http://timrousset.blogspot.co.uk/2011/05/autonomous-ap-voice-qos.html&lt;/A&gt;&lt;SPAN&gt; primarily):&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;dot11 ssid voice&lt;BR /&gt;&amp;nbsp; admit traffic&lt;BR /&gt;!&lt;BR /&gt;dot11 arp-cache optional&lt;BR /&gt;dot11 priority-map avvid&lt;BR /&gt;dot11 phone dot11e&lt;BR /&gt;!&lt;BR /&gt;interface Dot11Radio0&lt;BR /&gt;&amp;nbsp; speed basic-12.0 18.0 24.0&lt;BR /&gt;&amp;nbsp; dot11 qos class voice local&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; admission-control&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; admit-traffic narrowband max-channel 70 roam-channel 6&lt;BR /&gt;!&lt;BR /&gt;&amp;nbsp; dot11 qos class voice cell&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; admission-control&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;class-map voice&lt;BR /&gt;&amp;nbsp; match ip dscp ef&lt;BR /&gt; class-map video&lt;BR /&gt;&amp;nbsp; match ip dscp cs4&lt;BR /&gt; class-map voicecontrol&lt;BR /&gt;&amp;nbsp; match ip dscp cs3&lt;BR /&gt; !&lt;BR /&gt; policy-map QoS&lt;BR /&gt;&amp;nbsp; class voice&lt;BR /&gt;&amp;nbsp;&amp;nbsp; set cos 6&lt;BR /&gt;&amp;nbsp; class video&lt;BR /&gt;&amp;nbsp;&amp;nbsp; set cos 5&lt;BR /&gt;&amp;nbsp; class voicecontrol&lt;BR /&gt;&amp;nbsp;&amp;nbsp; set cos 4&lt;BR /&gt; !&lt;BR /&gt; int d0.20&lt;BR /&gt;&amp;nbsp; service-policy input QoS&lt;BR /&gt;&amp;nbsp; servicy-policy output QoS&lt;BR /&gt; !&lt;BR /&gt; int f0.20&lt;BR /&gt;&amp;nbsp; service-policy input QoS&lt;BR /&gt;&amp;nbsp; service-policy output QoS&lt;BR /&gt;!&lt;BR /&gt;Reading all that back looks good to me, makes sense, mostly. And obviously I'll need to arrange QoS trust on the wired switches behind.&lt;P&gt;&lt;/P&gt;A few questions:&lt;P&gt;&lt;/P&gt;1) What's "dot11 phone dot11e" do?&lt;BR /&gt;2) Why limit the speeds to "basic-12.0 18.0 24.0" and is that still recomended when a data SSID exists?&lt;BR /&gt;3) Is this really enough to help resolve dropped calls? Is there more I should be thinking of?&lt;P&gt;&lt;/P&gt;Any feedback greatly appreciated,&lt;P&gt;&lt;/P&gt;James&lt;/DIV&gt;</description>
      <pubDate>Sun, 04 Jul 2021 05:04:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/fixing-up-a-wlan-for-voice/m-p/1881352#M180555</guid>
      <dc:creator>James.Longman</dc:creator>
      <dc:date>2021-07-04T05:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing up a WLAN for voice</title>
      <link>https://community.cisco.com/t5/wireless/fixing-up-a-wlan-for-voice/m-p/1881353#M180556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you have a real bad base for an good voice-deployment. you need a sitesurvey for right cell overlap 15-20% for roaming and an controller or wds for good roaming-handover. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what APs do you use? are they single b/g radio?&lt;/P&gt;&lt;P&gt;separating voice (.a) and data (.g), would help alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 802.11a you have more channels and usually lower interference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) What's "dot11 phone dot11e" do?&lt;/P&gt;&lt;P&gt;2) Why limit the speeds to "basic-12.0 18.0 24.0" and is that still recommended when a data SSID exists?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) this enables new qbss ie in beacon-frames. &lt;/P&gt;&lt;P&gt;this shows channel utilization and the phone can decide wich AP to use, if there are multiple APs in range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the default is an legacy ie in beacons, this can only show the AP-load without CCA&lt;/P&gt;&lt;P&gt;the qbss ie adds "better load" because it checks the channel. (interference, other 802.11 transmissions on his channel)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this wouldnt help you, because you have only six APs, there will be seldom an tough decission for the phone wich AP to use. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) limit basic data rates to 12.0 and higher, will be good. because of faster transmissions from the stations there will be "more free channel-time". &lt;/P&gt;&lt;P&gt;the AP sends his beacons at the lowest speed eg 1.0 this needs much longer as if he sends it with 12.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you should enable all data rates 12 18 24 36 54, because you want that your stations transmit at full speed if possible. &lt;/P&gt;&lt;P&gt;i think the recommendation from your link only goes to 24.0 because many phones only use 24.0, but your mixed mode should use the highest rates possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you disable the lower data rates you improve performance, but it is possible that some far away clients cannot connect anymore. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 19:55:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/fixing-up-a-wlan-for-voice/m-p/1881353#M180556</guid>
      <dc:creator>Tony Rosolek</dc:creator>
      <dc:date>2012-05-02T19:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing up a WLAN for voice</title>
      <link>https://community.cisco.com/t5/wireless/fixing-up-a-wlan-for-voice/m-p/1881354#M180557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me - and sorry it's taken a while to respond, I've been off! I did get a chance to look into your first point about a site survey though. As I understand it, a survey was performed and APs installed with overlap for roaming and without interfering frequencies. I don't have an AirMagent or similar to check, but a walk around with NetStumbler seems to confirm this is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are quite right about the WLC, there is talk of expanding with wireless and I'll make a strong push for the WLC then. Of course, we need to solve the voice issue before we spend more money on wireless...so there's a chicken and egg problem there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The APs are all A/G/N capable 1040s and at present broadcast both the data and voice SSID on both frequencies, I've only included the G interface in the configuration above, the A radio interface is identical with on exception. The G radio includes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; speed&amp;nbsp; basic-1.0 basic-2.0 basic-5.5 basic-11.0 basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0 m8. m9. m10. m11. m12. m13. m14. m15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no speed setting for the A radio. That seems a little odd?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I think my plan is to as per your recomendation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Move the voice SSID to only the A radios&lt;/LI&gt;&lt;LI&gt;Move the data SSID to only the G radios&lt;/LI&gt;&lt;LI&gt;Probably skip dot11 phone dot11e (or include it as it does no harm?)&lt;/LI&gt;&lt;LI&gt;Limit the A radio to 12 18 24 36 54&lt;/LI&gt;&lt;LI&gt;No limits on the G radio &lt;/LI&gt;&lt;LI&gt;Possibly resurvey&lt;/LI&gt;&lt;LI&gt;Push for a WLC down the line&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, does the rest of my QoS marking planned for the A radio interface make sense and seem wise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 13:21:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/fixing-up-a-wlan-for-voice/m-p/1881354#M180557</guid>
      <dc:creator>James.Longman</dc:creator>
      <dc:date>2012-05-07T13:21:10Z</dc:date>
    </item>
  </channel>
</rss>

