03-16-2006 11:02 PM - edited 07-04-2021 11:47 AM
Hi all,
I've never worked with the 851 on the wireless side of things and I'm having a really hard time getting this thing to let me connect with my laptop and give me an IP address. I just want to setup something fairly simple with an SSID (non broadcast), WPA password etc for home use. Here's what I have currently:
interface Dot11Radio0
no ip address
ip nat inside
ip virtual-reassembly
!
encryption key 3 size 128bit ***** transmit-key
encryption mode ciphers tkip wep128
!
ssid CICSOTEST
authentication open
authentication key-management wpa optional
wpa-psk ascii 7 ********
!
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
no dot11 extension aironet
What am I doing wrong, and where can I find examples on to setup the wireless and encryption settings?
Thanks for any help!
03-17-2006 12:22 AM
The running config must look something like this .
U can go to the cisco site for further examples and more commands .
Once u finished the document , and than if u have a problem kndly feel free to ask ..
!
bridge irb
!
interface Dot11Radio0
no ip address
!
broadcast-key vlan 1 change 45
!
!
encryption vlan 1 mode ciphers tkip
!
ssid cisco
vlan 1
authentication open
authentication network-eap eap_methods
authentication key-management wpa
!
ssid ciscowep
vlan 2
authentication open
!
ssid ciscowpa
vlan 3
authentication open
!
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
rts threshold 2312
power local cck 50
power local ofdm 30
channel 2462
station-role root
!
interface Dot11Radio0.1
description Cisco Open
encapsulation dot1Q 1 native
no cdp enable
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
!
Regards,
Bramnha Prakash
03-20-2006 11:36 PM
Hi and thanks for the info. Unfortunately this didn't help me much. I'm trying to avoid doing any bridging if possible. I have basically a Vlan1 (let's say 10.1.1.254) which is part of the "wired" network. I'm trying to configure the Dot1Radio0 to be part of Vlan1 as well so the router can give out ip addresses to the wireless clients and let them get out to the Internet. Is there an easier way to do this? Also where would I configure the shared WPA key?
Currently if I do a: show dott11 associations, it is telling me that the SSID is down because the Vlan associated with it (Vlan1) is down..which it is not since my regular PCs are on the LAN and communicating properly. I just can't seem to find a basic Wireless configuration for this 851. Again any help would be appreciated.
Thanks!
03-22-2006 07:56 PM
I have the same problem if I follow the sample config. So, I did the following. I hope it helps.
!
bridge irb
!
interface Dot11Radio0
no ip address
ip nat inside
ip virtual-reassembly
!
encryption key 3 size 128bit ***** transmit-key
encryption mode ciphers tkip wep128
!
ssid CICSOTEST
authentication open
authentication key-management wpa optional
wpa-psk ascii 7 ********
!
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
no dot11 extension aironet
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
!
interface Vlan1
no ip address
bridge-group 1
bridge-group 1 spanning-disabled
!
interface BVI1
ip address x.x.x.x 255.255.255.0
ip nat inside
ip virtual-reassembly
!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide