Skip to content

Instantly share code, notes, and snippets.

@knbedgm
Created September 1, 2022 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knbedgm/6640a61fd56b34e5e05119dd76fc3892 to your computer and use it in GitHub Desktop.
Save knbedgm/6640a61fd56b34e5e05119dd76fc3892 to your computer and use it in GitHub Desktop.
Aerohive AP230 Setup Commmands (v6.5r11)

Aerohive AP230 Setup Commmands (v6.5r11)

CLI Guide

Disables cloud config server

no capwap client enable

Removes cloud server info

no capwap client server name
no capwap client vhm-name

Set the AP's root user and pass

admin root-admin admin password aerohive
         username ⤴      password ⤴

Create profiles to later apply to radio interfaces

radio profile prf2g
radio profile prf2g phymode 11ng
radio profile prf2g band-steering enable
radio profile prf2g band-steering mode prefer-5g
radio profile prf2g weak-snr-suppress enable
radio profile prf2g acsp channel-model 3-channels 01-06-11

radio profile prf5g
radio profile prf5g phymode 11ac
radio profile prf5g channel-width 80

Setup SSID and password

security-object so-1
security-object so-1 security protocol-suite wpa2-aes-psk ascii-key {PUT_PASSWORD_HERE}

ssid {PUT_SSID_HERE}
ssid {PUT_SSID_HERE} security-object so-1

Apply profiles and SSIDs to radios

interface wifi0 radio profile prf2g
interface wifi0 ssid {PUT_SSID_HERE}
interface wifi0 radio channel auto

interface wifi1 radio profile prf5g
interface wifi1 ssid {PUT_SSID_HERE}
interface wifi1 radio channel auto

Setup led

Turn off LED:

system led brightness off

Make LED blink every so often:

system led power-saving-mode delay 0 on 2 off 28

(Unknown if actualy works)

Save config to disk

save config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment