cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2352
Views
0
Helpful
25
Replies

Cisco Aironet 1600 function only in 54mb, how to configure for function in 150mb or 300mb?

Cisco Aironet 1600 function only in 54mb, how to configure for function in 150mb or 300mb?

25 Replies 25

Makesure below  are full filled

1. SSID security should have either WPA2/AES or Open authentication (no security)

2. WMM is enabled

HTH

Rasika

*** Pls rate all useful responses ***

Hi,

Rasika

Wep key 40bits OK

In services, QOS, WiFi MultiMedia (WMM)
Enable on Radio Interfaces:
Radio0-802.11N2.4GHz OK
Radio1-802.11N5GHz OK
And is working only 54mb, I could not run the 150 and 300mb

Thanks a Lot

Wep key 40bits OK

WEP won't support it. You have to change security settings to WPA2/AES if you want to achieve any data rates beyond 54Mbps

HTH

Rasika

*** Pls rate all useful responses ***

I dont have the WPA2 / AES option only options:
Four options:
No security,
EAP Authentication
Wpa
wep Key

How do I enable the option?

Thanks a lot.

What is software version you got ? "show version" from your AP CLI should provide this info.

If you look CLI config something like below is what you need 

dot11 ssid <SSID_NAME>
   authentication open
   authentication key-management wpa version 2
   guest-mode
   wpa-psk ascii <SSID_PASSWORD>

Refer this thread for complete configuration

https://supportforums.cisco.com/discussion/12389761/basic-configurations-air-sap1602i-ak9

HTH

Rasika

*** Pls rate all useful responses ***

Hi,

How to write in mode terminal?

does not accept keyboard typing

In my Terminal i dont write.

 I use putty in cable console, usb, serial.


ap>sh run
^
% Invalid input detected at '^' marker.

ap>sh running-config
^
% Invalid input detected at '^' marker.

ap>conf t
^
% Invalid input detected at '^' marker.

ap>

go into enable mode first (use password Cisco if it is default settings). Then go into config mode & do you configs

ap>enable

ap#conf t

HTH

Rasika

Hi

I logged in I

Ap#  

I execute

conf t
hostname AP
!
dot11 ssid CDS_FIBRA-CSO
authentication open
authentication key-management wpa version 2
guest-mode
wpa-psk ascii password
!
interface Dot11Radio0
encryption mode ciphers aes-ccm
ssid CDS_FIBRA-CSO
no shutdown
!
interface Dot11Radio1
encryption mode ciphers aes-ccm
ssid CDS_FIBRA-CSO
no shutdown
!
interface BVI1
ip address dhcp
!
end
write memory
!

after the command, did not take the settings, he continued the way it was

Hi

My version is   C1600 Software (AP1G2-K9W7-M), Version 15.2(2)JB2, RELEASE SOFTWARE (fc1)

OM: Bootstrap program is C1600 boot loader
BOOTLDR: C1600 Boot Loader (AP1G2-BOOT-M) LoaderVersion 15.2(2)JAX, RELEASE SOFTWARE (fc1)

I dont understand

I use this comand:

Guest_Ap#sh run                      
Guest_Ap#sh running-config                                 
Building configuration...                         

Current configuration : 1768 bytes                                  
!
version 15.2            
no service pad              
service timestamps debug dateti                             
service timestamps log datetime msec                                    
service password-encryption                           
!
hostname Guest_Ap                       
!
!
logging rate-limit console 9                            
enable secret 5 $1$pFm8$lTS6.1RyyiI7OthLLJf790                                              
!
no aaa new-model                
no ip routing             
no ip cef         
!
!
!
dot11 syslog            
!
dot11 ssid Guest_AP7                     
   authentication open                      
   authentication key-management wpa version 2                                              
   guest-mode             
   wpa-psk ascii 7 045C07090D20405E060E0005                                           
!
!
crypto pki token default removal timeout 0                                          
!
!
username Cisco password 7 1531021F0725                                      
!
!
bridge irb          
!
!
!
interface Dot11Radio0                     
 no ip addr         
 no ip route-cache                  
 !  
 encryption mode ciphers aes-ccm                                
 !  
 ssid Guest_AP7                
 !  
 antenna gain 0               
 stbc     
 beamform ofdm              
 channel 2432             
 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 Dot11Radio1                     
 no ip address              
 no ip route-cache                  
 shutdown         
 antenna gain 0               
 dfs band 3 block                 
 channel dfs            
 station-role root                  
 bridge-group 1               
 bridge-group 1 subscriber-loo                            
 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              
 no ip route-cache                  
 duplex auto            
 speed auto           
 bridge-group 1               
 bridge-group 1 spanning-disabled                                 
 no bridge-group 1 source-learning                                  
!
interface BVI1              
 ip address 172.21.10.x 255.255.255.0                                      
 no ip route-cache                  
!
ip forward-protocol nd                      
ip http server              
no ip http secure-server                        
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodcon                                                                ;  

!
bridge 1 route ip                 
!
!
!
line con 0          
line vty 0 4            
 login local            
 transport input all                    
!
end 

Or this command ?

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
!

AP(config)#hostname AP
AP(config)#!
AP(config)#dot11 ssid CDS_FIBRA-CSO
AP(config-ssid)# authentication open
AP(config-ssid)# authentication key-management wpa version 2
Dot11Radio0 Error: Encryption mode cipher is not configured
AP(config-ssid)# guest-mode
AP(config-ssid)# wpa-psk ascii password@sps
Error: Key-management WPA is requried for WPA-PSK

AP(config-ssid)#!
AP(config-ssid)#end
AP#write memory
Building configuration...

AP(config)#hostname AP
AP(config)#!
AP(config)#dot11 ssid CDS_FIBRA-CSO
AP(config-ssid)# authentication open
AP(config-ssid)# authentication key-management wpa version 2
Dot11Radio0 Error: Encryption mode cipher is not configured
AP(config-ssid)# guest-mode
AP(config-ssid)# wpa-psk ascii password@sps
Error: Key-management WPA is requried for WPA-PSK

AP(config-ssid)#!
AP(config-ssid)#end
AP#write memory
Building configuration...

Hi

Rasika

How do I change the network password wifi the end? the console

Telnet/SSH into your AP & you can easily change it via CLI config

Otherwise GUI option should work as well

HTH

Rasika

Review Cisco Networking products for a $25 gift card