cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3987
Views
0
Helpful
5
Replies

Autonomous APs with same SSID

Anukalp S
Level 1
Level 1

Autonomous APs with same SSID

Hello.. i have been looking to install four cisco 2700 Access Points with same SSID. These APs will be connected to Broadband Router acting as NAT & DHCP.

What is best way to configure four APs so that there is no conflicts and Roaming also work.

Really dont want clients get frustrated on wifi connectivity.

5 Replies 5

Hi

You can configure those 4 AP like below (use four different hostnames). Keep SSID name & password same across 4 APs. 

 

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 ***

Hi Rasika,

 

Thanks for response, could you please confirm that with this config on all 4 APs there will no conflicts in SSID and end clients, also roaming also work.

Anukalp,

Yes Rasikas configuration will work.

 

Mkae sure you have diff hostname and diff IP for BVI interface for each AP, rest all configration will be same.

 

Regards

Dont forget to rate helpful posts

 

 

 

Thanks, will setup this & confirm.

Review Cisco Networking products for a $25 gift card