cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
647
Views
5
Helpful
3
Replies

Have two C1240AG WAPs

techinneed
Level 1
Level 1

Hello All,

 

I have two C1240AG WAPs and I need to configure them on the office network which has one LAN.

 

The managers wants me to create a guest WIFI from these WAPs.

 

I have one firewall, and one switch for the office.

 

Can someone point me in the right direction and help me get started.  I connected the WAPs to the switch and assigned an IP on both of them.

 

I haven't done anything else.

 

Any help would be fantastic!

 

Thanks all!

 

 

1 Accepted Solution

Accepted Solutions

Yes, you should be able to telnet to the current IP (default credential is Cisco/Cisco with enable password also Cisco). Then you can apply those configuration. 

This should help you if you want to configure this via GUI.

http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/68005-wlan-connect.html

Pls do not forget to rate our responses if that is useful to you.

 

HTH

Rasika

View solution in original post

3 Replies 3

Rasika Nayanajith
VIP Alumni
VIP Alumni

If you want a very simple solution, then you can configure these two AP like this & connect them to two switchport configured for the guest wifi vlan (assuming it is DHCP). You have to modify <SSID_NAME> & <SSID_PASSWORD> as you need.

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

Thanks Rasika.

 

I only have access to the web interface part of the WAPs.  I do not have console access to the WAPs, unless I can telnet somehow to the WAPs with the current IPs.

 

In the event I do not have console access, can all the configuration you mentioned above be done through the GUI?

 

Thank you for your help.

 

 

Yes, you should be able to telnet to the current IP (default credential is Cisco/Cisco with enable password also Cisco). Then you can apply those configuration. 

This should help you if you want to configure this via GUI.

http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/68005-wlan-connect.html

Pls do not forget to rate our responses if that is useful to you.

 

HTH

Rasika

Review Cisco Networking for a $25 gift card