08-27-2018 03:28 AM - edited 07-05-2021 09:02 AM
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.
08-27-2018 04:10 AM
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 ***
08-27-2018 09:17 PM
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.
08-27-2018 09:57 PM
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
08-28-2018 06:11 AM
Thanks, will setup this & confirm.
08-27-2018 04:12 AM - edited 08-27-2018 04:13 AM
Check these post, some have answered already for your question.
Check these posts:
https://rscciew.wordpress.com/2014/05/24/single-ssid-configuration-on-autonomous-ap/
https://rscciew.wordpress.com/2014/05/24/multiple-ssid-configurations-on-autonomous-ap/
https://mrncciew.com/category/autonomous-ap-config/
https://mrncciew.com/2012/10/24/multiple-ssid-config-on-autonomous-ap/
=====Preenayamo Vasudevam=====
***** Rate All Helpful Responses *****
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