Technical data

Configure a Security Profile With the CLI
© 2012 Meru Networks, Inc. Configuring Security 133
Example 802.11 WEP Configuration
The following example creates the profile named wep-voice that supports a static
128-bit WEP encryption for voice users. The static WEP key is defined as voice and
uses the third key index position on a user station’s WEP key definition.
default(config)# security-profile wep-voice
default(config-security)# allowed-l2-modes wep
default(config-security)# encryption-modes wep128
default(config-security)# static-wep key voice
default(config-security)# static-wep key-index 3
default(config-security)# exit
default(config)# exit
default#
802.11 WEP Command Summary
The following summarizes the commands that can be used to configure 802.11 WEP
security.
Checking a CLI Configuration
To view all Security Profiles currently configured, use the show security-profile
command.
# sh security-profile
Table 8: Commands to Configure 802.11 WEP Security
Command Purpose
encryption-modes
wep128|wep64
Sets the cipher suite to WEP128, or WEP64 respectively.
static-wep key key
Sets the WEP key:
For WEP64, also known as WEP or WEP40, the key is a 5-character
ASCII (for example, 123de) or 10-character hex key (for example,
0x0123456789) (the 0x prefix must be entered).
For WEP128, the key must be 13 ASCII characters or 26 hex digits
(the 0x prefix must be entered).
static-wep key-index
position
Sets which WEP key is in use. position can be set from 1 to 4.
allowed-l2-modes wep
| clear
Enables or disables 802.11 WEP security. The clear option sets the mode
to open.