Controllerless Networks

last person joined: 2 days ago 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

CLI: minimum sufficient commands to get connected to Airwave

This thread has been viewed 10 times
  • 1.  CLI: minimum sufficient commands to get connected to Airwave

    Posted Nov 14, 2014 03:15 PM

    Greetings:

     

    We are rolling a bunch of iAP to small installations - one each - to act as RAPIDS collectors.

    In a site with DHCP etc. we'd use options to tell them how to find Airwave.

     

    As it is, we ssh in to the iAP and from the command line type the following:

    virtual-controller-ip 10.20.38.219
    name 038-wc1
    ams-ip 10.10.105.59
    ams-key 12345
    organization Stores:038
    exit
    commit apply
    write memory
    
    

     In a few minutes Airwave reports: AMP Alert: Device Up (038-wc1, ac:a3:1e:c1:d4:7a)

     

    Then from Airwave we can complete the setup - (have I mentioned that we can't access the GUI on 4343)

     

    It would be nice to be able to name the AP so that it and the VC are correctly called out in the announcement.

     

    Any clues on the CLI syntax for that? [they're shipping with 6.4.2.0-4.1.1.0_45444 loaded]



  • 2.  RE: CLI: minimum sufficient commands to get connected to Airwave

    Posted Nov 14, 2014 03:24 PM

    Take a look at this training video on "Zero Touch Provisioning with AirWave" here: http://cloud.arubanetworks.com/instant-training and scroll down to Module 24. .  This method uses Aruba Activate to redirect IAPs to the AirWave server as opposed to DHCP options.  

     

    The solutions is truely Zero touch once configured.  A Factory Default IAP will talk to Activate in the cloud automatically on bootup, receive the AMP IP, Org String, and Shared-Secret, it then talks to AirWave and receives its config automatically from AirWave.

     

     



  • 3.  RE: CLI: minimum sufficient commands to get connected to Airwave

    Posted Nov 14, 2014 03:45 PM

    Nice Try!

     

    We don't allow access to the internet from most of our network - no clouds in our stores.



  • 4.  RE: CLI: minimum sufficient commands to get connected to Airwave

    Posted Nov 14, 2014 04:13 PM

    @msabin wrote:

    Greetings:

     

    It would be nice to be able to name the AP so that it and the VC are correctly called out in the announcement.

     

    Any clues on the CLI syntax for that? [they're shipping with 6.4.2.0-4.1.1.0_45444 loaded]


    Are you just looking to include the AP hostname (in addition to the VC name?)

     

    Have you tried to name the AP before adding it to AirWave?

    hostname IAP-STORE-038



  • 5.  RE: CLI: minimum sufficient commands to get connected to Airwave

    Posted Nov 14, 2014 04:23 PM

    As soon as I read your note I realized that we've only ever tried to change the iAP name AFTER we'd typed the Airwave IP address, but before the commit.

    That command is not available when I try it.

     

    I'll try it before I set the VC name and Airwave IP next time.



  • 6.  RE: CLI: minimum sufficient commands to get connected to Airwave

    Posted Nov 17, 2014 04:41 PM
    Matthew, are you looking to give the IAP itself a name, not the VC name?

    If an IAP (AP) name you want, try

    conf t
    per-ap-settings <mac>

    ?


  • 7.  RE: CLI: minimum sufficient commands to get connected to Airwave

    Posted Nov 18, 2014 02:11 PM

    I was expecting per-ap-settings <mac> to give me a different menu from the global menu.

    No apparent change.

     

    There is no hostname command available, just name - which appears to name the VC even if you try to enter per-ap-settings first.

     

    Interestingly the commands we're talking about are shown in the configurations collected by airwave, they just don't seem to be CLI-able.

     

    I'm confused.



  • 8.  RE: CLI: minimum sufficient commands to get connected to Airwave
    Best Answer

    Posted Nov 19, 2014 12:23 AM

    The hostname command is available outside of config mode; while the name command is only visible in config mode.

     

     

    OTR-155P# hostname ?
    <text>     System name

     

    OTR-155P (config) # name ?
    <name>     name

     

     



  • 9.  RE: CLI: minimum sufficient commands to get connected to Airwave

    Posted Nov 19, 2014 06:26 PM

    You were right-on clembo:

     

    hostname blah-ap-blah
    configure terminal
    name blah-vc-blah
    etc.
    
    

     does the trick!