cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4405
Views
0
Helpful
24
Replies

Cisco Aironet 700i standalone configuration

sagarshaha
Level 1
Level 1

Hi,

I'm relevantly new to Cisco products. So, please pardon my basic questions.

I have Cisco Aironet 700 series AP(AIR-SAP702I-Q-K9). I dont have controller. I need to configure this as standalone access point.

I tried all the basic steps and tried activating on both the radios but no luck. Can someone please guide me on how to configure this as AP.

I'm using web access to configure the AP.

Please help

Thanks,

Sagar

2 Accepted Solutions

Accepted Solutions

Sandeep Choudhary
VIP Alumni
VIP Alumni

Hi Sagar,

Please check these posts to configure autonomous AP.

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/

Regards

Dont forget to rate helpful posts

View solution in original post

Maybe you should change the encryption from WPA/TKIP to WPA2/AES. 

dot11 ssid Adknowledgeasia

 authentication key-management wpa version 2

interface Dot11Radio0

 encryption vlan 1 mode ciphers aes-ccm

Let us know if that helps.

-Scott

-Scott
*** Please rate helpful posts ***

View solution in original post

24 Replies 24

Sandeep Choudhary
VIP Alumni
VIP Alumni

Hi Sagar,

Please check these posts to configure autonomous AP.

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/

Regards

Dont forget to rate helpful posts

Hi Sandeep,

Thanks for your quick response. I tried to go throught the links above with Single SSID config but I'm unable to follow since it has vlan enabled and I dont have any vlan in my network.

Also, it will be great if you can share the links on how to configure the AP using webaccess.

Many Thanks,

Sagar

Still the conifg will be almost same.

Here is one more link:

https://supportforums.cisco.com/document/61936/autonomous-ap-and-bridge-basic-configuration-template

If i will get a link which used webGUI for AP conifg then I will paste it here.

Regards

Dont forget to rate helpful posts

Hi Sandeep,

I tried using the below link and configuring the access point but no luck. Its not broadcasting the SSID at all.

https://rscciew.wordpress.com/2014/05/24/single-ssid-configuration-on-autonomous-ap/

Please help

Thanks,

Sagar

Hi Sagar,

Did you configure this command:

dot11 ssid <ssid name>
Guest-mode
------> To broadcast the SSID

Regards

Dont orget to rate helpful posts

Yes, i did but still nothing coming up. Also, did you get webGUI link to config AP?

Appreciate all your help in this.

Thanks

Please paste your complete config here..

Hi Sandeep,

Sorry for delay in responding. My wifi is working now but I have to connect directly to my Cisco router and it doesnt work on my workstation. My Lan is in Vlan1 and i added this AP also in Vlan1 but still doesnt work.

Do let me know if Im missing something.

Thanks

Below is the config as requested.

Current configuration : 2068 bytes
!
! Last configuration change at 18:46:23 UTC Fri Jun 25 1993
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
!
logging rate-limit console 9
enable secret 5
!
no aaa new-model
no ip cef
ip dhcp excluded-address 192.168.1.11
!
ip dhcp pool ADKPOOL
 network 192.168.1.0 255.255.255.0
 default-router 192.168.1.1
!         
!         
!         
!         
dot11 syslog
!         
dot11 ssid Adknowledgeasia
   vlan 1
   authentication open
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 7
!         
!         
dot11 guest
!         
!         
!         
username Cisco password 7
!         
!         
bridge irb
!         
!         
!         
interface Dot11Radio0
 no ip address
 !        
 encryption vlan 1 mode ciphers tkip
 !        
 ssid Adknowledgeasia
 !        
 antenna gain 0
 packet retries 64 drop-packet
 station-role root
!         
interface Dot11Radio0.1
 encapsulation dot1Q 1 native
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!         
interface Dot11Radio1
 no ip address
 shutdown
 antenna gain 0
 peakdetect
 no dfs band block
 packet retries 64 drop-packet
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!         
interface GigabitEthernet0
 no ip address
 duplex auto
 speed auto
!         
interface GigabitEthernet0.1
 encapsulation dot1Q 1 native
 bridge-group 1
 bridge-group 1 spanning-disabled
 no bridge-group 1 source-learning
!         
interface BVI1
 ip address 192.168.1.8 255.255.255.0
 ipv6 address dhcp
 ipv6 address autoconfig
 ipv6 enable
!         
ip default-gateway 192.168.1.1
ip forward-protocol nd
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
!         
!         
bridge 1 route ip
!         
!         
!         
line con 0
line vty 0 4
 login local
 transport input all
!         
end       
          
adkap#

configuration is ok, What exactly you facing the issue with wi-fi ?

Regards

issue is: right now i have connected my wifi device directly to router and its in server room. I need to plug the device in workstation area on users desk.

When i do that, it doesnt works.

Please suggest.

Thanks

Also, I dont want to activate dhcp on this AP as it should pickup the dhcp from router. Please suggest the revised config too.

The AP configuration looks fine,

1. No you can not connect AP to a workstation then it will not work.

AP must connect to swicth/router. You can DHCP pool on swicth/router.

Regards

Dont forget to rate helpful posts

Can you share the steps on how to have only one pool between switch and router.

Thanks

HI Sagar,

Please paste the topology.

you told that you will connect the AP directly to router ???

Then create DHCP pool on Router:

ip dhcp pool Wireless
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
   dns-server 4.2.2.2

is there any switch in between ?

Regards

Dont forget to rate helpful posts

Review Cisco Networking products for a $25 gift card