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

Turn off built in AP on 651 controller

This thread has been viewed 0 times
  • 1.  Turn off built in AP on 651 controller

    Posted Aug 14, 2012 07:53 AM

    Hi All,

     

    Quick question. Is it possible to turn off the built in AP on a 651 controller?

     

    This is for licensing purposes.

     

    Thanks

    James



  • 2.  RE: Turn off built in AP on 651 controller

    Posted Aug 14, 2012 10:40 AM
    Yes. It is possible to turn off the build in AP on the 651 controller. You can find the instructions in 6.1.3.4 Release Notes and I have pasted the same below:
    In the CLI
    1. Create a dot11g radio profile and disable the radio
    (Aruba651) #configure terminal
    (Aruba651) (config) # rf dot11g-radio-profile disable-radio
    (Aruba651) (802.11g radio profile "disable-radio") #no radio-enable
    (Aruba651) (802.11g radio profile "disable-radio") #exit
    2. Apply the radio profile to a specific AP.
    (Aruba651) (config) #ap-name <ap-name>
    (Aruba651) (AP name "<ap-name>") #dot11g-radio-profile disable-radio
    (Aruba651) (AP name "<ap-name>") #end

    3. Save the configuration
    (Aruba651) #write memory


  • 3.  RE: Turn off built in AP on 651 controller

    Posted Aug 14, 2012 11:39 AM

    Thanks for the info! 


    I've does this but the built in AP is still using an AP and PEF license.



  • 4.  RE: Turn off built in AP on 651 controller
    Best Answer

    Posted Aug 14, 2012 05:32 PM

    Internal AP of 651 controller is always licensed i.e. even when you do not have any AP count licenses installed on the controller. 

     

    This license cannot be freed to be used for a campus AP. Hope that answers your quesiton. 

     

     

    (Aruba651) #show license

    License Table
    -------------
    Key Installed Expires Flags Service Type
    --- --------- ------- ----- ------------

    License Entries: 0

     


    (Aruba651) #show license-usage ap

    Total AP Licenses : 1
    AP Licenses Used : 1
    MUX Licenses Used : 0
    Unused AP Licenses : 0
    Licenses used for Campus AP's : 1
    Available Campus AP's : 0
    Licenses used for Remote AP's : 0
    Available Remote AP's : 0
    Total Ortronics AP Licenses : 0
    Ortronics AP Licenses Used : 0
    Total 802.11n-120abg Licenses : 0
    802.11n-120abg Licenses Used : 0
    Total 802.11n-121abg Licenses : 0
    802.11n-121abg Licenses Used : 0
    Total 802.11n-124abg Licenses : 0
    802.11n-124abg Licenses Used : 0
    Total 802.11n-125abg Licenses : 0
    802.11n-125abg Licenses Used : 0

     

     

     

     



  • 5.  RE: Turn off built in AP on 651 controller

    Posted Aug 15, 2012 04:19 AM

    Thank you. I suspected that this was the case.