Developer

 View Only
last person joined: yesterday 

Expand all | Collapse all

How do you edit an access point thru CLI

This thread has been viewed 5 times
  • 1.  How do you edit an access point thru CLI

    Posted Sep 03, 2020 03:35 PM
      |   view attached

    I'm trying to edit an access point name and ip thru CLI. The web interface settings that I'm trying to access is attached. Any idea?



  • 2.  RE: How do you edit an access point thru CLI



  • 3.  RE: How do you edit an access point thru CLI

    Posted Sep 03, 2020 04:16 PM

    This article seem to be for a previous version of ArubaOS CLI. In ArubaOS 8.6, i get:

    (config) # clear provisioning-ap-list
                            ^
    % Parse error



  • 4.  RE: How do you edit an access point thru CLI

    EMPLOYEE
    Posted Sep 03, 2020 04:34 PM

    Do not use "config t"



  • 5.  RE: How do you edit an access point thru CLI

    Posted Sep 03, 2020 04:57 PM

    nop...

    CT_CNK7K9T2BX_WAD# clear provisioning-ap-list
    ^
    % Parse error
    CT_CNK7K9T2BX_WAD# provision-ap
    ^
    % Parse error
    CT_CNK7K9T2BX_WAD# show ap-env

    Antenna Type:Internal
    Need USB field:No
    name:CT_CNK7K9T2BX_WAD
    ipaddr:192.168.1.131
    netmask:255.255.255.0
    gatewayip:192.168.1.1
    dnsip:0.0.0.0
    standalone_mode:1
    CT_CNK7K9T2BX_WAD#

     

     

    What Im trying to do is to change that ap-env.

    Tried to do it with 

    #ap-env CT_CNK7K9T2BX_WAD OTHER

     

    but even after the reset the AP the ap-env is the same



  • 6.  RE: How do you edit an access point thru CLI

    MVP GURU
    Posted Sep 04, 2020 02:05 AM

    You don't use Aruba Controller but Instant AP

     

    You can try this

    conf t
    interface vlan X
    ip address 192.168.X.Y 255.255.255.0
    exit
    exit
    
    commit apply

     

    or this via console port https://community.arubanetworks.com/t5/Controller-less-WLANs/How-do-I-configure-a-static-IP-addreess-to-an-Instant-Access/ta-p/185590