05-28-2021 12:43 PM
Hi,
i am actually new in this Forum and need some help about : How to setup an AP310 for site survey mode (with Ekahau).
I was using Cisco Access Point in Standalone Mode to plan the Wirless Design (Site Servey) using Ekahau. Using putty i was able to configure the AP without a Controller.
Now i have a customer who want to install Extreme Network AP310 and i have to plan the Wireless coverage.
What do i Need to do with the AP310. ? how to run the Site Survey mode and configure the AP using Putty.
Thanks a lot.
Solved! Go to Solution.
06-03-2021 01:33 PM
Ahmadma,
For this AP, you want it to operate in standalone mode, so make that selection up boot up.
From there, you can login using the default credentials and begin setting up the AP.
log in
Enter commands in BOLD
enable
config
(Build a bare-bones WLAN)
wlan survey (Change “survey” to whatever you want the SSID to be)
authentication-type none
encryption-type ccmp
wpa-wpa2 psk 0 12345678 (change as needed)
show context (this will show you what you have in the WLAN so far)
commit write
exit
(Map the WLAN to a radio)
profile ap310 310survey
interface radio 1 (This is for 2.4GHz)
wlan survey (Use whatever you named the wlan earlier)
power 10 (This is in dBm. Change as needed)
interface radio 2 (This is for 5GHz)
wlan survey
power 10 (This is in dBm. Change as needed)
commit write
(Define the regulatory area the APs will operate)
config
rf-domain us (change as needed)
commit write
show run (see your config you've built)
At this point, the AP should begin beaconing the “survey” SSID on both the 2.4 and 5GHz radios.
This is a very basic configuration that just gets a PSK BSS operating on the 310. If you need any other special configurations, those will need to be added.
05-28-2021 05:14 PM
Hi Chris,
First, I want to Thank for your quick Answer.
I want to make the Ekahau Site Survey using Extreme Network AP310 (not Cisco Meraki). So I have to configure the AP310 (SSID, Channel, DHCP, Power Level, etc) with only one Client (my Laptop) to start the Ekahau survey, and their is no need of a internet connection in this case.
How to get the survey mode on the AP 310? An a non-client serving WLAN (special SSID) to operate on the AP in order to be used/seen during a site survey (Ekahau)?
When I turn on the AP, i get :
AP adoption discovery process in progress .…
To cancel and boot in standalone mode, type (s)
Should I type " CCC" for centralized. This will boot the AP up into IdentiFi?
I am a little confused, what I have to type to get into the AP and configure it, and then proceed to configure anything you want, including setting up a ‘dummy’ WLAN...or even a real WLAN that can service clients.
05-28-2021 02:52 PM
Ahmadma,
I’m assuming that you are referrring to a Cisco Meraki MR AP.
If so, the ‘survey mode’ for those APs is needed simply because the APs won’t operate w/o an Internet connection. All the survey mode does is allow a non-client serving WLAN (special SSID) to operate on the AP in order to be used/seen during a site survey (Ekahau).
With the AP310, this restriction does not exist.With the AP310, you can access its CLI (using the default login name/pass) and then proceed to configure anything you want, including setting up a ‘dummy’ WLAN...or even a real WLAN that can service clients.