PurposeCommand or Action
Returns to privileged EXEC mode. Alternatively, you can also press
Ctrl-Z to exit global configuration mode.
end
Example:
Switch(config)# end
Step 4
Related Topics
Prerequisites for Layer 2 Security, on page 59
Configuring Static WEP 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 | shared} | encryption {104 | 40} {ascii | hex} [0 | 8]]
4.
end
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Enters the WLAN configuration submode. The profile-name is the profile
name of the configured WLAN.
wlan profile-name
Example:
Switch# wlan test4
Step 2
The keywords are as follows:security static-wep-key [authentication
{open | shared} | encryption {104 | 40}
{ascii | hex} [0 | 8]]
Step 3
• static-wep-key—Configures Static WEP Key authentication.
Example:
Switch(config-wlan)# security
static-wep-key authentication open
• authentication—Specifies the authentication type you can set. The
values are open and shared.
• encryption—Specifies the encryption type that you can set. The
valid values are 104 and 40. 40-bit keys must contain 5 ASCII text
characters or 10 hexadecimal characters. 104-bit keys must contain
13 ASCII text characters or 26 hexadecimal characters
WLAN Configuration Guide, Cisco IOS XE Release 3E (Catalyst 3650 Switches)
62 OL-32353-01
Configuring WLAN Security
Configuring Static WEP Layer 2 Security Parameters (CLI)