|
|
Aironet 1100 and WPA-PSK
Does anyone have a sample 'show run' config for an aironet 1100 (or
other IOS-based WAP) running in a very simple WPA-PSK configuration they
could post?
I'm looking to replace some cheap-and-nasty netgear APs with 1100s, and
(at first) i want to just do a like for like change- so no VLAN working,
no RADIUS, no multiple SSIDs- just one broadcasted SSID with a simple
WPA-PSK passphrase (the clients are winXP laptops with the passphrase
preconfigured). I know the AP will do it, and I intend to RTFM in depth,
but after a quick look I can't get it to play. If someone could help me
out here I'd apreciate it.
My intention is to get this going and then try the more complex stuff.
I'm pretty familiar with IOS switches, but not on WAPs.
Chris
|
|
0
|
|
|
|
Reply
|
Chris
|
11/9/2005 7:44:15 PM |
|
Chris Bartram wrote:
> Does anyone have a sample 'show run' config for an aironet 1100 (or
> other IOS-based WAP) running in a very simple WPA-PSK configuration they
> could post?
>
ap1100# configure terminal
ap1100(config)# configure interface dot11radio 0
ap1100(config-if)# ssid bitbucket
ap1100(config-ssid)# wpa-psk ascii mysecret
ap1100(config-ssid)# end
HTH,
Alexander
|
|
0
|
|
|
|
Reply
|
Alexander
|
11/10/2005 6:02:15 PM
|
|
Chris Bartram wrote:
> Does anyone have a sample 'show run' config for an aironet 1100 (or
> other IOS-based WAP) running in a very simple WPA-PSK configuration they
> could post?
>
Relevant parts of my config:
dot11 ssid bitbucket
authentication open
authentication key-management wpa
wpa-psk ascii 0 mysecret
interface dot11radio0
encryption mode cipher tkip
HTH,
Alexander
PS: See
http://www.cisco.com/en/US/partner/products/hw/wireless/ps4570/products_configuration_guide_chapter09186a0080184a87.html
for more information on how to configure WPA-PSK.
|
|
0
|
|
|
|
Reply
|
Alexander
|
11/10/2005 6:12:01 PM
|
|
Alexander Apathy wrote:
> Chris Bartram wrote:
>
>> Does anyone have a sample 'show run' config for an aironet 1100 (or
>> other IOS-based WAP) running in a very simple WPA-PSK configuration
>> they could post?
>>
>
> Relevant parts of my config:
>
> dot11 ssid bitbucket
> authentication open
> authentication key-management wpa
> wpa-psk ascii 0 mysecret
>
> interface dot11radio0
> encryption mode cipher tkip
>
> HTH,
> Alexander
>
> PS: See
> http://www.cisco.com/en/US/partner/products/hw/wireless/ps4570/products_configuration_guide_chapter09186a0080184a87.html
> for more information on how to configure WPA-PSK.
Hi Alexander,
I'd got most of it, and found what i was missing in the manual after a
bit of a hunt- it was "authentication key-management wpa".
Thanks for the help.
Chris
|
|
0
|
|
|
|
Reply
|
Chris
|
11/10/2005 7:45:53 PM
|
|
|
3 Replies
274 Views
(page loaded in 0.06 seconds)
|
|
|
|
|
|
|
|
|