Check before you install the wireless device, make sure you are using a computer connected to the same network as the wireless device, and obtain the following information from your network administrator:
- The login and password for the access point. The default login is Cisco and the default password is Cisco (both case sensitive)
- The case-sensitive wireless service set identifier (SSID) for your radio network
- If not connected to a DHCP server, a unique IP address for the wireless device (such as 172.17.255.115)
- The access point default username is Cisco and the default password is Cisco.
- Connect putty tool to access command line.
Cisco aironet configuration.
Set SSID: Sukhesh_Wifi and Wifi Password: P@123ap2012
ap>enable
Password:
ap#config terminal
ap(config)#line vty 0 4
ap(config-line)#login local
ap(config-line)# exit
ap(config)#lin console 0
ap(config-line)#login local
ap(config-line)#exit
ap(config)#username Cisco privilege 15 password Cisco
ap(config)#hostname Sukhesh_AP
Sukhesh_AP(config)#dot11 ssid Sukhesh_Wifi
Sukhesh_AP(config-ssid)#auth open
Sukhesh_AP(config-ssid)#auth key wpa ver 2
Sukhesh_AP(config-ssid)#wpa-psk ascii P@123ap2012
Sukhesh_AP(config-ssid)#guest-mode
Sukhesh_AP(config-ssid)#exit
Sukhesh_AP(config)#int d0
Sukhesh_AP(config-if)#encryption mode ciphers aes
Sukhesh_AP(config-if)#ssid Sukhesh_Wifi
Sukhesh_AP(config-if)#Channel 1
Sukhesh_AP(config-if)#no shutdown
Sukhesh_AP(config-if)# *Mar 1 02:27:46.689: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset *Mar 1 02:27:46.702: %LINK-3-UPDOWN: Interface Dot11Radio0, changed state to up *Mar 1 02:27:47.701: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to upexit Sukhesh_AP(config)#int bvi % Incomplete command.
Sukhesh_AP(config)#interface bVI
% Incomplete command.
Sukhesh_AP(config)#interface bVI 1
Sukhesh_AP(config-if)#ip address 192.168.0.122 255.255.255.0
Sukhesh_AP(config-if)#description lan interface
Sukhesh_AP(config-if)#exit
Sukhesh_AP(config)#ip default-gateway 192.168.0.254
Sukhesh_AP(config)#wr mem
^
Sukhesh_AP(config)#end
Sukhesh_AP#wr
*Mar 1 02:30:31.362: %SYS-5-CONFIG_I: Configured from console by consolemem Building configuration…
[OK]
Sukhesh_AP#