Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

20 Mhz and/or 40 Mhz on same ssid-profile

This thread has been viewed 13 times
  • 1.  20 Mhz and/or 40 Mhz on same ssid-profile

    Posted Nov 04, 2014 08:37 PM

    Hi:

    We have one ssid across campus using 802.1x. Users authenticate to AD and get different roles based on staff/student/etc.

     

    I'm having problems in one dorm, and I'd like to try going to 20Mhz channels only in that dorm. But I don't want to affect the rest of campus.

     

    is it possible to create two wlan ht-ssid-profiles, and attach them to different wlan ssid-profiles, each of which are broadcasting the same ssid?

     

    I'm guessing that roaming could be an issue, but if I restrict the 20Mhz only channels to one dorm only, I'm thinking that won't be a concern.

     

    Or is there a better way to do this?

    Thoughts?

     

    As always, many thanks,

    Tony



  • 2.  RE: 20 Mhz and/or 40 Mhz on same ssid-profile

    EMPLOYEE
    Posted Nov 04, 2014 08:39 PM

    Do you have ap-groups per building?


    If so, you can just create new ARM profiles and use them for those buildings.

     

    Also, it is very common to use 20 MHz channels in parts of a campus and 40 in others.



  • 3.  RE: 20 Mhz and/or 40 Mhz on same ssid-profile

    Posted Nov 04, 2014 09:12 PM

    thank you! I had hoped there was an easier way.

     

    If I understand correctly I'd need to create:

     

    a new rf-arm profile:

    rf arm-profile "20Mhz-Only"
      no 80MHz-support
      40MHz-allowed-bands "None"

     

    create rf profiles referencing above:

    rf dot11a-radio-profile "20Mhz-only-a-prof"
      arm-profile "20Mhz-Only"

    rf dot11g-radio-profile "20Mhz-only-g-prof"
      arm-profile "20Mhz-Only"

     

    then create a new ap group referencing the rf dot11 radio profiles:


    ap-group "Just-20Mhz"
       virtual-ap "College1"
       virtual-ap "College-Gaming"
       virtual-ap "College-Guest"
       dot11a-radio-profile "20Mhz-only-a-prof"
       dot11a-radio-profile "20Mhz-only-a-prof"

     

    Does that seem correct?

     

    Thanks,

    Tony



  • 4.  RE: 20 Mhz and/or 40 Mhz on same ssid-profile
    Best Answer

    EMPLOYEE
    Posted Nov 04, 2014 09:20 PM

    Yes. You can use the clone command to make it a bit easier.

     

    # ap-group Just-20MHz
    (AP group)# clone <old-ap-group>
    (AP group)# dot11a-radio-profile 20Mhz-only-a-prof
    (AP group)# dot11g-radio-profile 20Mhz-only-g-prof

     Then you can just change the profiles you need to.


    You can also use the clone command with the arm profiles at the CLI.

     

     

     

    Also, long-term, you should consider doing ap-groups by building. It makes things much easier to manage.



  • 5.  RE: 20 Mhz and/or 40 Mhz on same ssid-profile

    Posted Nov 04, 2014 09:29 PM

    Wow!

    The 'clone' command is my new friend!

     

    Thanks again, Tim.



  • 6.  RE: 20 Mhz and/or 40 Mhz on same ssid-profile

    EMPLOYEE
    Posted Nov 04, 2014 09:30 PM

    It's a great command and can be used in many different places (unforunately only in the CLI currently).



  • 7.  RE: 20 Mhz and/or 40 Mhz on same ssid-profile

    Posted Nov 05, 2014 04:11 PM

    I created the arm profile shown and applied it to the APs in that dorm.

    I noticed that most (but not all) of the APs came up on channel 161.

     

    This might be OK, but it looks a little suspicious, since many of the APs can see each other.

     

    Is there an ARM setting that might be prohibiting proper adaptive frequency selection?

     

    Thanks,

    Tony



  • 8.  RE: 20 Mhz and/or 40 Mhz on same ssid-profile

    Posted Nov 05, 2014 04:30 PM

    Never mind...

    I found the "Client Aware" checkbox, and unchecked that for a little while to give the APs time to jostle around to different channels.

     

    Thanks,

    Tony