Multiple Client Profiles
Configuring a WMIC for MCP (12.4(3)JK or Later Releases)
4
Cisco 3200 Series Wireless MIC Software Configuration Guide
To remove a client profile, simply remove the SSID from the dot11 interface.
Configuration Examples
The example in this section describes how to configure four client profiles with different encryption,
authentication and priority settings.
Table 1
shows the settings for the four client profiles.
The following commands are used to configure the client profiles listed in
Table 1
.
Client profile A:
client# configure terminal
client(config)# dot11 ssid FREE_NET
client(config-ssid)# authentication open
client(config-ssid)# priority 2
client(config-ssid)# end
client# config terminal
client(config)# interface dot11Radio 0
client(config-if)# ssid FREE_NET
client(config-if)# endf
Client profile B:
client# configure terminal
client(config)# dot11 ssid LEAP_TKIP
client(config-ssid)# authentication network-eap eap_methods
client(config-ssid)# authentication key-management wpa
client(config-ssid)# authentication client username aLeapUser password ciscoleap
client(config-ssid)# encryption mode cipher tkip
client(config-ssid)# priority 8
client(config-ssid)# end
client# config terminal
client(config)# interface dot11Radio 0
Step 4
ssid
ssid-name
Configure the predefined SSID profile into this interface.
Examples:
#(config-if) ssid mcp_ssid1
#(config-if) ssid mcp_ssid2
#(config-if) ssid mcp_ssid3
#(config-if) ssid mcp_ssid4
Step 5
end
Returns to privileged EXEC mode.
Step 6
copy running-config startup-config
(Optional) Saves your entries in the configuration file.
Command
Purpose
Table 1
Multiple Client Profile Example (12.4(3) Release or Later)
Client Profile
A
B
C
D
SSID
FREE_NET
LEAP_TKIP
EAPTLS_AES STATIC_WEP128
Authentication Type
open
LEAP
EAP_TLS
open
Encryption Type
none
TKIP
AES
WEP128
Priority
2
8
11
13