How To Configure Wlan Security; Configuring Static Wep + 802.1X Layer 2 Security Parameters (Cli) - Cisco Catalyst 3650 Series Configuration Manual

Wlan configuration guide, cisco ios xe release 3e
Hide thumbs Also See for Catalyst 3650 Series:
Table of Contents

Advertisement

Configuring WLAN Security

How to Configure WLAN Security

Configuring Static WEP + 802.1X Layer 2 Security Parameters (CLI)

Before You Begin
You must have administrator privileges.
SUMMARY STEPS
1. configure terminal
2. wlan profile-name
3. security static-wep-key {authentication {open | sharedkey} | encryption {104 | 40} [ascii | hex] {0|8}}
wep-key wep-key-index1-4
4. end
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
wlan profile-name
Example:
Switch# wlan test4
Step 3
security static-wep-key {authentication
{open | sharedkey} | encryption {104 | 40}
[ascii | hex] {0|8}} wep-key wep-key-index1-4
Example:
Switch(config-wlan)# security
static-wep-key encryption 40 hex 0 test
2
OL-32353-01
Purpose
Enters global configuration mode.
Enters the WLAN configuration submode. The profile-name is the profile
name of the configured WLAN.
Configures static WEP security on a WLAN. The keywords and
arguments are as follows:
• authentication—Configures 802.11 authentication.
• encryption—Sets the static WEP keys and indices.
• open—Configures open system authentication.
• sharedkey—Configures shared key authentication.
• 104, 40—Specifies the WEP key size.
• hex, ascii—Specifies the input format of the key.
• wep-key-index , wep-key-index1-4—Type of password that follows.
A value of 0 indicates that an unencrypted password follows. A
value of 8 indicates that an AES encrypted follows.
WLAN Configuration Guide, Cisco IOS XE Release 3E (Catalyst 3650 Switches)
How to Configure WLAN Security
61

Advertisement

Table of Contents
loading

Table of Contents