cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3420
Views
5
Helpful
8
Replies

Cisco Autonomous AP Basic Configuration

Adnan Ahmad
Level 1
Level 1

Dear All,

Can please someone tell me how to setup an autonomous AP with a single SSID, I have worked on WLC but its my first time to work on an IOS based autonomous AP.

Any help will be highly appreciated.

Thanks

2 Accepted Solutions

Accepted Solutions

Yes....that's the reason you have WDS.

WDS is a core function that enables , such as:

  •     Fast secure roaming (FSR)
  •     Radio management (RM)

Regards

Dont forget to rate helpful posts

View solution in original post

8 Replies 8

Dear Karsten,

Thanks for your reply.

I have solved the issue using the information provided by you. Now i want to know one more thing, how to enable roaming for wireless clients and WAP management like SSIDs etc. Id its done using WDS can you please give me some sample config.

Thanks for your help and resonse, highly appreciated.

Regards,

Adnan

Hi Adnan,

Just saw your message...

the cisco AP are just basic layer 2 devices like a hub or layer 2 switch, it does not do any layer 3.Do the routing on core switch.

Regards

Dont forget to rate helpful posts

Hi Sandeep,

For wireless clients roaming through different autonomous systems can we use WDS? and will it help like WLC ?

Thanks

Yes....that's the reason you have WDS.

WDS is a core function that enables , such as:

  •     Fast secure roaming (FSR)
  •     Radio management (RM)

Regards

Dont forget to rate helpful posts

Thanks Sandeep :)

m.rana.ku
Level 1
Level 1

Hi,

 

In the following video step by step process has been shown How to Configure Cisco AIRONET 3602i Autonomous/Standalone Access Point using GUI with WPAv2 Authentication Key.

 

https://www.youtube.com/channel/UCmZZ2BNGXQH1HPS3uIVnr7A?sub_confirmation=1

 

https://youtu.be/AwuWsGGofT4

 

Configuring Aironet Access Point with WPAv2 Authentication in GUI :
1. In Easy Setup
Under Network Configuration
Edit AP hostname, Static IP, Subnet mask and Default Gateway
Under In Radio Configuration
Create SSID name WLAN_New under Radio 2.4GHz and select Broadcast SSID in Beacon
2. Apply Encryption Modes to AES CCMP
3. Enable WPAv2 and apply WPA Pre-shared Key: to SSID
4. Enable Wireless Radio Interface (Radio0-802.11N2.4GHz/ Radio1-802.11N5GHz) UP
5. Save the configuration
6. Finally check the SSID Wi-Fi connection, Security Key, IP address and browsing through internet

m.rana.ku
Level 1
Level 1

Hi,

In the following video step by step process has been shown How to Configure Cisco AIRONET 3602i Autonomous/Standalone Access Point using CLI with WPAv2 Authentication Key.

 

https://www.youtube.com/channel/UCmZZ2BNGXQH1HPS3uIVnr7A?sub_confirmation=1

 

https://www.youtube.com/watch?v=JkUfTXuwj2U

 

============ For 2.4 GHz Radio Interface ============

Step 1: Access Cisco AP|Reset AP| Assign static IP for BVI1 Interface |Default-gateway IP
ap>enable
Password: Cisco [Cisco AP default Password]
## Reset the Access Point with pressing and holding mode button ##
ap#configure terminal
ap(config)#interface bvI 1
ap(config-if)#ip address 192.168.2.4 255.255.255.0 [According to my network setup]
ap(config-if)#exit
ap(config)#ip default-gateway 192.168.2.1 [According to my network setup]

Step 2: Creating SSID | Authentication | Applying WPAv2 Authentication

ap(config)#dot11 ssid Cisco_WLAN [ Create SSID named Cisco_WLAN]
ap(config-ssid)#guest-mode [Broadcast SSID]
ap(config-ssid)#authentication open [allows any device to authenticate]
ap(config-ssid)#authentication key-management wpa version 2 [Applying WPAv2 Authentication]
ap(config-ssid)#wpa-psk ascii Cisco123 [Applying WPA Shared Key ]
ap(config-ssid)#exit

Step 3: Enable Encryption to 4.2GHz Radio interface | Apply SSID to interface| Enable Radio Interface

ap(config)#interface dot11Radio 0 [Selecting 4.2 GHz Radio interface]
ap(config-if)#encryption mode ciphers aes-ccm [Enabling CIPHER AES-CCM Encryption to interface]
ap(config-if)#ssid Cisco_WLAN [Applying SSID to Radio interface]
ap(config-if)#channel least-congested [Selecting Channel type]
ap(config-if)#no shutdown [Finally Enabling the 4.2 GHz Radio Interface]
ap(config-if)#exit
ap(config)#exit
================ For 5 GHz Radio Interface =======================

Step 2: Creating SSID | Authentication | Applying WPAv2 Authentication

ap(config)#dot11 ssid Cisco_WLAN 5GHz [ Create SSID named Cisco_WLAN 5GHz ]
ap(config-ssid)#guest-mode [Broadcast SSID]
ap(config-ssid)#authentication open [allows any device to authenticate]
ap(config-ssid)#authentication key-management wpa version 2 [Applying WPAv2 Authentication]
ap(config-ssid)#wpa-psk ascii Cisco123 [Applying WPA Shared Key ]
ap(config-ssid)#exit

Step 3: Enable Encryption to 5 GHz Radio interface | Apply SSID to interface| Enable Radio Interface

ap(config)#interface dot11Radio 1 [Selecting 5 GHz Radio interface]
ap(config-if)#encryption mode ciphers aes-ccm [Enabling CIPHER AES-CCM Encryption to interface]
ap(config-if)#ssid Cisco_WLAN 5GHz [Applying SSID to Radio interface]
ap(config-if)# channel 36 [Selecting Channel type]
ap(config-if)#no shutdown [Finally Enabling the 5 GHz Radio Interface]
ap(config-if)#exit
ap(config)#exit

Review Cisco Networking products for a $25 gift card