Configures security settings for a wireless LAN (WLAN) to protect access and data on your network.
Configure static WEP Layer 2 security parameters (GUI)
Configure static WEP layer 2 security parameters to secure wireless network communication using WEP encryption keys.
Use this procedure when you need to configure WEP layer 2 security for a WLAN. Static WEP provides basic encryption for wireless communications using either 40-bit or 104-bit encryption keys.
Procedure
| 1. | Choose . |
|
| 2. | On the WLANs page, click the name of the WLAN. |
|
| 3. | In the Edit WLAN window, click the Security tab. |
|
| 4. | From the Layer 2 Security Mode drop-down list, select the Static WEP option. |
|
| 5. | (Optional) Check the Shared Key Authentication check box to set the authentication type as shared. By leaving the check box unchecked, the authentication type is set to open. |
|
| 6. | Set the Key Size as either 40 bits or 104 bits.
|
|
| 7. | Set the appropriate Key Index; you can choose between 1 to 4. |
|
| 8. | Set the Key Format as either ASCII or Hex. |
|
| 9. | Enter a valid Encryption Key.
|
|
| 10. | Click Update & Apply to Device. |
The WLAN is configured with static WEP layer 2 security parameters. The settings are applied to the device and WEP encryption is enabled for the wireless network.
Configure static WEP layer 2 security parameters (CLI)
Before you begin
You must have administrator privileges.
Procedure
| 1. | Enter global configuration mode. Example:
|
|
| 2. | Enter WLAN configuration submode. Example:
Example:
profile-name is the profile name of the configured WLAN. wlan-id is the wireless LAN identifier. The range is 1 to 512. SSID_Name is the SSID which can contain 32 alphanumeric characters.
|
|
| 3. | Disable fast transition over the data source on the WLAN. Example:
|
|
| 4. | Disable 802.11r Fast Transition on the WLAN. Example:
|
|
| 5. | Disable the WPA/WPA2 support for a WLAN. Example:
|
|
| 6. | Configure Static WEP Key authentication with authentication type. Example:
The keywords are as follows:
|
|
| 7. | Configure Static WEP Key encryption parameters. Example:
Example:
The keywords are as follows:
|
|
| 8. | Exit configuration mode and return to privileged EXEC mode. Example:
|
Configure WPA + WPA2 Layer 2 security parameters (GUI)
This task configures WPA + WPA2 layer 2 security parameters to secure wireless network communications using the graphical user interface.
Use this procedure when you need to set up wireless network security using both WPA and WPA2 protocols through the GUI interface. This configuration provides enhanced security for your wireless network by supporting both protocols simultaneously.
Procedure
| 1. | Click . |
|
| 2. | Click Add to add a new WLAN Profile or click the one you want to edit. |
|
| 3. | In the Edit WLAN window, click . |
|
| 4. | From Layer 2 Security Mode drop-down menu, select WPA + WPA2. |
|
| 5. | Configure the security parameters and then click Save and Apply to Device. |
The WPA + WPA2 layer 2 security parameters are configured and applied to the device. The WLAN profile now uses both WPA and WPA2 security protocols to protect wireless network communications.
Configure WPA + WPA2 layer 2 security parameters (CLI)
This task configures WPA and WPA2 layer 2 security settings to secure wireless networks using command-line interface commands.
The default values for security policy WPA2 are:
Encryption is AES.
Authentication Key Management (AKM) is dot1x.
Before you begin
You must have administrator privileges.
Follow these steps to configure WPA + WPA2 layer 2 security parameters using commands:
Procedure
| 1. | Enter global configuration mode. Example:
|
|
| 2. | Enter the WLAN configuration submode.wlan Example:
Example:
|
|
| 3. | Enables WPA or WPA2 support for WLAN. Example:
|
|
| 4. | Enables WPA. Example:
|
|
| 5. | Specify the WPA1 cipher. Example:
Choose one of the following encryption types:
The default values are TKIP for WPA1 and AES for WPA2.
When you have VLAN configuration on WGB, you need to configure the encryption cipher mode and keys for a particular VLAN, for example, encryption VLAN 80 mode ciphers TKIP. Then, you need to configure the encryption cipher mode globally on the multicast interface by entering the following command: encryption mode ciphers TKIP. |
|
| 6. | Enable or disable Cisco Centralized Key Management, 802.1x, 802.1x with SHA256 key derivation type, Fast Transition, PSK or PSK with SHA256 key derivation type.security WPA AKM {CCKM| dot1x | dot1x-sha256 | ft | PSK |PSK-sha256} Example:
|
|
| 7. | Enter this command to specify a preshared key, if you have enabled PSK. Example:
WPA preshared keys must contain 8 to 63 ASCII text characters or 64 hexadecimal characters. |
|
| 8. | Enable or disable authentication key management suite for fast transition. Example:
|
|
| 9. | Enable WPA2. Example:
|
|
| 10. | Configure WPA2 cipher. security wpa wpa2 ciphers aes Example:
Example:
|
|
| 11. | show wireless pmk-cache Displays the remaining time before the PMK cache lifetime timer expires. If you have enabled WPA2 with 802.1X authenticated key management or WPA1 or WPA2 with Cisco Centralized Key Management authenticated key management, the PMK cache lifetime timer is used to trigger reauthentication with the client when necessary. The timer is based on the timeout value received from the AAA server or the WLAN session timeout setting. If you configure 802.1x with session timeout between 0 and 299, Pairwise Master Key (PMK) cache is created with a timer of 1 day 84600 seconds.
|
WPA and WPA2 layer 2 security parameters are configured for the WLAN. The wireless network is secured with the specified authentication and encryption settings.