Operation Manual

MP Access Point Commands
Mobility System Software Command Reference Guide
Version 7.3
12 – 238
Examples
The following command enables WLAN mesh services for MP 7:
MX# set ap 7 boot-configuration mesh mode enable
success: change accepted.
See Also
set ap boot-configuration mesh ssid on page 12-239
set service-profile mesh on page 12-299
show ap mesh-links on page 12-339
set ap boot-configuration mesh psk-phrase
Specifies a preshared key (PSK) phrase that a Mesh AP uses for authentication to its Mesh Portal
AP.
Syntax
set ap apnum boot-configuration mesh psk-phrase passphrase
Defaults
None.
Access
Enabled.
History
Usage
Use this command to configure the preshared key that a Mesh AP uses to authenticate to
a Mesh Portal AP. You must connect the MP to an MX and enter this command to configure the
MP for mesh services prior to deploying the Mesh AP in its final untethered location.
MSS converts the passphrase into a 256-bit binary number for system use and a raw hexadecimal
key to store in the MX configuration. Neither the binary number nor the passphrase is ever
displayed in the configuration. To use PSK authentication, you must enable it and you also must
enable WPA IE or WPA2 IE. .
Examples
The following command configures MP 7 to use passphrase “1234567890123<>?=+&%
The quick brown fox jumps over the lazy dog” when authenticating with a Mesh Portal AP
MX# set ap 7 boot-configuration mesh psk-phrase "1234567890123<>?=+&% The quick brown fox
jumps over the lazy dog"
success: change accepted..
See Also
set ap boot-configuration mesh ssid on page 12-239
set service-profile mesh on page 12-299
show ap mesh-links on page 12-339
set ap boot-configuration mesh psk-raw
Configures a raw hexadecimal preshared key (PSK) to use for authenticating a Mesh AP to a
Mesh Portal AP. Radios use the PSK as a pairwise master key (PMK) to derive unique pairwise
session keys for individual WPA clients.
ap apnum Index value that identifies the MP on the MX. You can specify a value from 1 to
9999.
passphrase An ASCII string from 8 to 63 characters long. The string can contain blanks if
you use quotation marks at the beginning and end of the string.
Version 6.0 Command introduced.
Version 6.2 Added the index value range of 1 to 9999.