cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
818
Views
0
Helpful
3
Replies

AIR CAP3702I Set Up

Hi,
I work at a small library and we recently got at AIR CAP3702I as part of a grant to extend our WiFi into the parking lot so people can have internet access during the pandemic.

 

We've got another WAP and a staff wireless router set up but don't have a Cisco Lan controller. Can we set up the device without one? Or would we need one in order to get the AIR CAP3702I working?

So far, I haven't found any useful information in the online documentation.

3 Replies 3

marce1000
Hall of Fame
Hall of Fame

 

 - Check if this thread can help you :

             https://community.cisco.com/t5/other-wireless-mobility-subjects/cisco-air-cap3702e-ap-as-standalone/td-p/2664617

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

I followed the link in the solution for that question.  link : https://supportforums.cisco.com/video/11928901/lwapp-lightweight-mode-autonomous-conversion-and-vice-versa

 

Unfortunately, the instructional Video will not play.

I tried accessing the documents in that thread and got:

Access Denied

You are not entitled to access this page.

Many pages on the community are only accessible to customers, partners, or logged in entitled guests.

 

 

Rasika Nayanajith
VIP Alumni
VIP Alumni

You need to convert AP into Autonomous mode (require image k9w7.x) and then you can configure it independently.

Refer below post on how to convert to Autonomous

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

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

 

Once converted, you can apply a simple configuration like below and connected it to your internet modem ethernet port where DHCP is enabled. You should modify SSID name & password field as you need.

 

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
channel width 40-above
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 ***