cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
359
Views
0
Helpful
2
Replies

Autonomous AP and Bridge

stephen.bel0001
Level 1
Level 1

Need help to find some Autonomous AP and Bridge Basic Configuration Templates and guides

2 Accepted Solutions

Accepted Solutions

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

View solution in original post

Hi 

Here is a very basic config for a autonomous AP to advertise single SSID

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
!

Below should give some guidance if you want to set up a wireless bridge.

http://mrncciew.com/2013/11/09/wireless-bridge-with-eap-fast/

http://mrncciew.com/2013/06/13/wgb-with-psk/

 

HTH

Rasika

*** Pls rate all useful responses ***

View solution in original post

2 Replies 2

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

Hi 

Here is a very basic config for a autonomous AP to advertise single SSID

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
!

Below should give some guidance if you want to set up a wireless bridge.

http://mrncciew.com/2013/11/09/wireless-bridge-with-eap-fast/

http://mrncciew.com/2013/06/13/wgb-with-psk/

 

HTH

Rasika

*** Pls rate all useful responses ***

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card