Hub/Switch Reference Guide

332 AP Commands
NN47250-100 (Version 02.51)
Usage
To further reduce broadcast traffic on a service profile, use the set service-profile no-broadcast
command to disable DHCP and ARP request broadcasts.
Examples
The following command enables proxy ARP on service profile sp1:
WSS# set service-profile sp1 proxy-arp enable
success: change accepted.
See Also
set service-profile dhcp-restrict on page 316
set service-profile no-broadcast on page 320
show service-profile on page 380
set service-profile psk-phrase
Configures a passphrase for preshared key (PSK) authentication to use for authenticating WPA clients, in a service
profile. Radios use the PSK as a pairwise master key (PMK) to derive unique pairwise session keys for individual WPA
clients.
Syntax
set service-profile name psk-phrase passphrase
Defaults
None.
Access
Enabled.
History
Introduced in WSS Software Version 3.0.
Usage
WSS Software converts the passphrase into a 256-bit binary number for system use and a raw
hexadecimal key to store in the WSS's configuration. Neither the binary number nor the passphrase itself is
ever displayed in the configuration.
To use PSK authentication, you must enable it and you also must enable the WPA IE.
Examples
The following command configures service profile sp3 to use passphrase
“1234567890123<>?=+&% The quick brown fox jumps over the lazy sl”:
WSS# set service-profile sp3 psk-phrase "1234567890123<>?=+&% The quick brown fox
jumps over the lazy sl"
success: change accepted.
See Also
set mac-user attr on page 197
set service-profile auth-psk on page 309
set service-profile psk-raw on page 323
set service-profile wpa-ie on page 342
show service-profile on page 380
name Service profile name.
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.