System information

Wireless Security Configuration
Using the Security Wizard
Using the CLI to Configure Static WEP Shared Keys. The following
example shows how to configure an SSID interface to use static WEP keys for
authentication and encryption. The security-suite shared-key command must
be used first to enable 802.11 shared-key authentication and enable encryp-
tion. Other WEP key parameters can then be configured.
HP420(config)#interface wireless g
Enter Wireless configuration commands, one per line.
HP420(if-wireless-g)#ssid index 1
HP420(if-wireless-g-ssid-1)#security-suite shared-key
HP420(if-wireless-g-ssid-1)#transmit-key-wep 2 128 ascii
1234512345abc
HP420(if-wireless-g-ssid-1)#
The following example shows how to configure an SSID interface to use static
WEP keys for encryption only.
HP420(if-wireless-g-ssid-1)#security-suite 2
HP420(if-wireless-g-ssid-1)#transmit-key-wep 2 128 ascii
1234512345abc
HP420(if-wireless-g-ssid-1)#
Or, you can configure static WEP encryption keys without using the security-
suite command wizard option.
HP420(if-wireless-g-ssid-1)#security-suite open-system wpa-
disabled 802.1x-disabled
HP420(if-wireless-g-ssid-1)#transmit-key-wep 2 128 ascii
1234512345abc
HP420(if-wireless-g-ssid-1)#
Using the CLI to Configure WPA-PSK Mode. To configure an SSID inter-
face to operate in WPA-PSK mode, use the security-suite command wizard
option 3 for AES encryption, option 4 for TKIP encryption, or option 8 for
WPA2 auto-negotiation. Then set the key value using the wpa-preshared-key
command.
7-21