cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1141
Views
10
Helpful
6
Replies

Cisco Ap 1142 Autonomous mode KEY

Murad*
Level 1
Level 1

hi 

i try to configure new Ap with stand alone image , the ssid broadcast normally and try to connect with pre-key and every thing work ok

but when i  remove the security key of WIFI , i can't connect to this SSID!!

and the SSID want KEY from me ! after i removed it!!

 

1 Accepted Solution

Accepted Solutions

Hi,

Remove this line in red and try again:

interface Dot11Radio0
no ip address
!

ssid zeera WiFi
encryption mode ciphers aes-ccm

 

 

Regards

Dont forget to rate helpful posts

View solution in original post

6 Replies 6

Murad*
Level 1
Level 1
this log when i tried connect to AP

*Mar 1 01:36:59.035: %DOT11-6-ASSOC: Interface Dot11Radio0, Station MURAD-PC 54as.c803.a45d Associated KEY_MGMT[NONE]
*Mar 1 01:37:24.110: %DOT11-4-MAXRETRIES: Packet to client 54as.c803.a45d reached max retries, removing the client
*Mar 1 01:37:24.111: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 54as.c803.a45d Reason: Previous authentication no longer valid
*Mar 1 01:37:24.116: %DOT11-4-MAXRETRIES: Packet to client 54as.c803.a45d reached max retries, removing the client

paste the complete configuration of AP .

 

Regards

Dont forget to rate helpful posts


ap#sh running-config
Building configuration...

Current configuration : 1767 bytes
!
! Last configuration change at 01:05:07 UTC Fri Mar 1 2002
version 15.3
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 $1$p6DD$ovedYs6CsMyRh8A/
!
no aaa new-model
no ip source-route
no ip cef
!
!
!
!
dot11 pause-time 100
dot11 syslog
!
dot11 ssid zeera WiFi
authentication open
guest-mode
!
!
!
no ipv6 cef
!
!
username Cisco password 7 00271754
username zaid privilege 15 password 7 1213040D110725
!
!
bridge irb
!
!
!
interface Dot11Radio0
no ip address
!
encryption mode ciphers aes-ccm
antenna gain 0
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
shutdown
antenna gain 0
peakdetect
dfs band 3 block
channel dfs
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
bridge-group 1
bridge-group 1 spanning-disabled
no bridge-group 1 source-learning
!
interface BVI1
mac-address 1cdf.0f94.dae7
ip address 10.0.0.2 255.255.255.0
ipv6 address dhcp
ipv6 address autoconfig
ipv6 enable
!
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
password 7 0119071E58C2E
login
transport input all
!
end

Hi,

Remove this line in red and try again:

interface Dot11Radio0
no ip address
!

ssid zeera WiFi
encryption mode ciphers aes-ccm

 

 

Regards

Dont forget to rate helpful posts

ok
but what the relation between encryption and Authentication key !!

Hi,

Authentication and encryption are two intertwined technologies that help to insure that your data remains secure.

Authentication is the process of insuring that both ends of the connection: This applies not only to the entity trying to access a service (such as an end user) but to the entity providing the service, as well 

Encryption helps to insure that the information within a session is not compromised. This includes not only reading the information within a data stream, but altering it, as well.

 

Regards

Dont forget to rate helpful posts

Review Cisco Networking for a $25 gift card