Controllerless Networks

last person joined: yesterday 

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

Instant CLI

This thread has been viewed 7 times
  • 1.  Instant CLI

    Posted Jul 09, 2014 04:42 PM

    Hey all,

     

    I've been tasked with composing a doc for my team that'll detail commands used to create VAPs and such from CLI, but after going through the entire manual, other than finding a lot of really useful commands that I didn't know about, I didn't find anything on the creation of VAPs and such via CLI. Truly, the only way to mass configure Aruba Instant APs is to setup the config file and then push it via AirWave, but I just wanted to double-check before I told them that it couldn't be done.

     

    Any info that anyone could offer would be appreciated.

     

    Thanks!

     

    Ryan



  • 2.  RE: Instant CLI

    Posted Jul 09, 2014 04:53 PM
      |   view attached

    Instant does not have the concept of Virtual APs the way the controller-based architecture does.  Please see the attached CLI user guide, specifically the section on wlan ssid-profile.

     

    As you mention, you can use AirWave (or Aruba Central) to configure the Instant APs as well.  AirWave offers both template based configuration and GUI configuration.

     

    wlan ssid-profile <ssid_profile>
    a-max-tx-rate <rate>
    a-min-tx-rate <rate>
    air-time-limit <limit>
    auth-server <name>
    auth-survivability
    bandwidth-limit <limit>
    blacklist
    broadcast-filter <type>
    captive-portal {<type>[exclude-uplink <types>]|external[exclude-uplink <types>| profile
    <name>[exclude-uplink <types>]]}
    content-filtering
    deny-inter-user-bridging
    deny-local-routing
    disable
    dmo-channel-utilization-threshold <threshold>
    dot11k
    dot11r
    dot11v
    dtim-period <value>
    dynamic-multicast-optimization
    enable
    enforce-dhcp
    essid <essid>
    external-server
    g-min-tx-rate <rate>
    g-max-tx-rate <rate>
    hide-ssid
    hotspot-profile <name>
    inactivity-timeout <interval>
    index <idx>
    key-duration <duration>
    l2-auth-failthrough
    leap-use-session-key
    local-probe-req-thresh <threshold>
    mac-authentication
    mac-authentication-delimiter <delim>
    mac-authentication-upper-case
    max-authentication-failures <limit>
    max-clients-threshold <Max_clients>
    multicast-rate-optimization
    okc-disable
    opmode <opmode>
    per-user-bandwidth-limit <limit>
    radius-accounting
    radius-accounting-mode {user-association|user-authentication}
    radius-interim-accounting-interval <minutes>
    radius-reauth-interval <minutes>
    rf-band <band>
    server-load-balancing
    set-role <attribute> {{contains|ends-with|equals|matches-regular-expression|not-equals|starts-with} <operand> <role>|value-of}
    set-role-by-ssid
    set-role-mac-auth <mac_only>
    set-role-machine-auth {<machine-only>|<user-only>}
    set-role-pre-auth <role>
    set-role-unrestricted
    set-vlan <attribute> {{contains|ends-with|equals|matches-regular-expression|not-equals|starts-with} <operand> <vlan>|value-of}
    termination
    type {employee|voice|guest}
    vlan <vlan>
    wep-key <wep-key>
    wispr
    wmm-background-dscp <dscp>
    wmm-background-share <share>
    wmm-best-effort-dscp <dscp>
    wmm-best-effort-share <share>
    wmm-video-dscp <dscp>
    wmm-video-share <share>
    wmm-voice-dscp <dscp>
    wmm-voice-share <share>
    work-without-uplink
    wpa-passphrase <wpa-passphrase>
    zone <zone>
    no…

    Attachment(s)



  • 3.  RE: Instant CLI

    Posted Jul 10, 2014 02:55 AM

    Thanks, clembo. As previously stated, I was aware of the CLI guide, but just wanted to double check. I'll be reviewing the config section on the Airwave Deployment pdf.

     

    Thanks again,

     

    Ryan