cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3651
Views
20
Helpful
5
Replies

How to configure 3702i wireless router on Standalone Mode.

najish.alam1
Level 1
Level 1

I have reset the router but still not able to access via console for stand alone configuration.

Please help.

1 Accepted Solution

Accepted Solutions

Makesure your AP got required atutonomous image (k9w7...). Refer below posts

https://mrncciew.com/2012/10/20/lightweight-to-autonomous-conversion/

https://mrncciew.com/2013/12/13/ap-conversion-using-mode-button/

Once if you got autonomous image loaded, you can have a very basic config like below

conf t
hostname <AP_HOSTNAME>
!
dot11 ssid <SSID_NAME>
   authentication open
   authentication key-management wpa version 2
   guest-mode
   wpa-psk ascii <SSID_PASSWORD>
!
interface Dot11Radio0
 encryption mode ciphers aes-ccm
 ssid <SSID_NAME>
 no shutdown
!
interface Dot11Radio1
 encryption mode ciphers aes-ccm
 ssid <SSID_NAME>
 no shutdown
!
interface BVI1
 ip address dhcp
!
end
write memory
!

HTH

Rasika

*** Pls rate all useful responses ***

View solution in original post

5 Replies 5

Makesure your AP got required atutonomous image (k9w7...). Refer below posts

https://mrncciew.com/2012/10/20/lightweight-to-autonomous-conversion/

https://mrncciew.com/2013/12/13/ap-conversion-using-mode-button/

Once if you got autonomous image loaded, you can have a very basic config like below

conf t
hostname <AP_HOSTNAME>
!
dot11 ssid <SSID_NAME>
   authentication open
   authentication key-management wpa version 2
   guest-mode
   wpa-psk ascii <SSID_PASSWORD>
!
interface Dot11Radio0
 encryption mode ciphers aes-ccm
 ssid <SSID_NAME>
 no shutdown
!
interface Dot11Radio1
 encryption mode ciphers aes-ccm
 ssid <SSID_NAME>
 no shutdown
!
interface BVI1
 ip address dhcp
!
end
write memory
!

HTH

Rasika

*** Pls rate all useful responses ***

hi rasika,

sorry for being a noob. i'm just starting to get my feet wet with wireless.

with the above config which radio will clients associate? radio0 or radio1?

or is this dependent on client's wireless adapter?

and radio0 is 2.4 GHz and radio1 is 5 GHz, correct?

No problem John, happy to help.

with the above config which radio will clients associate? radio0 or radio1? or is this dependent on client's wireless adapter?

It depend on the client wireless adapter. If it is a dual band client, then it could be connected using any band (based on the criteria client device determine what is the best connection depend on RSSI, SNR,etc). Since it is purely client decision, different client may behave differently.

Certain clients (eg windows laptops-see below), we can make 5GHz preferred over 2.4GHz.

If it is  WLC managed AP, there is a feature called band select where AP slow to respond to 2.4GHz probe request (oppose to 5GHz), so this will help dual band clinet to connect in 5GHz. Again this will not guaranteed all dual band client will connect in 5GHz, as client may connect in 2.4GHz, irrespective of slow response in that band.

and radio0 is 2.4 GHz and radio1 is 5 GHz, correct?

Yes, that's correct.

HTH

Rasika

*** Pls rate all useful responses ***

hi rasika,

thanks for the detailed explanation! +5

btw, i'm huge a fan of your blog and i always refer to it whenever i configure and tshoot our wireless infra.

i'm currently studying for my CCNA wireless (and hopefully to do CWNA next). i hope you don't mind asking from time to time :)

i also hope to contribute here in the CSC wireless forum.

Good to know this.

Yes, always come here & ask any help you need for your wireless studies.

Rasika

Review Cisco Networking for a $25 gift card