Multiple Client Profiles
Configuring a WMIC for MCP (12.3(8)JK Only)
5
Cisco 3200 Series Wireless MIC Software Configuration Guide
client(config-if)# ssid LEAP_TKIP
client(config-if)# endif
Client profile C:
client# configure terminal
client(config)# dot11 ssid EAPTLS_AES
client(config-ssid)# authentication open eap eap_methods
client(config-ssid)# authentication network-eap eap_methods
client(config-ssid)# authentication key-management wpa
client(config-ssid)# encryption mode cipher aes
client(config-ssid)# dot1x credentials authUserProfile
client(config-ssid)# dot1x eap profile tlsProfile
client(config-ssid)# priority 11
client(config-ssid)# end
client# config terminal
client(config)# interface dot11Radio 0
client(config-if)# ssid EAPTLS_AES
client(config-if)# endif
Client profile D:
client# configure terminal
client(config)# dot11 ssid STATIC_WEP128
client(config-ssid)# authentication open
client(config-ssid)# encryption mode cipher wep128
client(config-ssid)# encryption key 2 size 128bit 0 11223344556677889900112233
client(config-ssid)# priority 13
client(config-ssid)# end
client# config terminal
client(config)# interface dot11Radio 0
client(config-if)# ssid STATIC_WEP128
client(config-if)# endif
Configuring a WMIC for MCP (12.3(8)JK Only)
You can configure a WMIC device in universal workgroup bridge mode and enable multiple client
profile. In this configuration, the WMIC can support up to 16 different SSIDs and encryption settings;
by contrast, a single client profile consists of an SSID and encryption setting that are bounded by a
VLANID through the
vlan
keyword.
To configure the WMIC for multiple client profiles, follow these steps, beginning in privileged EXEC
mode.
Command
Purpose
Step 1
configure terminal
Enters global configuration mode.
Step 2
interface dot11 radio 0
Enters interface configuration mode for radio interface 0.
Step 3
station-role workgroup-bridge
universal
address
Changes
station-role
to permit support for universal
workgroup bridge. The
address
is the MAC address of the
router interface on the wireless and mobile router and is needed
to instruct the router to associate with Cisco and non-cisco root
devices.
Step 4
client profile multiple
Enables the multiple client profile.