ap wifi-uplink-profile

ap wifi-uplink-profile {default | <profile-name>}

allowed band {a | g | all}

bssid <bssid>

clone {default | <source> }

essid <essid>

no

opmode {opensystem | personal | static-wep}

wepkey1 <wepkey1>

wepkey2 <wepkey2>

wepkey3 <wepkey3>

wepkey4 <wepkey4>

weptxkey <weptxkey>

wpa-hexkey <wpa-hexkey>

wpa-passphrase <wpa-passphrase>

Description

This command configures a Wi-Fi uplink profile. When both wpa-hexkey and wpa-passphrase parameters are configured, wpa-hexkey takes precedence.

Parameter

Description

ap wifi-uplink-profile

<profile-name>

Name of this instance of the profile. The name must be 1–63 characters.

allowed band {a | g | all}

The radio band(s) on which the Wi-Fi uplink is used. Select one of the following options:

a: 802.11a band only (5 Ghz)

g: 802.11g band only (2.4 Ghz)

all: Both 802.11a and 802.11g bands (5 GHz and 2.4 GHz)

Default: all

bssid <bssid>

Name of the required BSSID to which the client is associated.

clone

Copies data from another Wi-Fi uplink profile.

essid <essid>

Name of the required ESSID to which the client is associated.

no

Negates any configured parameter.

opmode

Name of the data encryption mode. Select one of the following modes:

opensystem—No authentication or encryption.

personal—A wildcard mode that matches several PSK mode key management suites and cipher suites, including WPA-PSK-TKIP, WPA-PSK-AES, WPA2-PSK-TKIP and WPA2-PSK-AES.

static-wep—WEP with static keys.

NOTE: The static-wep opmode is no longer supported from ArubaOS 8.11.0.0 onwards.

Default: opensystem

wepkey1 <wepkey1>

The first static WEP key associated with the key index. Can be 10 or 26 hex characters in length.

NOTE: The wepkey1 <wepkey1> parameter is no longer supported from ArubaOS 8.11.0.0 onwards.

wepkey2 <wepkey2>

The second static WEP key associated with the key index. Can be 10 or 26 hex characters in length.

NOTE: The wepkey2 <wepkey2> parameter is no longer supported from ArubaOS 8.11.0.0 onwards.

wepkey3 <wepkey3>

The third static WEP key associated with the key index. Can be 10 or 26 hex characters in length.

NOTE: The wepkey3 <wepkey3> parameter is no longer supported from ArubaOS 8.11.0.0 onwards.

wepkey4 <wepkey4>

The fourth static WEP key associated with the key index. Can be 10 or 26 hex characters in length.

NOTE: The wepkey4 <wepkey4> parameter is no longer supported from ArubaOS 8.11.0.0 onwards.

weptxkey <weptxkey>

The key index to specify which static WEP key is to be used. Can be 1, 2, 3, or 4.

Default: 1

NOTE: The weptxkey <weptxkey> parameter is no longer supported from ArubaOS 8.11.0.0 onwards.

wpa-hexkey <wpa-hexkey>

The WPA Pre-Shared Key (PSK). This key must be of 64 hexadecimal characters.

wpa-passphrase <wpa-passphrase>

The WPA password that generates the PSK. The passphrase must be between 8–63 characters, inclusive

Example

The following commands create a Wi-Fi uplink profile:

(host)[mynode](config)# ap wifi-uplink-profile test-uplink

(host)[mynode](WiFi uplink profile "test-uplink")# essid uplink-new

(host)[mynode](WiFi uplink profile "test-uplink")# wpa-passphrase ********

(host)[mynode](WiFi uplink profile "test-uplink")# opmode personal

(host)[mynode](WiFi uplink profile "test-uplink")# exit

Command History

Release

Modification

ArubaOS 8.11.0.0

The following parameters were deprecated:

  • static-wep under opmode
  • wepkey1 <wepkey1>
  • wepkey2 <wepkey2>
  • wepkey3 <wepkey3>
  • wepkey4 <wepkey4>
  • weptxkey <weptxkey>

ArubaOS 8.5.0.0

Command introduced.

Command Information

Platforms

License

Command Mode

All platforms

Base operating system, except for noted parameters.

Config mode on Mobility Conductor.