• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cisco people please help me out

Atheus

Diamond Member
I'm trying to set up this 857W for WPA pre-shared key wifi, but in the 'wireless application' which opens from the SDM it only shows an option for RADIUS server under WPA, no PSK. Any ideas?

IOS 12.4

---

You've been around long enough to know this belongs in the Networking Forum Atheus, and that's where this thread is headed.

Zim Hosein

Off Topic Moderator.
 
Do it command line.

I'm not familiar with the smaller integrated routers but there should be a ton of information on cisco.com. You want WPA personal, not enterprise.

Here's an access point basics with the basics for WPA-TKIP

dot11 ssid home
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii 0 ThisIsmyKey

int dot11radio0
encryption mode ciphers tkip
!
broadcast-key change 600 membership-termination capability-change
!
!
ssid home

 
Here's what I've got in the config for WEP:

interface Dot11Radio0
no ip address
!
encryption key 1 size 128bit 7 ******************************** transmit-key
encryption mode wep mandatory
!
ssid cisco
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!

I guess I change "encryption mode wep mandatory" to "wpa-psk"?
 
Back
Top